/*Import Global Compulsory CSS Files*/
/*@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&amp;subset=cyrillic,latin');*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
        url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
        url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
    border-radius: 0;
}

body {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    background: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
}

.table tbody {
    font-size: 14px;
}

.table tbody th {
    font-weight: bold;
}

.table tbody td {
    position: relative;
}

.table tbody td .btn {
    padding: 4px 10px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.cpointer {
    cursor: pointer;
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

.index-body .container {
    width: 100%;
}

.index-body .container .menu-container {
    padding: 0px 20px;
}
.index-body .newsletter-section, .index-body  .footer-section .footer, .index-body  .footer-section .copyright {
    padding-left: 20px;
    padding-right: 20px;
}

p,
li,
li a,
label {
    color: #111111;
    list-style: none;
}

a {
    color: #0060ac;
    text-decoration: none;
    cursor: pointer;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #0060ac;
    text-decoration: none;
}

.inline-icon-center {
    display: inline-block;
    text-align: center;
}

.vertical-align-action {
    display: flex;
    align-items: center;
}

.vertical-align-action span {
    margin-right: 10px;
}

.btn {
    padding: 6px 12px;
}
.btn:focus, .btn:hover, .btn:active, .btn.active {
    outline: none;
}

.text-big {
    font-size: 36px;
    line-height: 40px;
}

.h-auto {
    height: auto !important;
}

.w-auto {
    width: auto !important;
}

.mh-auto {
    min-height: auto !important;
}

.mw-auto {
    min-width: auto !important;
}

.mr {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt {
    margin-top: 10px;
}

.mt-8 {
    margin-top: 8px;
}
.mb10{
    margin-top: 10px;
    margin-bottom: 20px !important;
}

.ml {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}
.pr0 {
    padding-right: 0px;
}
.pl0 {
    padding-left: 0px;
}
.title-v2 small {
    font-weight: lighter;
    font-size: 55%;
}

.downloadButtonClass {
    word-wrap: break-word;
}

.pb0 {
    padding-bottom: 0px !important;
}

.col-md-5.w1 {
    width: 21%;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.content-page {
    min-height: 480px;
}

ol li {
    list-style: numeric;
    font-size: 16px;
}

.header {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    position: relative;
}

.header .logo {
    margin: 8px 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 12;
}

.header .logo-head {
    border-left: 1px solid #ccc;
    margin: 16px 10px 0;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: top;
    font-size: 16px;
    color: #333;
}

.header .username {
    padding: 5px 15px 10px;
    margin-bottom: 5px;
    color: #91a525;
    background: #f1f1f1;
    border-radius: 4px;
}

.header .username span {
    font-weight: bold;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
    display: block;
}

.header .username small {
    display: block;
    font-weight: normal;
    line-height: 12px;
}

.box-title {
    font-size: 32px;
    color: #343434;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}


.content-page {
    min-height: 480px;
    position: relative;
}

.login-page {
    background: #f1f1f1;
}

.login-page .copyright {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 10px 0px;
}

.login-page .account-box {
    padding: 45px;
}

.login-page .account-box .form-group {
    margin-bottom: 15px;
}

.login-page .account-box .form-control {
    height: 33px;
}

.account-section {
    background: #f1f1f1;
    padding: 30px 0px 40px;
}

.account-section h1 {
    font-size: 24px;
    margin: 20px 0px 30px;
}

.account-box {
    padding: 20px 30px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.login-page .account-box {
    margin: 20px;
}

.form-control {
    margin: 3px 0px;
    height: 32px;
    padding:6px 10px;
}
select.form-control {
    padding:6px;
}
.upload-field {
    height: 30px;
    padding: 3px 7px;
    width: 283px;
    display: inline-block !important;
    margin-left: 9%;
}

#uploadDiv a {
    margin-right: 7px;
}

.account-box label {
    display: inline;
}

.account-box .divider {
    padding: 30px 50px;
    margin: 30px -50px 0px;
    background: #f5f5f5;
    border-radius: 0 0 6px 6px;
}

.account-box label {
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    color: #454545;
}

.account-box .form-label {
    font-weight: normal;
    font-size: 15px;
    color: #454545;
}

.account-box .button-action {
    padding-top: 10px;
}

.account-box .button-action .btn {
    font-size: 16px;
    padding: 7px 30px;
    text-transform: uppercase;
}

.account-box .form-group {
    margin-bottom: 5px;
}

.btn.btn-primary {
    background: #f26f27;
    background: -moz-linear-gradient(top, #fd7e38 0%, #f26f27 100%);
    background: -webkit-linear-gradient(top, #fd7e38 0%, #f26f27 100%);
    background: linear-gradient(to bottom, #fd7e38 0%, #f26f27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7e38', endColorstr='#f26f27', GradientType=0);
    color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #e66620 !important;
}

.btn.btn-buy {
    background: #91a525;
    background: -moz-linear-gradient(top, #9eb526 0%, #91a525 100%);
    background: -webkit-linear-gradient(top, #9eb526 0%, #91a525 100%);
    background: linear-gradient(to bottom, #9eb526 0%, #91a525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9eb526', endColorstr='#91a525', GradientType=0);
    color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #91a525;
}

.inner-banner-container {
    background: #222222 url(../images/inner-banner.jpg) no-repeat right top;
    color: #fff;
    background-size: cover;
    margin: 0 0 15px;
    position: relative;
    padding: 25px 15px;
    border-bottom: 3px solid #e2e2e2;
}

.inner-banner-container h2 {
    margin: 5px 0px;
    font-size: 26px;
}

.pacontenttext {
    text-align: justify;
}

.subtitleslevel {
    color: #111;
    display: block;
    padding: 10px 0px;
    font-weight: 600;
}

.footer-section {
    border-top: 1px solid #e2e2e2;
}

.footer-section * {
    font-size: 14px;
    color: #777;
}

.footerFixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.footer-section .footer {
    background: #222222;
    padding: 25px 0px;
}

.footer-section .footer h4 {
    font-size: 16px;
    color: #fff;
}

.footer-section .footer .about-txt {
    margin-right: 50px;
}

.footer-section .footer .btn-more {
    border-color: #999999;
}

.footer-section .footer .btn-more:hover {
    border-color: #fff;
    color: #fff;
}

.footer-section .copyright {
    color: #000000;
    padding: 15px 0px;
}

.footer-section .copyright p {
    margin-bottom: 0px;
}

.footer-section a {
    color: #999999;
}

.footer-section a:hover {
    color: #fff;
}

.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-section .social-list li a {
    border: 1px solid #454545;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.table-domain-list td {
    padding: 4px 8px !important;
    vertical-align: middle !important;
}

.table-domain-list td .removediv {
    cursor: pointer;
    padding: 0px 5px;
    display: block;
    color: #f97932;
}

.table-domain {
    margin-bottom: 0px;
}

.table-domain td {
    font-size: 16px;
    padding: 7px 0px !important;
    vertical-align: middle !important;
    border: none !important;
}

.table-subdomain-list td {
    padding: 3px 0px !important;
}

.table-subdomain-list td .removediv {
    cursor: pointer;
    padding: 0px 5px;
    margin-left: 15px;
    display: inline-block;
    color: #f97932;
}

.table-subdomain-list td .form-control {
    padding: 3px 5px !important;
    height: 28px;
}


.purchase-section {
    border: 1px solid #e2e2e2;
    background: #f1f1f1;
    margin-bottom: 30px;
    font-size: 15px;
}

.purchase-section .purchase-box {
    padding: 20px 30px 30px;
    background: #f9f9f9;
    min-height: 420px;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2);
}

.purchase-section .purchase-box h2 {
    margin: 0 0 20px;
    padding: 0px;
    font-size: 22px;
}

.purchase-section .purchase-box label {
    font-weight: normal;
}

.purchase-section .purchase-box ul {
    margin: 0px;
    padding: 0px;
}

.purchase-section .purchase-box .btn-continue {
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 20px;
    font-weight: bold;
}

.order-summary {
    padding: 0px 15px 20px;
    margin: 0px;
}

.order-summary h2.head {
    font-size: 18px;
    margin: 0px -31px 0px -30px;
    margin-bottom: 15px;
    padding: 15px 27px;
    background: #6f6f6e;
    color: #fff;
}

.order-summary .row {
    padding: 0px 15px;
}

.order-summary [class*='col-md'] {
    padding: 0px;
}

.order-summary .form-label {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.order-summary .form-value {
    line-height: 25px;
    text-align: right;
}

.sub-total-box {
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    padding-top: 10px !important;
}

.grand-total-box {
    border-top: 2px solid #e2e2e2;
    margin-top: 15px;
}

.grand-total-box h2 {
    margin: 20px 0px 0px;
    font-size: 20px;
}

.grand-total-box label {
    font-size: 22px !important;
    color: #f26f27;
}

.grand-total-box span {
    font-size: 13px;
    margin-left: 5px;
    color: #666;
}

.purchase-banner {
    background: #f1f1f1;
    border-bottom: 3px solid #e2e2e2;
}

.purchase-banner h2 {
    font-size: 24px;
    color: #000000;
}

.table-manage {
    border: 1px solid #e2e2e2;
}

.table-manage th {
    color: #333;
    font-size: 15px;
}

.table-manage td {
    vertical-align: middle !important;
    color: #000 !important;
    position: relative;
}

.table-manage td .btn {
    padding: 5px 10px;
}

.account-banner {
    background: #f1f1f1;
    padding: 15px 0px 12px;
    border-bottom: 1px solid #e2e2e2;
    min-height: 55px;
}

.account-banner h2 {
    font-size: 24px;
    color: #000000;
}

.search-section {
    position: relative;
    background: #f1f1f1;
    padding: 7px 10px;
    border: #e2e2e2;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
}

.search-section .export-xl {
    background: #fff;
    padding: 4px 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.filter-box {
    padding: 0;
    display: inline;
}

.filter-box label {
    font-weight: normal;
    font-size: 14px;
    margin-right: 5px;
}

.filter-box .label {
    font-size: 70%;
}
.filter-box .label-active, .filter-box .label-active:hover {
    background: #fd7e38;
}

.filter-box .label-default {
    background: #999;
}

.filter-box .moreDropdown {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
}

.filter-box .moreDropdown a.more-link {
    line-height: 18px;
    display: block;
    padding: 0px 8px;
    border-radius: .25em;
    font-size: 75%;
    color: #333;
    font-weight: bold;
    background: #fff;
    border: 1px solid #ccc;
}

.filter-box .moreDropdown a.more-link:before {
    display: none;
}

.filter-box .dropdown-menu {
    min-width: 200px;
}

.filter-box .dropdown-menu li {
    margin-bottom: 5px;
}

.filter-box .dropdown-menu li a {
    color: #444;
    font-size: 11px;
    text-align: left;
    padding: 1px 8px;
    font-weight: bold;
    display: block;
    color: #fff;
}

.search-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.search-box label {
    font-weight: normal;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 20px;
    margin-bottom: 0px;
}

.search-box .btn-search {
    position: absolute;
    right: 0px;
    top: 3px;
    color: #666;
    padding: 5px 10px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.search-box .btn-search:hover {
    color: #000;
}

.search-box .form-control {
    vertical-align: middle;
    width: 150px;
    padding: 5px 10px;
    height: 30px;
    display: inline;
    padding-right: 30px;
    transition: width 0.7s;
    -webkit-transition: width 0.7s; /* Safari 3.1 to 6.0 */
}


.panel-list {
    padding: 5px 0px;
    margin-bottom: 10px;
}

.panel-list small {
    color: #999;
    line-height: 10px;
}

.panel-list h4 {
    margin: 0 0 3px;
    font-weight: bold;
    color: #0060ac;
}

.panel-list p {
    line-height: 15px;
    margin: 0px;
}

.panel-list .form-inline .form-group {
    margin-right: 25px;
}

.setup-section {
    border-top: none;
}

.setup-section .setup-box {
    padding: 0px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.setup-box ul.nav-tabs {
    min-height: 50px;
    background: #fff;
}

.setup-box ul.nav-tabs li a {
    margin: 0px;
    padding: 14px 25px;
    border: none;
    background: #fff;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-radius: 0px;
    position: relative;
}

.setup-box ul.nav-tabs li a:hover {
    color: #000;
    background: #f9f9f9;
}
.setup-box ul.nav-tabs > li.active > a, .setup-box ul.nav-tabs > li.active > a:hover {
    border: none;
    font-weight: bold;
    color: #f26f27;
    background-color: #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
}

.setup-box ul.nav-tabs>li.active a:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 2px solid #f26f27;
}

.request-section .panel {
    border-radius: 0px;
}

.request-section .form-group {
    padding: 0px;
    margin-bottom: 10px;
}

.request-section .form-label {
    margin: 0px;
    font-size: 14px;
    color: #666 !important;
}

.request-section .form-value {
    font-weight: 500;
}

.request-section .form-control {
    height: 30px;
    padding: 3px 7px;
}

.request-section .panel-heading {
    position: relative;
}

.request-section .paging-action {
    position: absolute;
    right: 10px;
    top: 3px;
}

.request-section .paging-action .btn {
    padding: 5px 10px;
    margin: 0px 5px;
    border-radius: 4px;
    vertical-align: middle;
}

.request-section .paging-action .form-control {
    display: inline;
    width: 50px;
    padding: 3px 10px;
    height: auto;
    vertical-align: middle;
}

.request-tabs {
    position: absolute;
    right: 15px;
    bottom: -1px;
}

.request-tabs a {
    border: 1px solid #e2e2e2 !important;
    background: #f9f9f9;
}

.request-tabs li.active a {
    border-bottom: 1px solid transparent !important;
    font-weight: bold;
    color: #f26f27 !important;
}

.request-tabs a {
    padding: 6px 15px !important;
}

.checkbox-list label {
    margin-right: 7px;
    font-weight: 500;
}

/*.form-control.hasDatepicker { background-image:url("../images/calendar.gif"); background-repeat:no-repeat; background-position:95% center;}*/

/*.setup-section .setup-box .setup-content { padding:5px 25px; min-height:580px;}*/
.setup-section .form-group {
    padding: 0px;
    margin-bottom: 10px;
}

.setup-section .form-label {
    margin: 0px;
    font-size: 14px;
    color: #666 !important;
}

.setup-section .l2-label {
    line-height: 18px;
    margin-top: -3px;
}

.setup-section .form-control {
    height: 30px;
    padding: 3px 7px;
}

.setup-section .label-vertical {
    line-height: 30px;
}

.setup-section .label-vertical .form-label {
    margin-right: 20px;
}

.setup-section h4 {
    border: none;
    padding: 0px;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.setup-section .divider {
    margin: 20px -25px 30px;
    height: 1px;
    background: #e2e2e2;
    display: block;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.setup-section .orgOr .divider {
    margin: 20px 0px 30px;
    height: 1px;
    background: #e2e2e2;
    display: block;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.diverEmail{
    display: none !important;
}

.setup-section .setup-box .agreement-box {
    margin: 10px 0px;
}

.setup-section .setup-box .csr-text {
    min-height: 120px;
    resize: none;
    margin-top: 20px;
}

.setup-section .alert-text {
    color: #ff0500;
    border: 1px solid #f5d7d7;
    padding: 7px 15px;
    margin: 15px 0px 20px;
    background: #fff;
}

.setup-section .alert-text div {
    line-height: 20px;
}

.setup-section .alert-text a {
    color: #619018;
}

.setup-section .alert-text a:hover {
    font-weight: bold;
}

.setup-section .alert-text .action-link {
    margin: 5px 0px;
    padding: 0px;
}

.setup-section .alert-text .action-link li {
    padding: 2px 0px;
}

.setup-section .setup-box .btn-continue {
    font-size: 14px;
    padding: 7px 20px;
    font-weight: normal;
    text-transform: none;
}

.setup-section .setup-box .video-section .form-label {
    display: inline;
    margin-right: 20px;
}

.setup-section .setup-box .video-section .form-label input {
    display: inline;
}

.setup-section .rdo-list label {
    margin-right: 15px;
}

.setup-section .verify-box {
    padding: 10px 15px;
    margin: 0 0 10px;
    border: 1px solid #e2e2e2;
    border-left: 3px solid #91a525;
    background: #fff;
}

.setup-section .verify-box pre {
    border: none;
    padding: 0px;
    background: transparent;
    font-size: 14px;
    margin: 0px;
}

.setup-section .verify-textarea {
    padding: 0px;
}

.setup-section .verify-textarea .form-control {
    resize: none;
    min-height: 300px;
    border: none;
    padding: 15px;
}

.setup-section .textarea-control {
    height: 50px;
    resize: none;
}

.setup-section .btn-save {
    margin-top: 7px;
    padding: 6px 15px;
}

.setup-section h5 {
    margin: 10px 0px;
    font-weight: normal;
    color: #333;
    line-height: 18px
}

.setup-section h5 span {
    font-size: 14px;
    font-weight: bold;
}

.setup-section h5 small {
    font-size: 13px;
}

.setup-section .btn-refresh {
    border-radius: 4px;
    margin-left: 8px;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 10px;
}

.setup-section .form-buttons {
    margin: 20px -25px -15px;
    padding: 15px;
    background: #f5f5f5;
    text-align: right;
    border-top: 1px solid #e2e2e2;
}

.setup-section .form-buttons .btn {
    padding: 7px 20px;
    margin: 0px 5px;
    min-width: 100px;
}

.setup-section .form-buttons .btn-primary {
    min-width: 130px;
}

.setup-section .form-line {
    border-bottom: 1px dashed #ccc;
    margin: 10px 0px 15px;
    height: 1px;
}

.setup-section .tab-content .tab-pane {
    min-height: 500px;
}

.csr-list {
    margin-bottom: 15px;
    font-size: 14px;
}

.csr-list .row {
    margin-bottom: 3px;
}

.csr-list .form-label {
    color: #555;
}

.data-wrap {
    word-wrap: break-word;
}

.mobile-control .mobile-code {
    width: 28%;
    display: inline-block;
}

.mobile-control .mobile-no {
    width: 70%;
    display: inline-block;
}

.address-control {
    resize: none;
    height: 95px !important;
}

.captcha-box .form-control {
    width: 45%;
    display: inline-block;
}

.captcha-box .renderimage {
    display: inline-block;
    padding: 0px 10px;
}

.order-details {
    padding: 0px 0px 20px;
    margin: 0px;
}

.order-details h2.head {
    font-size: 16px;
    margin: 0px -16px 0px -15px;
    margin-bottom: 15px;
    padding: 12px 17px;
    background: #46225b;
    color: #fff;
}

.order-details .quick-task h2 {
    font-size: 18px;
    background: transparent;
    color: #fff;
    margin-bottom: 5px;
    background: #6f6f6e;
}

.quick-task .panel-title {
    font-weight: normal;
    margin-bottom: 0;
}

.quick-task .panel-heading a {
    padding: 10px 15px;
    display: block;
    cursor: pointer;
}

.quick-task .panel-group .panel .panel-heading {
    background: #fff;
    padding: 0;
}

.quick-task .panel-title .fa-angle-right {
    display: none;
}

.quick-task .panel-title .collapsed .fa-angle-down {
    display: none;
}

.quick-task .panel-title .collapsed .fa-angle-right {
    display: inline-block;
}

.order-details .form-label {
    margin: 0px;
    padding: 0px 3px;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}

.order-details .form-value {
    line-height: 22px;
    padding: 0px 3px;
    margin-bottom: 10px;
    font-size: 15px;
    word-break: break-all;
}

.order-details .form-value .label {
    display: inline-block;
    margin: 5px 0 0;
}

.loginuser {
    display: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #454545;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    color: #454545;
    left: 64%;
    top: 69px;
    margin: 20px;
    padding: 8px;
    z-index: 999;
    width: 120px;
    font-size: 12px;
}
.loginuser:after, .loginuser:before {
    right: 100%;
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: 0px;
}

.loginuser:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -1px;
    z-index: 1;
}

.loginuser:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #ccc;
    border-width: 12px;
    margin-top: -4px;
}

.passwordvalidation {
    display: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #454545;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    color: #454545;
    left: 64%;
    top: 118px;
    margin: 20px;
    padding: 8px;
    z-index: 999;
    width: 120px;
    font-size: 12px;
}
.passwordvalidation:after, .passwordvalidation:before {
    right: 100%;
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: 0px;
}

.passwordvalidation:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -1px;
    z-index: 1;
}

.passwordvalidation:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #ccc;
    border-width: 12px;
    margin-top: -4px;
}

.formcontent-section {
    background: #f9f9f9;
    padding: 20px 30px;
    min-height: 300px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
}

.date-control {
    position: relative;
}

.date-control img {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.caaRecords pre {
    background: none;
    border: none;
    padding: 0px;
    font-size: 15px;
    margin: 0px;
}

.search-overlay {
    position: fixed;
    display: none;
    top: 0px;
    width: 100%;
    z-index: 99;
    height: 100%;
    background: transparent;
}

.advancesearch {
    display: inline-block;
}

.btn-advSearch {
    padding: 5px 15px;
    margin-left: 10px;
}

.advancesearch-box {
    display: block;
    width: 96%;
    z-index: 999;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    background: #fff;
    position: absolute;
    top: 45px;
    left: 2%;
    border-radius: 4px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}

.moresearch-box {
    display: block;
    width: 28%;
    z-index: 999;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    background: #fff;
    position: absolute;
    top: 30px !important;
    left: -120%;
    border-radius: 4px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}

.moresearch-box.dashboard-filter-box {
    width: 200px;
}

.moresearch-box ul {
    padding: 10px 5px 0px;
}

.moresearch-box ul li a {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
}

.moresearch-box ul li a::last-child {
    margin-bottom: 0px;
}

.advancesearch-box:after {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: -19px;
}

.advancesearch-box:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    top: -20px;
}
.moresearch-box.dashboard-filter-box:after,.moresearch-box.dashboard-filter-box:before {
    left: 5%;
}

.advancesearch-form {
    padding: 20px;
    text-align: left;
    color: #333;
}

.advancesearch-form h3 {
    color: #333;
    margin: 0 0 15px;
    padding: 0px;
    font-size: 18px;
}

.advancesearch-form .form-control {
    height: 30px;
    width:25%;
    padding: 5px;
}

.advancesearch-form .form-label {
    padding-top: 5px;
}

.advancesearch-form .form-group {
    margin-bottom: 15px;
}

.advancesearch-form .checkbox-inline {
    padding: 0px;
}

.advancesearch-form label {
    font-weight: normal;
}

.advancesearch-form .checkbox-inline label {
    margin-right: 20px;
}

.advancesearch-form .form-inline label {
    width: auto;
    display: inline-block;
}

.advancesearch-form .date-control {
    display: inline-block;
    margin-right: 15px;
}

.advancesearch-form .date-control img {
    top: 7px;
}

.advancesearch-form .select-box {
    display: inline-block;
    margin-right: 15px;
}

.advancesearch-form .select-box select {
    margin-right: 15px;
    width: 182px;
    padding: 6px;
}

.advancesearch-form .common-control {
    width: 200px;
    display: inline-block;
}

.advancesearch-form .button-action {
    padding-top: 10px;
}

.advancesearch-form .button-action .btn {
    padding: 6px 20px;
    margin-right: 10px;
}

.list-certificate .refresh {
    display: inline;
}

.list-certificate .select {
    width: 76%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}

.list-certificate select {
    margin: 0px !important;
}

.list-certificate .btn {
    border-radius: 4px;
    border-color: #bbb;
    vertical-align: top;
}


.docDropDown .refresh {
    display: inline;
}

.docDropDown .select {
    width: 83%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}

.docDropDown select {
    margin: 0px !important;
}

.docDropDown .btn {
    border-radius: 0px;
    border-color: #bbb;
    vertical-align: top;
}

.filter-general {
    margin-top: 5px;
    display: block;
}

.search-general {
    text-align: right;
    position: initial;
}

.search-general .advancesearch-box {
    top: 50px;
}

.search-general .advancesearch-box:before {
    right: 90px;
}

.search-general .advancesearch-box:after {
    right: 90px;
}

.filter-second {
    margin-top: 5px;
    display: block;
}

.search-second {
    text-align: right;
    position: initial;
}

.search-second .advancesearch-box {
    top: 50px;
}

.search-second .advancesearch-box:before {
    right: 90px;
}

.search-second .advancesearch-box:after {
    right: 90px;
}

.export-xl {
    color: #555;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.export-xl:hover {
    background: #fd7e38;
    color: #fff;
    cursor: pointer;
}

#formApplicantInfoOrg input {
    vertical-align: top;
    margin-left: 10px;
}

#formApplicantInfoMobile select {
    width: 80px;
    display: inline-block;
}

#formApplicantInfoMobile input {
    width: 128px;
    display: inline-block;
}

#formApplicantInfoDOB img {
    top: 8px;
}

.ui-datepicker {
    width: 14.2em !important;
}

#formApplicantInfoGender input {
    margin-top: 7px;
}

.hlink:hover {
    text-decoration: underline;
    color: #02326f;
}

@media (max-width: 991px) {

    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }

    .table-certificates table {
        table-layout: initial;
    }
}

@media (max-width: 767px) {
    .col-md-5.w1 {
        width: 100%;
    }

    .table-manage {
        width: 350%;
        min-width: 300%;
    }
    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .banner-section .title {
        margin-top: 30px !important;
    }

    .banner-section .title h3 {
        font-size: 18px !important;
    }

    .agreement-section label {
        display: inline;
    }

    .account-banner h2 {
        font-size: 16px;
        line-height: 30px;
    }

    .account-banner .col-md-8 {
        text-align: left !important;
    }

    .account-banner .filter-box {
        display: block;
        padding: 7px 0px;
    }

    .account-banner .filter-box label {
        width: 100%;
        margin-bottom: 0px;
    }

    .account-banner .search-box {
        display: block;
    }

    .account-banner .search-box label {
        margin-left: 0px;
        display: block;
        width: 100%;
    }

    .account-banner .search-box .form-control {
        display: block;
        width: 100%;
    }

    .account-banner .search-box i {
        right: 10px;
        top: 30px;
    }

    .account-section {
        margin: 0px;
        padding: 0px;
    }

    .account-box {
        padding: 30px;
    }

    .account-box h1.title {
        padding: 0px;
        margin: 10px 0px 20px;
        font-size: 20px;
    }

    .account-box .divider {
        margin: 30px -30px 0px;
        padding: 20px 30px;
    }

    .account-box .button-action {
        padding-top: 0px;
    }

    .account-box .button-action .btn {
        padding: 7px 20px;
        width: 100%;
        margin: 10px 0px;
    }

    .order-section {
        width: 100%;
    }

    .domainVerification table span {
        display: block;
    }

    .setup-section .divider {
        margin: 20px -20px 30px;
    }

    .setup-section .setup-box .nav-tabs {
        margin: -15px -15px 0px;
    }

    .setup-section .setup-box .nav-tabs>li {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .setup-section .setup-box .nav-tabs>li a {
        padding: 13px;
    }

    .setup-section .form-buttons {
        text-align: left;
        margin: 20px -20px -5px;
    }

    .setup-section .form-buttons .btn {
        margin: 0px;
    }

    .setup-section .setup-box .setup-content {
        padding: 10px 5px;
    }

    .setup-section h4 {
        margin: 0 0 10px;
        line-height: 20px;
    }

    .footer-section .footer {
        padding: 20px 10px;
    }

    .footer-section .copyright {
        padding: 20px;
        text-align: center;
    }

    .footer-section .footer .about-txt {
        margin-right: 0px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .payment-section h2 {
        margin-bottom: 5px;
    }

    .summary-section {
        padding: 10px 0px;
    }

    .summary-section h2 {
        font-size: 20px;
    }

    .purchase-banner h2 {
        font-size: 19px !important;
    }

    .purchase-summary {
        padding: 15px;
    }

    .purchase-summary h3 {
        margin: 0px 0 10px;
    }

    .purchase-summary .order-details {
        border-right: none;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 10px;
    }

    .purchase-summary .cert-manage {
        margin-top: 20px;
    }

    .grand-total-box label {
        font-size: 20px !important;
    }

    .scroll-down-wrapper {
        display: none;
    }
    .footer-section,.footer-section .text-right {
        text-align: center;
    }
}

.tooltip-info {
    position: relative;
    display: inline-block;
}

.tooltip-info .info-icon {
    padding: 2px 5px;
    border-radius: 10px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    font-size: 9px;
    color: #fff;
    margin: 0px 7px;
    vertical-align: top;
}

.tooltip-info small {
    font-size: 10px;
}

.tooltip-info .tooltiptext {
    word-break: break-all;
    font-size: 13px;
    visibility: hidden;
    width: 150px;
    background-color: #ffe7e7;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 27px;
    left: 0;
    right: auto;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.tooltip-info .tooltiptext::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 22px;
    border-width: 5px;
    border-style: solid;
    border-color: #cccccc transparent transparent transparent;
}

.tooltip-info .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffe7e7 transparent transparent transparent;
}

.tooltip-info:hover .tooltiptext {
    visibility: visible;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
    }

    50% {
        background-color: #FF0000;
    }

    100% {
        background-color: #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
    }

    50% {
        background-color: #FF0000;
    }

    100% {
        background-color: #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
    }

    50% {
        background-color: #FF0000;
    }

    100% {
        background-color: #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
    }

    50% {
        background-color: #FF0000;
    }

    100% {
        background-color: #B20000;
    }
}

.validation-error, .validation-error:focus {
    border-color: #db1802;
}

.text-error {
    color: #db1802;
    font-size: 12px;
}

.changepwd i.fa.fa-eye {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    cursor: pointer;
}

.changepwd i.fa.fa-eye-slash {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    cursor: pointer;
}

.risklevel label.label {
    margin-left: 10px;
}

.domain-verify li {
    padding: 10px 25px;
    margin: 0px -25px;
}

.domain-verify li .table tr {
    background: none !important;
}

.domain-verify li:nth-child(2n) {
    background: #f1f1f1;
}

.processselection .alert {
    margin: 0px;
    text-align: center;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}


.alert {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.success {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.loader div {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.loader div img {
    margin-top: 20%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 100%;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.svg) center no-repeat #fff;
}

.se-pre-con1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loadinganb.gif) center no-repeat #fff;
}

.accordion-panel {
    border-top: 1px solid #e2e2e2;
}

.accordion-panel .panel {
    margin: 0;
    border-radius: 0px;
    border: none;
}

.accordion-panel .panel .panel-heading {
    padding: 0px;
    border: none;
    background: #fff;
    position: relative;
}

.accordion-panel .panel .panel-heading a {
    color: #333;
    display: block;
    padding: 8px 15px 8px 45px;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    border-left: none;
}

.accordion-panel .panel .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
    color: #000;
}

.accordion-panel .panel .panel-body {
    padding: 15px 25px;
    border-bottom: 1px solid #e2e2e2;
}

.accordion-panel .panel .panel-heading a:after {
    background: #f1f1f1;
    padding: 6px 10px;
    line-height: 24px;
    color: #333;
    content: "\002b";
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
}

.accordion-panel .panel .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    background: #f26f27;
    color: #fff;
}

/*.accordion-panel .panel .panel-heading span { position:absolute; left:190px; top:10px; line-height:14px;}*/
.accordion-panel .panel .panel-heading .btn-refresh {
    position: absolute;
    right: 100px;
    top: 10px;
    border-radius: 4px;
    margin-left: 8px;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 10px;
}

.include-box {
    margin: 5px 0 0;
}

.rdo-box label {
    margin-right: 15px;
    margin-bottom: 0px;
}

.unsupport-browser .bs-option {
    animation: fadeIn .5s ease-in-out 0s forwards;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    padding: 50px 20px 20px;
    background: #fff;
    min-height: 320px;
    text-align: center;
    margin: 20px 0px;
}

.unsupport-browser .bs-option h3 {
    margin: 20px 0 5px;
    padding: 0px;
    font-size: 16px;
}

.unsupport-browser .bs-option h2 {
    color: #0060ac;
    margin: 0px;
    padding: 0 0 10px;
    font-size: 20px;
}

.unsupport-browser .bs-option .btn {
    padding: 5px 15px;
    font-size: 15px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
    scrollbar-background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100px
}

::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, .09);
    scrollbar-background-color: rgba(0, 0, 0, .09)
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5);
    scrollbar-background: rgba(0, 0, 0, .5);
    height: 3px;
    -webkit-border-radius: 100px
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .61);
    scrollbar-background: rgba(0, 0, 0, .61);
    -webkit-border-radius: 100px
}

.header-top-right {
    text-align: right;
    margin-top: 10px;
}

.menu-container {
    background: #46225b;
    box-shadow: 0 2px 5px -2px #603579;
    margin-bottom: 10px;
}

.navbar.navbar-default {
    margin: 0;
    min-height: 44px;
}
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active {
    background: #6c4384 !important;
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #6c4384 !important;
}

.navbar-default .navbar-nav>.active>a:after {
    background: transparent;
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -5px;
}

.main-navigation .navbar-nav>li {
    margin: 0;
}

.link-download .dropdown ul {
    z-index: 9999;
}

.page-title-section h3 {
    margin: 7px 0px;
    font-size: 20px;
}

.title-action {
    text-align: right;
    margin-bottom: 10px;
}

.buttondet {
    margin: 10px 10px 0 0;
}

.accordion-panel {
    border-top: 1px solid #e2e2e2;
}

.accordion-panel .panel {
    margin: 0;
    border-radius: 0px;
    border: none;
}

.accordion-panel .panel .panel-heading {
    padding: 0px;
    border: none;
    background: #fff;
    position: relative;
}

.accordion-panel .panel .panel-heading a {
    color: #333;
    display: block;
    padding: 8px 15px 8px 45px;
    line-height: 24px;
    font-size: 16px;
    border-bottom: 1px solid #e2e2e2;
    border-left: none;
    font-weight: bold;
}

.accordion-panel .panel .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
    color: #000;
}

.accordion-panel .panel .panel-body {
    padding: 15px 25px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.accordion-panel .panel .panel-heading a:after {
    background: #f1f1f1;
    padding: 3px 7px;
    color: #333;
    content: "\002b";
    font-size: 14px;
    position: absolute;
    left: 3px;
    top: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
}

.accordion-panel .panel .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    background: #f26f27;
    color: #fff;
}

/*.accordion-panel .panel .panel-heading span { position:absolute; right:25px; top:10px; line-height:14px;}*/
.accordion-panel .panel .panel-heading .btn-refresh {
    position: absolute;
    right: 100px;
    top: 10px;
    border-radius: 4px;
    margin-left: 8px;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 10px;
}

.accordion-panel .panel .panel-heading .order-number {
    margin: 1px 874px;
    font-size: 16px;
}

.accordion-panel .panel .panel-heading .pick-product {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 17%;
    color: #555;
    padding-left: 20px;
    color: #0060ac;
}

.panel-disabled {
    color: #e3e3e3 !important;
}

a.panel-disabled:hover {
    cursor: default;
}

a.panel-disabled:after {
    color: #e3e3e3 !important;
}

.tooltip .tooltip-inner {
    white-space: pre-wrap;
    text-align: left !important;
    width: auto !important;
    max-width: 300px !important;
    padding: 10px;
}
.tooltip .tooltip-inner{
}
.mandatory-mark {
    font-size: 16px;
    color: #dc0f0f;
    padding: 5px;
}

div.msgBox
{
    padding: 0px;
    position: fixed;
    z-index: 1050;
    width: 430px;
    top:201px !important;
    color: #00335e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}
div.msgBoxBackGround
{
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 999;

}
div.msgBoxTitle
{
    padding: 5px 0 5px 0;
    font-variant: small-caps;
    font-size: 16pt;
    font-weight: lighter;
    color: #00335e;
    width: 100%;
    border-bottom: 1px solid #002c5f;
}
div.msgBoxImage
{
    margin: 0px;
    width: auto;
    vertical-align: top;
    position: absolute;
    left: 17px;
    top: 27px;
}
div.msgBoxImage .fa
{
    font-size: 30px;
}
div.msgBoxContent
{
    font-size: 11pt;
    margin: 0px;
    display: block;
    color: #000;
    padding: 25px;
    padding-left: 55px;
}
div.msgBoxContent p
{
    padding: 5px 0px 0px;
    margin: 0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span
{
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
}



/* Content class for IE7*/

div.msgBoxContentIEOld
{
    font-size: 11pt;
    margin: 0 3px 6px 3px;
    display: inline-block;
    float: left;
    height: 90px;
    width: 319px;
    position: relative;
}
div.msgBoxContentIEOld p
{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
}

div.msgBoxContentIEOld span
{
    position: relative;
    top: -50%;
}

/* Content class for IE7*/

div.msgBoxButtons
{
    display: block;
    width: 100%;
    text-align: right;
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
}
div.msgBoxButtons input[type='button']
{
    background: #f26f27;
    background: -moz-linear-gradient(top, #fd7e38 0%, #f26f27 100%);
    background: -webkit-linear-gradient(top, #fd7e38 0%, #f26f27 100%);
    background: linear-gradient(to bottom, #fd7e38 0%, #f26f27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7e38', endColorstr='#f26f27', GradientType=0);
    color: #fff;
    padding: 6px 23px;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #e66620 !important;
}
div.msgBoxButtons input[type='button']:hover
{
    background-color: #00549c;
    color: White;
}
div.msgBoxButtons input[type='button']:active
{
    background-color: #AAAAAA;
    color: White;
}

div.msgBoxButtons input[type='button']:focus
{
    outline: none;
    border: solid 2px #FFCC66; /* replace outline by a border */
    -o-transform:rotate(0); /*remove opera outline*/
}

div.msgBoxButtons input[type='button']::-moz-focus-inner /*remove firefox inner outline*/
{
    outline: none;
    border: none;
}

div.msgBoxInputs
{
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    width: 195px;
}
div.msgInput input[type='text'],div.msgInput input[type='password']
{
    padding: 4px;
    border: 1px solid #DFDFDF;
    color: #2f2f2f;
    width: 180px;
}
div.msgInput text
{
    color: #2f2f2f;
    font-size: 10pt;
}

.content-page {
    min-height: 480px;
}

.inner-section {
    padding: 50px 20px;
    margin-top: 20px;
    background: #f1f1f1;
    border-radius: 10px;
    color: #0e0e0e;
    box-shadow: 0 2px 8px -1px rgba(171, 171, 171, 0.7411764705882353);
}

.inner-section h3 {
    font-size: 22px;
    margin: 15px 0 20px;
}

.rowSubHead {
    font-size: 14px;
    font-weight: 600;
    border: 0 !important;
    color: #484848;
    box-shadow: 1px 0px 1px #ddd;
    ;
    padding-left: 10px;
    background: #ddd;
}

#newCertificateRequestTable {
    border-radius: 7px;
    display: block;
    overflow: hidden;
}

#newCertificateRequestModal .panel-filter .form-inline {
    margin-right: 5px;
}

.dashboard-box {
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

.dashboard-section-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #484848;
    font-weight: lighter;
}

.dashboard-box .box-item {
    width: calc(24% - 19px);
    color: #00377d;
    padding: 7px;
    text-align: center;
    border-radius: 7px;
    background: #eaeaea;
    box-shadow: 2px 1px 6px rgb(201, 201, 201);
    margin: 0 10px 15px;
}

.box-head h4 {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 15px 0;
}

.box-head {
    border-bottom: 2px solid rgba(64, 64, 64, 0.14);
    min-height: 97px;
}

.certificate-statistics .form-inline {
    display: inline-block;
}

.box-status span {
    display: block;
    font-size: 28px;
    margin-top: 5px;
    cursor: pointer
}

.box-status span label {
    font-size: 11px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.box-status span:hover {
    color: #777;
}

.product-status-box {
    margin: 0px;
    padding: 0px;
    color: black;
}

.product-head {
    display: flex;
    min-height: 30px;
}

.product-status-box .product-head h4 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #333;
    font-weight: 500;
}

.product-status-box .status-box {
    padding: 0px;
    margin-top: 10px;
}

.product-status-box .status-count {
    font-size: 28px;
    color: #1365ce;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.product-status-box .status-count:hover {
    color: #e66620;
}

.product-status-box .status-count label {
    font-size: 13px;
    margin-right: 5px;
}

.product-table .table-head {
    cursor: auto;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
}

.product-table th {
    font-size: 13px;
    font-weight: 600;
    color: #f26f27;
}

.product-table td {
    font-size: 18px;
    padding: 10px 8px;
}

.product-table td label {
    font-size: 18px;
    cursor: pointer;
}

.total-subscriber-details .product-head {
    min-height: 0px !important;
}

.total-subscriber-details label {
    color: #fff;
    margin: 0px;
}

.total-subscriber-details .status-count,
.total-subscriber-details .status-count:hover {
    color: #fff;
}

.total-subscriber-details .status-box {
    margin-top: 5px;
}

.formcontent-box {
    background: #fff;
    padding: 5px 0 0;
    border-radius: 7px;
    border: 1px solid #d0d0d0;
}

#myChart {
    width: 360px !important;
    margin: auto;
    height: 260px !important
}


.request-table ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}

.request-table ul li label.roundBox {
    cursor: pointer;
    background: #e1e1e1;
    border-radius: 6px;
    padding: 2px 0px;
    color: #1365ce;
    font-weight: bold;
    min-width: 70px;
    text-align: center;
}

.request-table ul li label.roundBox:hover {
    color: #e66620;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.request-table .box-item-list {
    margin: 0px;
    padding: 0px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.request-table .box-item-list li {
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    padding: 5px 10px;
}

.request-table .box-item-list li label {
    margin: 0px;
    font-weight: normal;
}

.request-table .box-item-list li:nth-child(2n+1) {
    background: #f1f1f1;
}

.request-table .box-item-list li:first-child {
    border-radius: 4px 4px 0 0;
}

.request-table .box-item-list li:last-child {
    border-radius: 0 0 4px 4px;
}

.product-table ul li label.roundBox {
    display: flex;
    align-items: center;
    ;
    cursor: pointer;
    background: #e1e1e1;
    border-radius: 6px;
    padding: 3px 7px;
    color: #1365ce;
    font-weight: bold;
    min-width: 75px;
    text-align: center;
}

.product-table ul li label.roundBox:hover {
    color: #e66620;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.product-table ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}

.product-table ul li label.counter {
    cursor: pointer;
    background: #e1e1e1;
    border-radius: 6px;
    padding: 2px 0px;
    color: #1365ce;
    font-weight: bold;
    min-width: 70px;
    text-align: center;
}

.product-table ul li label.counter:hover {
    color: #e66620;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.product-table .box-item-list {
    margin: 0px;
    padding: 0px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.product-table .box-item-list li {
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    padding: 5px 10px;
}

.product-table .box-item-list li label {
    margin: 0px;
    font-weight: normal;
}

.product-table .box-item-list li:nth-child(2n+1) {
    background: #f1f1f1;
}

.product-table .box-item-list li:first-child {
    border-radius: 4px 4px 0 0;
}

.product-table .box-item-list li:last-child {
    border-radius: 0 0 4px 4px;
}

.panel-filter {
    text-align: left;
    font-size: 15px;
}

.panel-filter .form-control {
    height: 28px;
    padding: 5px 7px;
}

.panel-filter .btn {
    padding: 4px 25px;
}

.form-inline {
    display: inline-block;
}

.panel-default .panel-heading .panel-title {
    font-weight: bold;
}

.label-success {
    background-color: #34b643
}

.label-danger {
    background-color: #da2a25
}

/*.label-default { background-color:#34b643}*/
.raise-query .inline {
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}

.raise-query .inline h3 {
    font-size: 18px;
    margin-top: 0px;
    padding-right: 20px;
}

.raise-query .inline .remark {
    font-size: 18px;
    font-weight: 500;
}

.raise-query .inline .checkbox {
    padding-left: 20px;
}

.counter {
    margin-left: 5px;
    display: inline-block;
}

.linechart-colnm {
    font-size: 11px;
    margin-right: auto;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
    width: 24px;
    background: #667680;
    padding-top: 2px;
    height: 24px;
    display: inline-block;
}

.mbody-scroll {
    height: 80vh;
    overflow-y: scroll;
}
.mega-opt-menu .date-control input ,.mega-opt-menu #serachany{
    width: auto !important;
}

.mega-opt-menu.dt-w1 .date-control input {
    width: 125px !important;
}

.mega-opt-menu #selectBoxType {
    margin-bottom: 10px;
}

.mega-opt-menu #excelButton {
    margin-right: 25px;
}

.mega-opt-menu .bootstrap-select {
    width: 135px;
}

.tooltip .tooltip-inner {
    word-break: break-word;
}

.tooltip.top {
    left: 0 !important;
    margin: auto !important;
}

.tooltip.top .tooltip-arrow {
    left: 20% !important;
}


.side-action-modal {
    white-space: nowrap;
    width: 250px;
    z-index: 100;
    position: fixed;
    transition: all .5s;
    right: 0;
    top: 20%;
}

.side-modal-btn {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 1px 12px -3px #000;
    padding: 5px 10px 5px;
    border-radius: 10px 0px 0px 10px;
    display: block;
}

.side-action-modal.full-content {
    background: #fff;
    animation: slideLeft .5s ease-out 0s forwards;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 1px 12px -3px #000;
}

.assignModalContent {
    z-index: 1;
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px 0px 0px 10px;
}

.side-action-modal .bootstrap-select {
    width: 220px !important;
}

.close-side-bar-modal {
    display: none;
    position: absolute;
    z-index: 1;
    left: -12px;
    top: -12px;
    background: #ddd;
    padding: 3px 6px;
    color: #000;
    font-size: 18px;
    border-radius: 50%;
}

.side-action-modal.full-content .close-side-bar-modal {
    display: block;
}

.side-action-modal.full-content .side-modal-btn {
    display: none !important;
}

.side-modal-btn .btn {
    width: 190px;
    margin: 5px 0;
}

.actions-div {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 5px 0px;
    margin-bottom: 20px;
}

.actions-div .subheading {
    margin: -15px 15px 10px;
    font-size: 16px;
}

.actions-div span {
    background: #fff;
}

@keyframes slideLeft {
    0% {
        right: 0;
        width: 175px;
    }

    100% {
        right: 0;
        width: 515px;
    }
}

/*for dragdrop*/

/*

* {
  font-family: 'Open Sans', sans-serif;
}

.responsive-table {
  overflow: auto;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  white-space:nowrap;
}

table th {
  background: #BDBDBD;
}

table tr:nth-child(odd) {
  background-color: #F2F2F2;
}
table tr:nth-child(even) {
  background-color: #E6E6E6;
}

th, tr, td {
  text-align: center;
  border: 1px solid #E0E0E0;
  padding: 5px;
}

img {
  font-style: italic;
  font-size: 11px;
}

.fa-bars{
  cursor: move;
}*/

.user-confirmation h1 {
    font-size: 22px
}

.user-confirmation .button-action div {
    display: flex;
}

.user-confirmation .button-action div input {
    font-size: 15px;
    font-weight: 400;
}

.user-confirmation .button-action div input:first-child {
    margin-right: 15px;
}

.btn-dropdown-margin-auto .btn-group {
    margin: 0;
}

.btn-dropdown-margin-auto .btn-group .dropdown-toggle {
    padding: 4px 15px;
}

.permission-msg {
    color: #fa0707;
}

.record-video-box {
    padding: 10px 0px;
}

.videoTag video {
    width: 100%;
    border: 1px solid #000;
    margin-top: 5px;
}

.btn-basic {
    box-shadow: none;
    background: #ffff;
    border-color: #6f6f6e;
    color: #333;
    padding: 4px 15px !important;
    margin-right: 22px;
    margin-bottom: 9px;
    border-radius: 50px;
}

#csr {
    height: 170px;
    width: 70%;
}
.important
{
    background-color: #c8f2ff75;
    border-color: #c8f2ff75;
    padding: 10px;
    margin-top: 26px;
    color: #7f9192f2;
    border-radius: 8px;
    margin-bottom: 12px;
}

.resend {
    margin-top: -14px;
}

.formContentBox {
    background-color: #8080802e;
    padding: 20px;
}

.or-box span {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 36px;
    display: block;
    padding: 8px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 100%;
    margin: 20px 0;
}

.or-box {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
    position: relative;
    height: 40px;
}

.code-box {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #777;
}

.cert-info .base64 p {
    overflow-y: scroll;
    word-break: break-all;
    padding-right: 10px;
    height: 300px;
}

.certificate_text {
    margin-left: 15px !important;
}

.ttips {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.ttips .ttipContent {
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #31708f;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    top: 125%;
    left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.ttips .ttipContent p {
    color: #000;
    font-size: 13px;
    line-height: 16px;
    word-break: break-word;
}

.ttips .ttipContent.sm-content p {
    margin: 0;
}

.ttips .ttipContent::after {
    content: "";
    position: absolute;
    left: 67px;
    top: -14px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #31708f transparent;
}

.ttips:hover .ttipContent {
    visibility: visible;
    opacity: 1;
}

.col-md-12 .delegation_txt {
    margin-bottom: 10px;
}

.fa-check-circle-o:before {
    content: "\f05d";
    color: green;
}

.instruction {
    border: 1px solid#ddd;
    padding: 20px;
    margin: 20px;
}

ul.wel_txt {
    display: flex;
    justify-content: flex-end;
}

.download_txt {
    margin-right: 35px;
}

.user-actions {
    margin-top: -18px;
}

.e_txt {
    position: absolute;
    top: 300px;
    right: 87px;
}

.grecaptcha-badge {
    visibility: hidden;
}

span#buttonsDiv {
    margin-left: 5px !important;
}

.send_btn {
    margin-top: -7px;
    margin-bottom: 5px;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

.spinner-border {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.m_txt {
    padding: 0px !important;
}

.additional_txt {
    height: 200px;
    word-break: break-all;
    overflow: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 0px 15px;
    /*box-shadow: 0 2px 8px -1px rgb(171 171 171 / 74%);*/
}

.tab_txt {
    min-height: 0px !important;
}

.domain_txt>a {
    padding: 6px 15px !important;
    background-color: #f1f1f1 !important;
    border-radius: .25em;
    color: #111;
}

.domain_scroll {
    height: 200px;
    overflow: scroll;
}

.domain_heading {
    font-weight: 600 !important;
    margin-top: 0px !important;
}

.domain_content {
    margin-left: 20px;
}

.table_scroll {
    height: 200px;
    overflow: scroll;
}

i.fa.fa-check-circle-o {
    color: #34b643;
}

i.fa.fa-times-circle-o {
    color: #da2a25;
}

i.fa.fa-clock-o {

    color: #f0ad4e;
}

.login-box h3 {
    margin: 7px 0px 25px;
    padding: 0px;
    font-size: 16px;
}

.login-box h1 {
    margin: 20px 0px 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: bold;
}

.login-box .form-label {
    margin-bottom: 3px;
    font-weight: bold;
}

.form-label {
    color: #999;
}

.rule_name {
    margin-top: 5px;
    margin-bottom: 15px;
}

.additional_txt span {
    margin-right: 5px;
}

.mandatoryNote {
    margin-left: 875px;
    margin-top: 10px;
}

.indicator {
    color: #46225b;
    margin: 5px;
}

.docSatus {
    width: 8%;
}

ul.nav.nav-tabs.request-tabs.request_tab>li.active {
    border-top: 2px solid #f26f27;
    border-radius: 5px 5px 0px 0px;
}

.organization_verification .tab-content .tab-pane {
    min-height: auto !important;
    margin-top: 15px;
}

.sharelink-box {
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    margin: 10px 0px;
    border-radius: 5px;
}

.ph_num {
    padding-right: 0px;
}

.advance_txt h4 {
    color: #46225b;
    padding: 0px 12px 12px;
    margin: 0px -15px 10px -18px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.search-manage .advancesearch-form {
    padding: 0px 20px;
}

.advancesearch-form {
    padding: 15px;
    text-align: left;
    color: #333;
}

.advancesearch_box {
    display: block;
    width: 100%;
    z-index: 999;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0%;
    box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);
}

.advancesearch-form .date-control {
    display: inline-block;
    margin-right: 15px;
}

.order_width {
    width: 30% !important;
}
.unstyled::-webkit-inner-spin-button, .unstyled::-webkit-calendar-picker-indicator {
    opacity: 0.1;
}

.ml {
    margin-right: 5px;
}

.rekeyScroll {
    height: 385px;
    overflow: scroll;
}

.sourceUrl {
    position: relative;
}

.copyImg a {
    cursor: pointer;
    top: 7px;
    position: absolute;
}

.advanceDate {
    position: relative;
}

.advanceDate img {
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 5px 0;
}

.pr {
    padding-right: 0px;
}

.registrationDateDiv img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.registrationDateDiv {
    position: relative;
    display: inline-block;
}

.registrationDateDiv .form-control {
    display: inline-block;
    width: auto;
}

.tooltip-wrapper {
    word-break: break-all;
}

.modal-xl {
    width: 90%;
}

.order-details-section {
    padding: 0px 30px 20px;
    margin-bottom: 30px;
}

.detail-box {
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    border-radius: 4px;
}

/*.orderlist-heading.fixOrderHeadings {
    position: fixed;
    top: 10px;
}*/
.order-detailsview.panel-header {
    background: #764098;
    color: #fff;
    border: none;
}

.orderlist-heading.fixOrderHeadings .panel-body {
    overflow: scroll;
}

.order-detailsview ul {
    margin: 0px;
    padding: 0px;
}

.order-detailsview ul ul {
    margin-left: 20px;
}

.order-detailsview {
    padding: 0px 0px 20px;
    margin: 0px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.order-detailsview h2.head {
    font-size: 16px;
    margin: 0px;
    padding: 12px 17px;
    background: #46225b;
    color: #fff;
}

.order-detailsview ul li a {
    color: #764098;
    padding: 0px 0px 5px;
    display: block;
    font-size: 15px;
}

.order-details-section .table-head {
    padding: 10px 0px 10px;
    font-size: 17px;
    margin-top: 0px;

}

.detail-box .table-head {
    font-weight: bold;
    color: #764098;
}

.order-details-section p.form-label {
    width: 35%;
    display: inline-block;
    vertical-align: initial;
}

.detail-box p {
    font-size: 13px;
    margin-bottom: 0px;
}

.detail-box span {
    font-weight: bold;
    font-size: 14px;
    margin-right: 4px;
    padding: 0px 6px;
}
.addBtn {
    float: right;
    margin-bottom: 5px;
}

.order-details-section .row .col-md-6 {
    margin-bottom: 5px;
}

.order-details-section .sub-heading {
    padding: 20px 30px;
    margin: 20px -15px 10px;
    font-size: 20px;
    background: #f9f9f9;
    font-weight: bold;
}

.domain_scroll ul.nav-tabs li a {
    margin: 0px;
    padding: 14px 15px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    position: relative;
    display: block;
}
.domain_scroll ul.nav-tabs > li > a.active, .domain_scroll ul.nav-tabs > li a.active > a:hover {
    border-right: none;
    font-weight: bold;
    color: #f26f27;
    background: #f9f9f9;
    border-left: 3px solid #28a745;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.domain_scroll_details {
    background: #f9f9f9;
    padding: 15px 30px;
    border: 1px solid #e2e2e2;
    margin-left: -39px;
    position: relative;
    z-index: 1;
}

.domain_scroll {
    height: 160px;
    overflow: scroll;
    z-index: 12;
}

.order-detailsviewul ul {
    margin-left: 20px;
}



.page-title-section {
    margin-bottom: 5px;
}

.pdf-preview{
    height: 540px;
}
.pdf-img{
    width: 100%;
    height: 100%
}

.OrgVerification .checkbox-list label {
    margin-right:15px;
}
.OrgVerification .checkbox-list label input {
    margin-left:0px;
    margin-right:0px;
}
.OrgVerification .form-label {
    padding-top:5px;
}
.OrgVerification .ctrValue {
    display: inline-block;
    width: 61%;
    word-break: break-all;
    position: relative;
}
.OrgVerification .table {
    background: #fff;
    border:1px solid #e2e2e2;
}
.OrgVerification .table td, .OrgVerification .table th {
    padding:5px;
    font-size: 14px;
}
.OrgVerification .table .form-control {
    margin:0px;
}
.OrgVerification .table .lnk-remove {
    font-size:20px;
    line-height:24px;
    font-weight:bold;
    color: #e66620;
}
.OrgVerification .box-content {
    position: relative;
    background: #f9f9f9;
    padding:15px 15px 0px;
    margin:0px 0px 25px;
    border:1px solid #e2e2e2;
}
.OrgVerification .box-content .btn-action {
    width:40px;
    height:30px;
    position: absolute;
    right:-5px;
    top:-15px;
    font-size:24px;
    line-height:28px;
    font-weight:bold;
    padding:0px 5px;
    text-align:center;
}
.OrgVerification .box-content .btn-remove {
    font-size:20px;
    color: #e66620;
    line-height:24px;
}
.OrgVerification .box-content:last-child {
    margin-bottom:10px;
}
.OrgVerification .sub-head span {
    position:absolute;
    margin-bottom:0px;
    left:15px;
    top:-15px;
    background:#fff;
    font-weight: bold;
    color: #fa7a33;
    padding:5px 0px 10px;
    font-size: 15px;
}
.OrgVerification .sub-head {
    position:relative;
    border-bottom: 1px solid #ddd;
    margin:15px -15px 20px;
}
.OrgVerification .sub-head .verificationTxt {
    position: absolute;
    margin-bottom: 0px;
    right: 15px;
    top: -10px;
}

.attestation-content .ctrValue{
    width: 64%;
}
.attestation-content .email-box {
    position: relative;
    background: #fff;
    border:1px solid #e2e2e2;
    padding:0px 20px 20px;
    padding-left:30px;
}
.attestation-content .email-box h3 {
    margin-bottom:0px;
    line-height:22px;
    font-size:16px;
    font-weight: bold;
}
.attestation-content .email-box h5 {
    margin-bottom:10px;
    line-height:22px;
    font-size:14px;
}
.attestation-content .email-box p {
    margin:10px 0px;
}
.attestation-content .divider span {
    font-weight: bold;
    background:#fff;
    border:1px solid #ddd;
    width:30px;
    height: 30px;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
    border-radius:100%;
    position: absolute;
    left: 45%;
    top: -15px;
}
.attestation-content .divider span.or {
    top: 45%;
    left: -15px;
}
.orContact {
    position: relative;
    padding-top:5px;
}
.orContact .divider span {
    left: 15%;
    top:-15px;
}
.orgOr .orContact .divider span {
    left: 15%;
    top:12px;
}
.addressGroup {
    padding-bottom:20px;
}
.addressGroup h5 {
    font-weight: bold;
}
.verified-box {
    position: relative;
    padding:5px 15px;
    border-radius:4px;
    background: #f1f1f1;
    margin-bottom:20px;
}
.verified-box .dividerOr {
    position: absolute;
    left: 45%;
    bottom:15px;
}
.verified-box .divider {
    position: absolute;
    left: 45%;
    bottom:-10px;
}
.verified-box .divider span {
    font-weight: bold;
    background:#fff;
    border:1px solid #ddd;
    width:30px;
    height: 30px;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
    border-radius:100%;
    position: absolute;
    left: -15px;
    top:45%;
}
.verified-box .dividerOr span {
    font-weight: bold;
    background:#fff;
    border:1px solid #ddd;
    width:30px;
    height: 30px;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
    border-radius:100%;
    position: absolute;
    left: -15px;
    top:45%;
}
.advancesearch_box:before {
    border: 10px solid #00000000;
    border-bottom: 10px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    top: -21px;
    right: 16%;
    z-index: 999;
}
.advancesearch_box:after {
    border: 10px solid #00000000;
    border-bottom: 10px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 16%;
    z-index: 999;
}
.rightImg{
    height: 18px;
}
.emailLabel{
    font-weight: 200;
}
.recordSec .panel {
    width: 100%;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
.recordSec .panelHeight {
    height: 500px;
    min-height: 500px;
    overflow: scroll;
}
.options {
    font-size: 11px;
    color: #777;
}
.copycode{
    border: 1px dotted #aaa;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
}
.copycode + a{
    font-size: 10px;
}

.drop_box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.panelHeight p {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 0px;
}
.drop_box i{
    color:#ddd;
    cursor: pointer;
}
.recordSec .head{
    padding: 10px 15px !important;
    border-bottom: 1px solid transparent !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
}
.selectDropdown span {
    background: none;
}
.sourceUrlCopy{
    cursor: pointer;
    position: absolute;
    right: -100px;
    top: 5px;
}
.sourceUrlCopySSL{
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: -16px;
    font-size: 12px;
}
.rekeyScroll .select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: transparent;
}
.rekeyScroll .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    padding: 3px 8px;
}
.sslVerification .btn {
    padding: 6px;
}
.ctrValue input[type=checkbox], input[type=radio] {
    margin:0px;
}
.sourceTxt {
    position: relative;
}
.sourceTxt .sourceUrlCopySSL {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 9px;
    font-size: 13px;
}
.datePicker .advanceDate img {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
.datePicker .panelHeight p {
    border-bottom: none;
    margin-bottom: 0px;
}
.datePicker .addressGroup {
    padding-bottom: 5px;
}
.datePicker .form-group {
    margin-bottom: 8px;
}
.chooseSec span {
    font-weight: 400;
}
.verifyText .label {
    font-weight: 400;
    color:#999;
}
.verifyText .text-white {
    color:#fff;
}
.verifyTxt span {
    font-weight: 400;
}
.verifyTxt .radioValues{
    font-weight: 400;
    color: #999;
}
.kycSearchbox label{
    margin-left: 0px;
}

.kycSearch .search-general .advancesearch-box:before {
    left: 90px;
}

.kycSearch .search-general .advancesearch-box:after {
    left: 90px;
}


/*Import Global Compulsory CSS Files*/
/*@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&amp;subset=cyrillic,latin');*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
        url('fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
        url('fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
    border-radius: 0;
}

body {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    background: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
}

.table tbody {
    font-size: 14px;
}

.table tbody th {
    font-weight: bold;
}

.table tbody td {
    position: relative;
}

.table tbody td .btn {
    padding: 6px 10px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.cpointer {
    cursor: pointer;
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

.index-body .container {
    width: 100%;
}

.index-body .container .menu-container {
    padding: 0px 20px;
}
.index-body .newsletter-section, .index-body  .footer-section .footer, .index-body  .footer-section .copyright {
    padding-left: 20px;
    padding-right: 20px;
}

p,
li,
li a,
label {
    color: #111111;
    list-style: none;
}

a {
    color: #0060ac;
    text-decoration: none;
    cursor: pointer;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #0060ac;
    text-decoration: none;
}

.inline-icon-center {
    display: inline-block;
    text-align: center;
}

.vertical-align-action {
    display: flex;
    align-items: center;
}

.vertical-align-action span {
    margin-right: 10px;
}

.btn {
    padding: 6px 12px;
}
.btn:focus, .btn:hover, .btn:active, .btn.active {
    outline: none;
}

.text-big {
    font-size: 36px;
    line-height: 40px;
}

.h-auto {
    height: auto !important;
}

.w-auto {
    width: auto !important;
}

.mh-auto {
    min-height: auto !important;
}

.mw-auto {
    min-width: auto !important;
}

.mr {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt {
    margin-top: 10px;
}

.mt-8 {
    margin-top: 8px;
}
.mb10{
    margin-top: 10px;
    margin-bottom: 20px !important;
}

.ml {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}
.pr0 {
    padding-right: 0px;
}
.pl0 {
    padding-left: 0px;
}
.title-v2 small {
    font-weight: lighter;
    font-size: 55%;
}

.downloadButtonClass {
    word-wrap: break-word;
}

.pb0 {
    padding-bottom: 0px !important;
}

.col-md-5.w1 {
    width: 21%;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
}

.content-page {
    min-height: 480px;
}

ol li {
    list-style: numeric;
    font-size: 16px;
}

.header {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    position: relative;
}

.header .logo {
    margin: 8px 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 12;
}

.header .logo-head {
    border-left: 1px solid #ccc;
    margin: 16px 10px 0;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: top;
    font-size: 16px;
    color: #333;
}

.header .username {
    padding: 5px 15px 10px;
    margin-bottom: 5px;
    color: #91a525;
    background: #f1f1f1;
    border-radius: 4px;
}

.header .username span {
    font-weight: bold;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
    display: block;
}

.header .username small {
    display: block;
    font-weight: normal;
    line-height: 12px;
}

.box-title {
    font-size: 32px;
    color: #343434;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}


.content-page {
    min-height: 480px;
    position: relative;
}

.login-page {
    background: #f1f1f1;
}

.login-page .copyright {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 10px 0px;
}

.login-page .account-box {
    padding: 45px;
}

.login-page .account-box .form-group {
    margin-bottom: 15px;
}

.login-page .account-box .form-control {
    height: 33px;
}

.account-section {
    background: #f1f1f1;
    padding: 30px 0px 40px;
}

.account-section h1 {
    font-size: 24px;
    margin: 20px 0px 30px;
}

.account-box {
    padding: 20px 30px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.login-page .account-box {
    margin: 20px;
}

.form-control {
    margin: 3px 0px;
    height: 32px;
    padding:6px 10px;
}
select.form-control {
    padding:6px;
}
.upload-field {
    height: 30px;
    padding: 3px 7px;
    width: 283px;
    display: inline-block !important;
    margin-left: 9%;
}

#uploadDiv a {
    margin-right: 7px;
}

.account-box label {
    display: inline;
}

.account-box .divider {
    padding: 30px 50px;
    margin: 30px -50px 0px;
    background: #f5f5f5;
    border-radius: 0 0 6px 6px;
}

.account-box label {
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    color: #454545;
}

.account-box .form-label {
    font-weight: normal;
    font-size: 15px;
    color: #454545;
}

.account-box .button-action {
    padding-top: 10px;
}

.account-box .button-action .btn {
    font-size: 16px;
    padding: 7px 30px;
    text-transform: uppercase;
}

.account-box .form-group {
    margin-bottom: 5px;
}

.btn.btn-primary {
    background: #f26f27;
    background: -moz-linear-gradient(top, #fd7e38 0%, #f26f27 100%);
    background: -webkit-linear-gradient(top, #fd7e38 0%, #f26f27 100%);
    background: linear-gradient(to bottom, #fd7e38 0%, #f26f27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7e38', endColorstr='#f26f27', GradientType=0);
    color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #e66620 !important;
}

.btn.btn-buy {
    background: #91a525;
    background: -moz-linear-gradient(top, #9eb526 0%, #91a525 100%);
    background: -webkit-linear-gradient(top, #9eb526 0%, #91a525 100%);
    background: linear-gradient(to bottom, #9eb526 0%, #91a525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9eb526', endColorstr='#91a525', GradientType=0);
    color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #91a525;
}

.inner-banner-container {
    background: #222222 url(../images/inner-banner.jpg) no-repeat right top;
    color: #fff;
    background-size: cover;
    margin: 0 0 15px;
    position: relative;
    padding: 25px 15px;
    border-bottom: 3px solid #e2e2e2;
}

.inner-banner-container h2 {
    margin: 5px 0px;
    font-size: 26px;
}

.pacontenttext {
    text-align: justify;
}

.subtitleslevel {
    color: #111;
    display: block;
    padding: 10px 0px;
    font-weight: 600;
}

.footer-section {
    border-top: 1px solid #e2e2e2;
}

.footer-section * {
    font-size: 14px;
    color: #777;
}

.footerFixed {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.footer-section .footer {
    background: #222222;
    padding: 25px 0px;
}

.footer-section .footer h4 {
    font-size: 16px;
    color: #fff;
}

.footer-section .footer .about-txt {
    margin-right: 50px;
}

.footer-section .footer .btn-more {
    border-color: #999999;
}

.footer-section .footer .btn-more:hover {
    border-color: #fff;
    color: #fff;
}

.footer-section .copyright {
    color: #000000;
    padding: 15px 0px;
}

.footer-section .copyright p {
    margin-bottom: 0px;
}

.footer-section a {
    color: #999999;
}

.footer-section a:hover {
    color: #fff;
}

.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-section .social-list li a {
    border: 1px solid #454545;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.table-domain-list td {
    padding: 4px 8px !important;
    vertical-align: middle !important;
}

.table-domain-list td .removediv {
    cursor: pointer;
    padding: 0px 5px;
    display: block;
    color: #f97932;
}

.table-domain {
    margin-bottom: 0px;
}

.table-domain td {
    font-size: 16px;
    padding: 7px 0px !important;
    vertical-align: middle !important;
    border: none !important;
}

.table-subdomain-list td {
    padding: 3px 0px !important;
}

.table-subdomain-list td .removediv {
    cursor: pointer;
    padding: 0px 5px;
    margin-left: 15px;
    display: inline-block;
    color: #f97932;
}

.table-subdomain-list td .form-control {
    padding: 3px 5px !important;
    height: 28px;
}


.purchase-section {
    border: 1px solid #e2e2e2;
    background: #f1f1f1;
    margin-bottom: 30px;
    font-size: 15px;
}

.purchase-section .purchase-box {
    padding: 20px 30px 30px;
    background: #f9f9f9;
    min-height: 420px;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2);
}

.purchase-section .purchase-box h2 {
    margin: 0 0 20px;
    padding: 0px;
    font-size: 22px;
}

.purchase-section .purchase-box label {
    font-weight: normal;
}

.purchase-section .purchase-box ul {
    margin: 0px;
    padding: 0px;
}

.purchase-section .purchase-box .btn-continue {
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 20px;
    font-weight: bold;
}

.order-summary {
    padding: 0px 15px 20px;
    margin: 0px;
}

.order-summary h2.head {
    font-size: 18px;
    margin: 0px -31px 0px -30px;
    margin-bottom: 15px;
    padding: 15px 27px;
    background: #6f6f6e;
    color: #fff;
}

.order-summary .row {
    padding: 0px 15px;
}

.order-summary [class*='col-md'] {
    padding: 0px;
}

.order-summary .form-label {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.order-summary .form-value {
    line-height: 25px;
    text-align: right;
}

.sub-total-box {
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    padding-top: 10px !important;
}

.grand-total-box {
    border-top: 2px solid #e2e2e2;
    margin-top: 15px;
}

.grand-total-box h2 {
    margin: 20px 0px 0px;
    font-size: 20px;
}

.grand-total-box label {
    font-size: 22px !important;
    color: #f26f27;
}

.grand-total-box span {
    font-size: 13px;
    margin-left: 5px;
    color: #666;
}

.purchase-banner {
    background: #f1f1f1;
    border-bottom: 3px solid #e2e2e2;
}

.purchase-banner h2 {
    font-size: 24px;
    color: #000000;
}

.table-manage {
    border: 1px solid #e2e2e2;
}

.table-manage th {
    color: #333;
    font-size: 15px;
}

.table-manage td {
    vertical-align: middle !important;
    color: #000 !important;
    position: relative;
}

.table-manage td .btn {
    padding: 5px 10px;
}

.account-banner {
    background: #f1f1f1;
    padding: 15px 0px 12px;
    border-bottom: 1px solid #e2e2e2;
    min-height: 55px;
}

.account-banner h2 {
    font-size: 24px;
    color: #000000;
}

.search-section {
    position: relative;
    background: #f1f1f1;
    padding: 7px 10px;
    border: #e2e2e2;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
}

.search-section .export-xl {
    background: #fff;
    padding: 4px 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.filter-box {
    padding: 0;
    display: inline;
}

.filter-box label {
    font-weight: normal;
    font-size: 14px;
    margin-right: 5px;
}

.filter-box .label {
    font-size: 70%;
}
.filter-box .label-active, .filter-box .label-active:hover {
    background: #fd7e38;
}

.filter-box .label-default {
    background: #999;
}

.filter-box .moreDropdown {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
}

.filter-box .moreDropdown a.more-link {
    line-height: 18px;
    display: block;
    padding: 0px 8px;
    border-radius: .25em;
    font-size: 75%;
    color: #333;
    font-weight: bold;
    background: #fff;
    border: 1px solid #ccc;
}

.filter-box .moreDropdown a.more-link:before {
    display: none;
}

.filter-box .dropdown-menu {
    min-width: 200px;
}

.filter-box .dropdown-menu li {
    margin-bottom: 5px;
}

.filter-box .dropdown-menu li a {
    color: #444;
    font-size: 11px;
    text-align: left;
    padding: 1px 8px;
    font-weight: bold;
    display: block;
    color: #fff;
}

.search-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.search-box label {
    font-weight: normal;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 20px;
    margin-bottom: 0px;
}

.search-box .btn-search {
    position: absolute;
    right: 0px;
    top: 3px;
    color: #666;
    padding: 5px 10px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.search-box .btn-search:hover {
    color: #000;
}

.search-box .form-control {
    vertical-align: middle;
    width: 150px;
    padding: 5px 10px;
    height: 30px;
    display: inline;
    padding-right: 30px;
    transition: width 0.7s;
    -webkit-transition: width 0.7s; /* Safari 3.1 to 6.0 */
}


.panel-list {
    padding: 5px 0px;
    margin-bottom: 10px;
}

.panel-list small {
    color: #999;
    line-height: 10px;
}

.panel-list h4 {
    margin: 0 0 3px;
    font-weight: bold;
    color: #0060ac;
}

.panel-list p {
    line-height: 15px;
    margin: 0px;
}

.panel-list .form-inline .form-group {
    margin-right: 25px;
}

.setup-section {
    border-top: none;
}

.setup-section .setup-box {
    padding: 0px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.setup-box ul.nav-tabs {
    min-height: 50px;
    background: #fff;
}

.setup-box ul.nav-tabs li a {
    margin: 0px;
    padding: 14px 25px;
    border: none;
    background: #fff;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-radius: 0px;
    position: relative;
}

.setup-box ul.nav-tabs li a:hover {
    color: #000;
    background: #f9f9f9;
}
.setup-box ul.nav-tabs > li.active > a, .setup-box ul.nav-tabs > li.active > a:hover {
    border: none;
    font-weight: bold;
    color: #f26f27;
    background-color: #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
}

.setup-box ul.nav-tabs>li.active a:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 2px solid #f26f27;
}

.request-section .panel {
    border-radius: 0px;
}

.request-section .form-group {
    padding: 0px;
    margin-bottom: 10px;
}

.request-section .form-label {
    margin: 0px;
    font-size: 14px;
    color: #666 !important;
}

.request-section .form-value {
    font-weight: 500;
}

.request-section .form-control {
    height: 30px;
    padding: 3px 7px;
}

.request-section .panel-heading {
    position: relative;
}

.request-section .paging-action {
    position: absolute;
    right: 10px;
    top: 3px;
}

.request-section .paging-action .btn {
    padding: 5px 10px;
    margin: 0px 5px;
    border-radius: 4px;
    vertical-align: middle;
}

.request-section .paging-action .form-control {
    display: inline;
    width: 50px;
    padding: 3px 10px;
    height: auto;
    vertical-align: middle;
}

.request-tabs {
    position: absolute;
    right: 15px;
    bottom: -1px;
}

.request-tabs a {
    border: 1px solid #e2e2e2 !important;
    background: #f9f9f9;
}

.request-tabs li.active a {
    border-bottom: 1px solid transparent !important;
    font-weight: bold;
    color: #f26f27 !important;
}

.request-tabs a {
    padding: 6px 15px !important;
}

.checkbox-list label {
    margin-right: 7px;
    font-weight: 500;
}

/*.form-control.hasDatepicker { background-image:url("../images/calendar.gif"); background-repeat:no-repeat; background-position:95% center;}*/

/*.setup-section .setup-box .setup-content { padding:5px 25px; min-height:580px;}*/
.setup-section .form-group {
    padding: 0px;
    margin-bottom: 10px;
}

.setup-section .form-label {
    margin: 0px;
    font-size: 14px;
    color: #666 !important;
}

.setup-section .l2-label {
    line-height: 18px;
    margin-top: -3px;
}

.setup-section .form-control {
    height: 30px;
    padding: 3px 7px;
}

.setup-section .label-vertical {
    line-height: 30px;
}

.setup-section .label-vertical .form-label {
    margin-right: 20px;
}

.setup-section h4 {
    border: none;
    padding: 0px;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.setup-section .divider {
    margin: 20px -25px 30px;
    height: 1px;
    background: #e2e2e2;
    display: block;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.setup-section .orgOr .divider {
    margin: 20px 0px 30px;
    height: 1px;
    background: #e2e2e2;
    display: block;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.diverEmail{
    display: none !important;
}

.setup-section .setup-box .agreement-box {
    margin: 10px 0px;
}

.setup-section .setup-box .csr-text {
    min-height: 120px;
    resize: none;
    margin-top: 20px;
}

.setup-section .alert-text {
    color: #ff0500;
    border: 1px solid #f5d7d7;
    padding: 7px 15px;
    margin: 15px 0px 20px;
    background: #fff;
}

.setup-section .alert-text div {
    line-height: 20px;
}

.setup-section .alert-text a {
    color: #619018;
}

.setup-section .alert-text a:hover {
    font-weight: bold;
}

.setup-section .alert-text .action-link {
    margin: 5px 0px;
    padding: 0px;
}

.setup-section .alert-text .action-link li {
    padding: 2px 0px;
}

.setup-section .setup-box .btn-continue {
    font-size: 14px;
    padding: 7px 20px;
    font-weight: normal;
    text-transform: none;
}

.setup-section .setup-box .video-section .form-label {
    display: inline;
    margin-right: 20px;
}

.setup-section .setup-box .video-section .form-label input {
    display: inline;
}

.setup-section .rdo-list label {
    margin-right: 15px;
}

.setup-section .verify-box {
    padding: 10px 15px;
    margin: 0 0 10px;
    border: 1px solid #e2e2e2;
    border-left: 3px solid #91a525;
    background: #fff;
}

.setup-section .verify-box pre {
    border: none;
    padding: 0px;
    background: transparent;
    font-size: 14px;
    margin: 0px;
}

.setup-section .verify-textarea {
    padding: 0px;
}

.setup-section .verify-textarea .form-control {
    resize: none;
    min-height: 300px;
    border: none;
    padding: 15px;
}

.setup-section .textarea-control {
    height: 50px;
    resize: none;
}

.setup-section .btn-save {
    margin-top: 7px;
    padding: 6px 15px;
}

.setup-section h5 {
    margin: 10px 0px;
    font-weight: normal;
    color: #333;
    line-height: 18px
}

.setup-section h5 span {
    font-size: 14px;
    font-weight: bold;
}

.setup-section h5 small {
    font-size: 13px;
}

.setup-section .btn-refresh {
    border-radius: 4px;
    margin-left: 8px;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 10px;
}

.setup-section .form-buttons {
    margin: 20px -25px -15px;
    padding: 15px;
    background: #f5f5f5;
    text-align: right;
    border-top: 1px solid #e2e2e2;
}

.setup-section .form-buttons .btn {
    padding: 7px 20px;
    margin: 0px 5px;
    min-width: 100px;
}

.setup-section .form-buttons .btn-primary {
    min-width: 130px;
}

.setup-section .form-line {
    border-bottom: 1px dashed #ccc;
    margin: 10px 0px 15px;
    height: 1px;
}

.setup-section .tab-content .tab-pane {
    min-height: 500px;
}

.csr-list {
    margin-bottom: 15px;
    font-size: 14px;
}

.csr-list .row {
    margin-bottom: 3px;
}

.csr-list .form-label {
    color: #555;
}

.data-wrap {
    word-wrap: break-word;
}

.mobile-control .mobile-code {
    width: 28%;
    display: inline-block;
}

.mobile-control .mobile-no {
    width: 70%;
    display: inline-block;
}

.address-control {
    resize: none;
    height: 95px !important;
}

.captcha-box .form-control {
    width: 45%;
    display: inline-block;
}

.captcha-box .renderimage {
    display: inline-block;
    padding: 0px 10px;
}

.order-details {
    padding: 0px 0px 20px;
    margin: 0px;
}

.order-details h2.head {
    font-size: 16px;
    margin: 0px -16px 0px -15px;
    margin-bottom: 15px;
    padding: 12px 17px;
    background: #46225b;
    color: #fff;
}

.order-details .quick-task h2 {
    font-size: 18px;
    background: transparent;
    color: #fff;
    margin-bottom: 5px;
    background: #6f6f6e;
}

.quick-task .panel-title {
    font-weight: normal;
    margin-bottom: 0;
}

.quick-task .panel-heading a {
    padding: 10px 15px;
    display: block;
    cursor: pointer;
}

.quick-task .panel-group .panel .panel-heading {
    background: #fff;
    padding: 0;
}

.quick-task .panel-title .fa-angle-right {
    display: none;
}

.quick-task .panel-title .collapsed .fa-angle-down {
    display: none;
}

.quick-task .panel-title .collapsed .fa-angle-right {
    display: inline-block;
}

.order-details .form-label {
    margin: 0px;
    padding: 0px 3px;
    font-size: 14px;
    line-height: 16px;
    color: #666;
}

.order-details .form-value {
    line-height: 22px;
    padding: 0px 3px;
    margin-bottom: 3px;
    font-size: 15px;
    word-break: break-all;
}

.order-details .form-value .label {
    display: inline-block;
    margin: 5px 0 0;
}

.loginuser {
    display: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #454545;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    color: #454545;
    left: 64%;
    top: 69px;
    margin: 20px;
    padding: 8px;
    z-index: 999;
    width: 120px;
    font-size: 12px;
}
.loginuser:after, .loginuser:before {
    right: 100%;
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: 0px;
}

.loginuser:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -1px;
    z-index: 1;
}

.loginuser:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #ccc;
    border-width: 12px;
    margin-top: -4px;
}

.passwordvalidation {
    display: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #454545;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    color: #454545;
    left: 64%;
    top: 118px;
    margin: 20px;
    padding: 8px;
    z-index: 999;
    width: 120px;
    font-size: 12px;
}
.passwordvalidation:after, .passwordvalidation:before {
    right: 100%;
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: 0px;
}

.passwordvalidation:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -1px;
    z-index: 1;
}

.passwordvalidation:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #ccc;
    border-width: 12px;
    margin-top: -4px;
}

.formcontent-section {
    background: #f9f9f9;
    padding: 20px 30px;
    min-height: 300px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
}

.date-control {
    position: relative;
}

.date-control img {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.caaRecords pre {
    background: none;
    border: none;
    padding: 0px;
    font-size: 15px;
    margin: 0px;
}

.search-overlay {
    position: fixed;
    display: none;
    top: 0px;
    width: 100%;
    z-index: 99;
    height: 100%;
    background: transparent;
}

.advancesearch {
    display: inline-block;
}

.btn-advSearch {
    padding: 5px 15px;
    margin-left: 10px;
}

.advancesearch-box {
    display: block;
    width: 96%;
    z-index: 999;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    background: #fff;
    position: absolute;
    top: 45px;
    left: 2%;
    border-radius: 4px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}

.moresearch-box {
    display: block;
    width: 28%;
    z-index: 999;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    background: #fff;
    position: absolute;
    top: 35px;
    border-radius: 4px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}

.moresearch-box.dashboard-filter-box {
    width: 200px;
}

.moresearch-box ul {
    padding: 10px 5px 0px;
}

.moresearch-box ul li a {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
}

.moresearch-box ul li a::last-child {
    margin-bottom: 0px;
}

.advancesearch-box:after {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: -19px;
}

.advancesearch-box:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    top: -20px;
}
.moresearch-box.dashboard-filter-box:after,.moresearch-box.dashboard-filter-box:before {
    left: 5%;
}

.advancesearch-form {
    padding: 20px;
    text-align: left;
    color: #333;
}

.advancesearch-form h3 {
    color: #333;
    margin: 0 0 15px;
    padding: 0px;
    font-size: 18px;
}

.advancesearch-form .form-control {
    height: 30px;
    width:25%;
    padding: 5px;
}

.advancesearch-form .form-label {
    padding-top: 5px;
}

.advancesearch-form .form-group {
    margin-bottom: 15px;
}

.advancesearch-form .checkbox-inline {
    padding: 0px;
}

.advancesearch-form label {
    font-weight: normal;
}

.advancesearch-form .checkbox-inline label {
    margin-right: 20px;
}

.advancesearch-form .form-inline label {
    width: auto;
    display: inline-block;
}

.advancesearch-form .date-control {
    display: inline-block;
    margin-right: 15px;
}

.advancesearch-form .date-control img {
    top: 7px;
}

.advancesearch-form .select-box {
    display: inline-block;
    margin-right: 15px;
}

.advancesearch-form .select-box select {
    margin-right: 15px;
    width: 182px;
    padding: 6px;
}

.advancesearch-form .common-control {
    width: 200px;
    display: inline-block;
}

.advancesearch-form .button-action {
    padding-top: 10px;
}

.advancesearch-form .button-action .btn {
    padding: 6px 20px;
    margin-right: 10px;
}

.list-certificate .refresh {
    display: inline;
}

.list-certificate .select {
    width: 76%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}

.list-certificate select {
    margin: 0px !important;
}

.list-certificate .btn {
    border-radius: 4px;
    border-color: #bbb;
    vertical-align: top;
}


.docDropDown .refresh {
    display: inline;
}

.docDropDown .select {
    width: 83%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}

.docDropDown select {
    margin: 0px !important;
}

.docDropDown .btn {
    border-radius: 0px;
    border-color: #bbb;
    vertical-align: top;
}

.filter-general {
    margin-top: 5px;
    display: block;
}

.search-general {
    text-align: right;
    position: initial;
}

.search-general .advancesearch-box {
    top: 50px;
}

.search-general .advancesearch-box:before {
    right: 90px;
}

.search-general .advancesearch-box:after {
    right: 90px;
}

.filter-second {
    margin-top: 5px;
    display: block;
}

.search-second {
    text-align: right;
    position: initial;
}

.search-second .advancesearch-box {
    top: 50px;
}

.search-second .advancesearch-box:before {
    right: 90px;
}

.search-second .advancesearch-box:after {
    right: 90px;
}

.export-xl {
    color: #555;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.export-xl:hover {
    background: #fd7e38;
    color: #fff;
    cursor: pointer;
}

#formApplicantInfoOrg input {
    vertical-align: top;
    margin-left: 10px;
}

#formApplicantInfoMobile select {
    width: 80px;
    display: inline-block;
}

#formApplicantInfoMobile input {
    width: 128px;
    display: inline-block;
}

#formApplicantInfoDOB img {
    top: 8px;
}

.ui-datepicker {
    width: 14.2em !important;
}

#formApplicantInfoGender input {
    margin-top: 7px;
}

.hlink:hover {
    text-decoration: underline;
    color: #02326f;
}

@media (max-width: 991px) {

    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }

    .table-certificates table {
        table-layout: initial;
    }
}

@media (max-width: 767px) {
    .col-md-5.w1 {
        width: 100%;
    }

    .table-manage {
        width: 350%;
        min-width: 300%;
    }
    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .banner-section .title {
        margin-top: 30px !important;
    }

    .banner-section .title h3 {
        font-size: 18px !important;
    }

    .agreement-section label {
        display: inline;
    }

    .account-banner h2 {
        font-size: 16px;
        line-height: 30px;
    }

    .account-banner .col-md-8 {
        text-align: left !important;
    }

    .account-banner .filter-box {
        display: block;
        padding: 7px 0px;
    }

    .account-banner .filter-box label {
        width: 100%;
        margin-bottom: 0px;
    }

    .account-banner .search-box {
        display: block;
    }

    .account-banner .search-box label {
        margin-left: 0px;
        display: block;
        width: 100%;
    }

    .account-banner .search-box .form-control {
        display: block;
        width: 100%;
    }

    .account-banner .search-box i {
        right: 10px;
        top: 30px;
    }

    .account-section {
        margin: 0px;
        padding: 0px;
    }

    .account-box {
        padding: 30px;
    }

    .account-box h1.title {
        padding: 0px;
        margin: 10px 0px 20px;
        font-size: 20px;
    }

    .account-box .divider {
        margin: 30px -30px 0px;
        padding: 20px 30px;
    }

    .account-box .button-action {
        padding-top: 0px;
    }

    .account-box .button-action .btn {
        padding: 7px 20px;
        width: 100%;
        margin: 10px 0px;
    }

    .order-section {
        width: 100%;
    }

    .domainVerification table span {
        display: block;
    }

    .setup-section .divider {
        margin: 20px -20px 30px;
    }

    .setup-section .setup-box .nav-tabs {
        margin: -15px -15px 0px;
    }

    .setup-section .setup-box .nav-tabs>li {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .setup-section .setup-box .nav-tabs>li a {
        padding: 13px;
    }

    .setup-section .form-buttons {
        text-align: left;
        margin: 20px -20px -5px;
    }

    .setup-section .form-buttons .btn {
        margin: 0px;
    }

    .setup-section .setup-box .setup-content {
        padding: 10px 5px;
    }

    .setup-section h4 {
        margin: 0 0 10px;
        line-height: 20px;
    }

    .footer-section .footer {
        padding: 20px 10px;
    }

    .footer-section .copyright {
        padding: 20px;
        text-align: center;
    }

    .footer-section .footer .about-txt {
        margin-right: 0px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .payment-section h2 {
        margin-bottom: 5px;
    }

    .summary-section {
        padding: 10px 0px;
    }

    .summary-section h2 {
        font-size: 20px;
    }

    .purchase-banner h2 {
        font-size: 19px !important;
    }

    .purchase-summary {
        padding: 15px;
    }

    .purchase-summary h3 {
        margin: 0px 0 10px;
    }

    .purchase-summary .order-details {
        border-right: none;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 10px;
    }

    .purchase-summary .cert-manage {
        margin-top: 20px;
    }

    .grand-total-box label {
        font-size: 20px !important;
    }

    .scroll-down-wrapper {
        display: none;
    }
    .footer-section,.footer-section .text-right {
        text-align: center;
    }
}

.tooltip-info {
    position: relative;
    display: inline-block;
}

.tooltip-info .info-icon {
    padding: 2px 5px;
    border-radius: 10px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    font-size: 9px;
    color: #fff;
    margin: 0px 7px;
    vertical-align: top;
}

.tooltip-info small {
    font-size: 10px;
}

.tooltip-info .tooltiptext {
    word-break: break-all;
    font-size: 13px;
    visibility: hidden;
    width: 150px;
    background-color: #ffe7e7;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 27px;
    left: 0;
    right: auto;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.tooltip-info .tooltiptext::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 22px;
    border-width: 5px;
    border-style: solid;
    border-color: #cccccc transparent transparent transparent;
}

.tooltip-info .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffe7e7 transparent transparent transparent;
}

.tooltip-info:hover .tooltiptext {
    visibility: visible;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
    }

    50% {
        background-color: #FF0000;
    }

    100% {
        background-color: #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
    }

    50% {
        background-color: #FF0000;
    }

    100% {
        background-color: #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
    }

    50% {
        background-color: #FF0000;
    }

    100% {
        background-color: #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
    }

    50% {
        background-color: #FF0000;
    }

    100% {
        background-color: #B20000;
    }
}

.validation-error, .validation-error:focus {
    border-color: #db1802;
}

.text-error {
    color: #db1802;
    font-size: 12px;
}

.changepwd i.fa.fa-eye {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    cursor: pointer;
}

.changepwd i.fa.fa-eye-slash {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    cursor: pointer;
}

.risklevel label.label {
    margin-left: 10px;
}

.domain-verify li {
    padding: 10px 25px;
    margin: 0px -25px;
}

.domain-verify li .table tr {
    background: none !important;
}

.domain-verify li:nth-child(2n) {
    background: #f1f1f1;
}

.processselection .alert {
    margin: 0px;
    text-align: center;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}


.alert {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.success {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.loader div {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.loader div img {
    margin-top: 20%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 100%;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.svg) center no-repeat #fff;
}

.se-pre-con1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loadinganb.gif) center no-repeat #fff;
}

.accordion-panel {
    border-top: 1px solid #e2e2e2;
}

.accordion-panel .panel {
    margin: 0;
    border-radius: 0px;
    border: none;
}

.accordion-panel .panel .panel-heading {
    padding: 0px;
    border: none;
    background: #fff;
    position: relative;
}

.accordion-panel .panel .panel-heading a {
    color: #333;
    display: block;
    padding: 8px 15px 8px 45px;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    border-left: none;
}

.accordion-panel .panel .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
    color: #000;
}

.accordion-panel .panel .panel-body {
    padding: 15px 25px;
    border-bottom: 1px solid #e2e2e2;
}

.accordion-panel .panel .panel-heading a:after {
    background: #f1f1f1;
    padding: 6px 10px;
    line-height: 24px;
    color: #333;
    content: "\002b";
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
}

.accordion-panel .panel .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    background: #f26f27;
    color: #fff;
}

/*.accordion-panel .panel .panel-heading span { position:absolute; left:190px; top:10px; line-height:14px;}*/
.accordion-panel .panel .panel-heading .btn-refresh {
    position: absolute;
    right: 100px;
    top: 10px;
    border-radius: 4px;
    margin-left: 8px;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 10px;
}

.include-box {
    margin: 5px 0 0;
}

.rdo-box label {
    margin-right: 15px;
    margin-bottom: 0px;
}

.unsupport-browser .bs-option {
    animation: fadeIn .5s ease-in-out 0s forwards;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    padding: 50px 20px 20px;
    background: #fff;
    min-height: 320px;
    text-align: center;
    margin: 20px 0px;
}

.unsupport-browser .bs-option h3 {
    margin: 20px 0 5px;
    padding: 0px;
    font-size: 16px;
}

.unsupport-browser .bs-option h2 {
    color: #0060ac;
    margin: 0px;
    padding: 0 0 10px;
    font-size: 20px;
}

.unsupport-browser .bs-option .btn {
    padding: 5px 15px;
    font-size: 15px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
    scrollbar-background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100px
}

::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, .09);
    scrollbar-background-color: rgba(0, 0, 0, .09)
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5);
    scrollbar-background: rgba(0, 0, 0, .5);
    height: 3px;
    -webkit-border-radius: 100px
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .61);
    scrollbar-background: rgba(0, 0, 0, .61);
    -webkit-border-radius: 100px
}

.header-top-right {
    text-align: right;
    margin-top: 10px;
}

.menu-container {
    background: #46225b;
    box-shadow: 0 2px 5px -2px #603579;
    margin-bottom: 10px;
}

.navbar.navbar-default {
    margin: 0;
    min-height: 44px;
}
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active {
    background: #6c4384 !important;
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #6c4384 !important;
}

.navbar-default .navbar-nav>.active>a:after {
    background: transparent;
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -5px;
}

.main-navigation .navbar-nav>li {
    margin: 0;
}

.link-download .dropdown ul {
    z-index: 9999;
}

.page-title-section h3 {
    margin: 7px 0px;
    font-size: 20px;
}

.title-action {
    text-align: right;
    margin-bottom: 10px;
}

.buttondet {
    margin: 10px 10px 0 0;
}

.accordion-panel {
    border-top: 1px solid #e2e2e2;
}

.accordion-panel .panel {
    margin: 0;
    border-radius: 0px;
    border: none;
}

.accordion-panel .panel .panel-heading {
    padding: 0px;
    border: none;
    background: #fff;
    position: relative;
}

.accordion-panel .panel .panel-heading a {
    color: #333;
    display: block;
    padding: 8px 15px 8px 45px;
    line-height: 24px;
    font-size: 16px;
    border-bottom: 1px solid #e2e2e2;
    border-left: none;
    font-weight: bold;
}

.accordion-panel .panel .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
    color: #000;
}

.accordion-panel .panel .panel-body {
    padding: 15px 25px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.accordion-panel .panel .panel-heading a:after {
    background: #f1f1f1;
    padding: 3px 7px;
    color: #333;
    content: "\002b";
    font-size: 14px;
    position: absolute;
    left: 3px;
    top: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
}

.accordion-panel .panel .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    background: #f26f27;
    color: #fff;
}

/*.accordion-panel .panel .panel-heading span { position:absolute; right:25px; top:10px; line-height:14px;}*/
.accordion-panel .panel .panel-heading .btn-refresh {
    position: absolute;
    right: 100px;
    top: 10px;
    border-radius: 4px;
    margin-left: 8px;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 10px;
}

.accordion-panel .panel .panel-heading .order-number {
    margin: 1px 874px;
    font-size: 16px;
}

.accordion-panel .panel .panel-heading .pick-product {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 17%;
    color: #555;
    padding-left: 20px;
    color: #0060ac;
}

.panel-disabled {
    color: #e3e3e3 !important;
}

a.panel-disabled:hover {
    cursor: default;
}

a.panel-disabled:after {
    color: #e3e3e3 !important;
}

.tooltip .tooltip-inner {
    white-space: pre-wrap;
    text-align: left !important;
    width: auto !important;
    max-width: 300px !important;
    padding: 10px;
}
.tooltip .tooltip-inner{
}
.mandatory-mark {
    font-size: 16px;
    color: #dc0f0f;
    padding: 5px;
}

div.msgBox
{
    padding: 0px;
    position: fixed;
    z-index: 1050;
    width: 430px;
    top:201px !important;
    color: #00335e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}
div.msgBoxBackGround
{
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 999;

}
div.msgBoxTitle
{
    padding: 5px 0 5px 0;
    font-variant: small-caps;
    font-size: 16pt;
    font-weight: lighter;
    color: #00335e;
    width: 100%;
    border-bottom: 1px solid #002c5f;
}
div.msgBoxImage
{
    margin: 0px;
    width: auto;
    vertical-align: top;
    position: absolute;
    left: 17px;
    top: 27px;
}
div.msgBoxImage .fa
{
    font-size: 30px;
}
div.msgBoxContent
{
    font-size: 11pt;
    margin: 0px;
    display: block;
    color: #000;
    padding: 25px;
    padding-left: 55px;
}
div.msgBoxContent p
{
    padding: 5px 0px 0px;
    margin: 0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span
{
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
}



/* Content class for IE7*/

div.msgBoxContentIEOld
{
    font-size: 11pt;
    margin: 0 3px 6px 3px;
    display: inline-block;
    float: left;
    height: 90px;
    width: 319px;
    position: relative;
}
div.msgBoxContentIEOld p
{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
}

div.msgBoxContentIEOld span
{
    position: relative;
    top: -50%;
}

/* Content class for IE7*/

div.msgBoxButtons
{
    display: block;
    width: 100%;
    text-align: right;
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
}
div.msgBoxButtons input[type='button']
{
    background: #f26f27;
    background: -moz-linear-gradient(top, #fd7e38 0%, #f26f27 100%);
    background: -webkit-linear-gradient(top, #fd7e38 0%, #f26f27 100%);
    background: linear-gradient(to bottom, #fd7e38 0%, #f26f27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7e38', endColorstr='#f26f27', GradientType=0);
    color: #fff;
    padding: 6px 23px;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #e66620 !important;
}
div.msgBoxButtons input[type='button']:hover
{
    background-color: #00549c;
    color: White;
}
div.msgBoxButtons input[type='button']:active
{
    background-color: #AAAAAA;
    color: White;
}

div.msgBoxButtons input[type='button']:focus
{
    outline: none;
    border: solid 2px #FFCC66; /* replace outline by a border */
    -o-transform:rotate(0); /*remove opera outline*/
}

div.msgBoxButtons input[type='button']::-moz-focus-inner /*remove firefox inner outline*/
{
    outline: none;
    border: none;
}

div.msgBoxInputs
{
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    width: 195px;
}
div.msgInput input[type='text'],div.msgInput input[type='password']
{
    padding: 4px;
    border: 1px solid #DFDFDF;
    color: #2f2f2f;
    width: 180px;
}
div.msgInput text
{
    color: #2f2f2f;
    font-size: 10pt;
}

.content-page {
    min-height: 480px;
}

.inner-section {
    padding: 50px 20px;
    margin-top: 20px;
    background: #f1f1f1;
    border-radius: 10px;
    color: #0e0e0e;
    box-shadow: 0 2px 8px -1px rgba(171, 171, 171, 0.7411764705882353);
}

.inner-section h3 {
    font-size: 22px;
    margin: 15px 0 20px;
}

.rowSubHead {
    font-size: 14px;
    font-weight: 600;
    border: 0 !important;
    color: #484848;
    box-shadow: 1px 0px 1px #ddd;
    ;
    padding-left: 10px;
    background: #ddd;
}

#newCertificateRequestTable {
    border-radius: 7px;
    display: block;
    overflow: hidden;
}

#newCertificateRequestModal .panel-filter .form-inline {
    margin-right: 5px;
}

.dashboard-box {
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

.dashboard-section-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #484848;
    font-weight: lighter;
}

.dashboard-box .box-item {
    width: calc(24% - 19px);
    color: #00377d;
    padding: 7px;
    text-align: center;
    border-radius: 7px;
    background: #eaeaea;
    box-shadow: 2px 1px 6px rgb(201, 201, 201);
    margin: 0 10px 15px;
}

.box-head h4 {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 15px 0;
}

.box-head {
    border-bottom: 2px solid rgba(64, 64, 64, 0.14);
    min-height: 97px;
}

.certificate-statistics .form-inline {
    display: inline-block;
}

.box-status span {
    display: block;
    font-size: 28px;
    margin-top: 5px;
    cursor: pointer
}

.box-status span label {
    font-size: 11px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.box-status span:hover {
    color: #777;
}

.product-status-box {
    margin: 0px;
    padding: 0px;
    color: black;
}

.product-head {
    display: flex;
    min-height: 30px;
}

.product-status-box .product-head h4 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #333;
    font-weight: 500;
}

.product-status-box .status-box {
    padding: 0px;
    margin-top: 10px;
}

.product-status-box .status-count {
    font-size: 28px;
    color: #1365ce;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.product-status-box .status-count:hover {
    color: #e66620;
}

.product-status-box .status-count label {
    font-size: 13px;
    margin-right: 5px;
}

.product-table .table-head {
    cursor: auto;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
}

.product-table th {
    font-size: 13px;
    font-weight: 600;
    color: #f26f27;
}

.product-table td {
    font-size: 18px;
    padding: 10px 8px;
}

.product-table td label {
    font-size: 18px;
    cursor: pointer;
}

.total-subscriber-details .product-head {
    min-height: 0px !important;
}

.total-subscriber-details label {
    color: #fff;
    margin: 0px;
}

.total-subscriber-details .status-count,
.total-subscriber-details .status-count:hover {
    color: #fff;
}

.total-subscriber-details .status-box {
    margin-top: 5px;
}

.formcontent-box {
    background: #fff;
    padding: 5px 0 0;
    border-radius: 7px;
    border: 1px solid #d0d0d0;
}

#myChart {
    width: 360px !important;
    margin: auto;
    height: 260px !important
}


.request-table ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}

.request-table ul li label.roundBox {
    cursor: pointer;
    background: #e1e1e1;
    border-radius: 6px;
    padding: 2px 0px;
    color: #1365ce;
    font-weight: bold;
    min-width: 70px;
    text-align: center;
}

.request-table ul li label.roundBox:hover {
    color: #e66620;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.request-table .box-item-list {
    margin: 0px;
    padding: 0px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.request-table .box-item-list li {
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    padding: 5px 10px;
}

.request-table .box-item-list li label {
    margin: 0px;
    font-weight: normal;
}

.request-table .box-item-list li:nth-child(2n+1) {
    background: #f1f1f1;
}

.request-table .box-item-list li:first-child {
    border-radius: 4px 4px 0 0;
}

.request-table .box-item-list li:last-child {
    border-radius: 0 0 4px 4px;
}

.product-table ul li label.roundBox {
    display: flex;
    align-items: center;
    ;
    cursor: pointer;
    background: #e1e1e1;
    border-radius: 6px;
    padding: 3px 7px;
    color: #1365ce;
    font-weight: bold;
    min-width: 75px;
    text-align: center;
}

.product-table ul li label.roundBox:hover {
    color: #e66620;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.product-table ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}

.product-table ul li label.counter {
    cursor: pointer;
    background: #e1e1e1;
    border-radius: 6px;
    padding: 2px 0px;
    color: #1365ce;
    font-weight: bold;
    min-width: 70px;
    text-align: center;
}

.product-table ul li label.counter:hover {
    color: #e66620;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.product-table .box-item-list {
    margin: 0px;
    padding: 0px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.product-table .box-item-list li {
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    padding: 5px 10px;
}

.product-table .box-item-list li label {
    margin: 0px;
    font-weight: normal;
}

.product-table .box-item-list li:nth-child(2n+1) {
    background: #f1f1f1;
}

.product-table .box-item-list li:first-child {
    border-radius: 4px 4px 0 0;
}

.product-table .box-item-list li:last-child {
    border-radius: 0 0 4px 4px;
}

.panel-filter {
    text-align: left;
    font-size: 15px;
}

.panel-filter .form-control {
    height: 28px;
    padding: 5px 7px;
}

.panel-filter .btn {
    padding: 4px 25px;
}

.form-inline {
    display: inline-block;
}

.panel-default .panel-heading .panel-title {
    font-weight: bold;
}

.label-success {
    background-color: #34b643
}

.label-danger {
    background-color: #da2a25
}

/*.label-default { background-color:#34b643}*/
.raise-query .inline {
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}

.raise-query .inline h3 {
    font-size: 18px;
    margin-top: 0px;
    padding-right: 20px;
}

.raise-query .inline .remark {
    font-size: 18px;
    font-weight: 500;
}

.raise-query .inline .checkbox {
    padding-left: 20px;
}

.counter {
    margin-left: 5px;
    display: inline-block;
}

.linechart-colnm {
    font-size: 11px;
    margin-right: auto;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
    width: 24px;
    background: #667680;
    padding-top: 2px;
    height: 24px;
    display: inline-block;
}

.mbody-scroll {
    height: 80vh;
    overflow-y: scroll;
}
.mega-opt-menu .date-control input ,.mega-opt-menu #serachany{
    width: auto !important;
}

.mega-opt-menu.dt-w1 .date-control input {
    width: 125px !important;
}

.mega-opt-menu #selectBoxType {
    margin-bottom: 10px;
}

.mega-opt-menu #excelButton {
    margin-right: 25px;
}

.mega-opt-menu .bootstrap-select {
    width: 135px;
}

.tooltip .tooltip-inner {
    word-break: break-word;
}

.tooltip.top {
    left: 0 !important;
    margin: auto !important;
}

.tooltip.top .tooltip-arrow {
    left: 20% !important;
}


.side-action-modal {
    white-space: nowrap;
    width: 250px;
    z-index: 100;
    position: fixed;
    transition: all .5s;
    right: 0;
    top: 20%;
}

.side-modal-btn {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 1px 12px -3px #000;
    padding: 5px 10px 5px;
    border-radius: 10px 0px 0px 10px;
    display: block;
}

.side-action-modal.full-content {
    background: #fff;
    animation: slideLeft .5s ease-out 0s forwards;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 1px 12px -3px #000;
}

.assignModalContent {
    z-index: 1;
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px 0px 0px 10px;
}

.side-action-modal .bootstrap-select {
    width: 220px !important;
}

.close-side-bar-modal {
    display: none;
    position: absolute;
    z-index: 1;
    left: -12px;
    top: -12px;
    background: #ddd;
    padding: 3px 6px;
    color: #000;
    font-size: 18px;
    border-radius: 50%;
}

.side-action-modal.full-content .close-side-bar-modal {
    display: block;
}

.side-action-modal.full-content .side-modal-btn {
    display: none !important;
}

.side-modal-btn .btn {
    width: 190px;
    margin: 5px 0;
}

.actions-div {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 5px 0px;
    margin-bottom: 20px;
}

.actions-div .subheading {
    margin: -15px 15px 10px;
    font-size: 16px;
}

.actions-div span {
    background: #fff;
}

@keyframes slideLeft {
    0% {
        right: 0;
        width: 175px;
    }

    100% {
        right: 0;
        width: 515px;
    }
}

/*for dragdrop*/

/*

* {
  font-family: 'Open Sans', sans-serif;
}

.responsive-table {
  overflow: auto;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  white-space:nowrap;
}

table th {
  background: #BDBDBD;
}

table tr:nth-child(odd) {
  background-color: #F2F2F2;
}
table tr:nth-child(even) {
  background-color: #E6E6E6;
}

th, tr, td {
  text-align: center;
  border: 1px solid #E0E0E0;
  padding: 5px;
}

img {
  font-style: italic;
  font-size: 11px;
}

.fa-bars{
  cursor: move;
}*/

.user-confirmation h1 {
    font-size: 22px
}

.user-confirmation .button-action div {
    display: flex;
}

.user-confirmation .button-action div input {
    font-size: 15px;
    font-weight: 400;
}

.user-confirmation .button-action div input:first-child {
    margin-right: 15px;
}

.btn-dropdown-margin-auto .btn-group {
    margin: 0;
}

.btn-dropdown-margin-auto .btn-group .dropdown-toggle {
    padding: 4px 15px;
}

.permission-msg {
    color: #fa0707;
}

.record-video-box {
    padding: 10px 0px;
}

.videoTag video {
    width: 100%;
    border: 1px solid #000;
    margin-top: 5px;
}

.btn-basic {
    box-shadow: none;
    background: #ffff;
    border-color: #6f6f6e;
    color: #333;
    padding: 4px 15px !important;
    margin-right: 22px;
    margin-bottom: 9px;
    border-radius: 50px;
}

#csr {
    height: 170px;
    width: 70%;
}
.important
{
    background-color: #c8f2ff75;
    border-color: #c8f2ff75;
    padding: 10px;
    margin-top: 26px;
    color: #7f9192f2;
    border-radius: 8px;
    margin-bottom: 12px;
}

.resend {
    margin-top: -14px;
}

.formContentBox {
    background-color: #8080802e;
    padding: 20px;
}

.or-box span {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 36px;
    display: block;
    padding: 8px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 100%;
    margin: 20px 0;
}

.or-box {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
    position: relative;
    height: 40px;
}

.code-box {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #777;
}

.cert-info .base64 p {
    overflow-y: scroll;
    word-break: break-all;
    padding-right: 10px;
    height: 300px;
}

.certificate_text {
    margin-left: 15px !important;
}

.ttips {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.ttips .ttipContent {
    visibility: hidden;
    width: 300px;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #31708f;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    top: 125%;
    left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.ttips .ttipContent p {
    color: #000;
    font-size: 13px;
    line-height: 16px;
    word-break: break-word;
}

.ttips .ttipContent.sm-content p {
    margin: 0;
}

.ttips .ttipContent::after {
    content: "";
    position: absolute;
    left: 67px;
    top: -14px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #31708f transparent;
}

.ttips:hover .ttipContent {
    visibility: visible;
    opacity: 1;
}

.col-md-12 .delegation_txt {
    margin-bottom: 10px;
}

.fa-check-circle-o:before {
    content: "\f05d";
    color: green;
}

.instruction {
    border: 1px solid#ddd;
    padding: 20px;
    margin: 20px;
}

ul.wel_txt {
    display: flex;
    justify-content: flex-end;
}

.download_txt {
    margin-right: 35px;
}

.user-actions {
    margin-top: -18px;
}

.e_txt {
    position: absolute;
    top: 300px;
    right: 87px;
}

.grecaptcha-badge {
    visibility: hidden;
}

span#buttonsDiv {
    margin-left: 5px !important;
}

.send_btn {
    margin-top: -7px;
    margin-bottom: 5px;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

.spinner-border {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.m_txt {
    padding: 0px !important;
}

.additional_txt {
    height: 200px;
    word-break: break-all;
    overflow: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 0px 15px;
    /*box-shadow: 0 2px 8px -1px rgb(171 171 171 / 74%);*/
}

.tab_txt {
    min-height: 0px !important;
}

.domain_txt>a {
    padding: 6px 15px !important;
    background-color: #f1f1f1 !important;
    border-radius: .25em;
    color: #111;
}

.domain_scroll {
    height: 200px;
    overflow: scroll;
}

.domain_heading {
    font-weight: 600 !important;
    margin-top: 0px !important;
}

.domain_content {
    margin-left: 20px;
}

.table_scroll {
    height: 200px;
    overflow: scroll;
}

i.fa.fa-check-circle-o {
    color: #34b643;
}

i.fa.fa-times-circle-o {
    color: #da2a25;
}

i.fa.fa-clock-o {

    color: #f0ad4e;
}

.login-box h3 {
    margin: 7px 0px 25px;
    padding: 0px;
    font-size: 16px;
}

.login-box h1 {
    margin: 20px 0px 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: bold;
}

.login-box .form-label {
    margin-bottom: 3px;
    font-weight: bold;
}

.form-label {
    color: #999;
}

.rule_name {
    margin-top: 5px;
    margin-bottom: 15px;
}

.additional_txt span {
    margin-right: 5px;
}

.mandatoryNote {
    margin-left: 875px;
    margin-top: 10px;
}

.indicator {
    color: #46225b;
    margin: 5px;
}

.docSatus {
    width: 8%;
}

ul.nav.nav-tabs.request-tabs.request_tab>li.active {
    border-top: 2px solid #f26f27;
    border-radius: 5px 5px 0px 0px;
}

.organization_verification .tab-content .tab-pane {
    min-height: auto !important;
    margin-top: 15px;
}

.sharelink-box {
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    margin: 10px 0px;
    border-radius: 5px;
}

.ph_num {
    padding-right: 0px;
}

.advance_txt h4 {
    color: #46225b;
    padding: 0px 12px 12px;
    margin: 0px -15px 10px -18px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.search-manage .advancesearch-form {
    padding: 0px 20px;
}

.advancesearch-form {
    padding: 15px;
    text-align: left;
    color: #333;
}

.advancesearch_box {
    display: block;
    width: 100%;
    z-index: 999;
    border: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0%;
    box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);
}

.advancesearch-form .date-control {
    display: inline-block;
    margin-right: 15px;
}

.order_width {
    width: 30% !important;
}
.unstyled::-webkit-inner-spin-button, .unstyled::-webkit-calendar-picker-indicator {
    opacity: 0.1;
}

.ml {
    margin-right: 5px;
}

.rekeyScroll {
    height: 385px;
    overflow: scroll;
}

.sourceUrl {
    position: relative;
}

.copyImg a {
    cursor: pointer;
    top: 7px;
    position: absolute;
}

.advanceDate {
    position: relative;
}

.advanceDate img {
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 5px 0;
}

.pr {
    padding-right: 0px;
}

.registrationDateDiv img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.registrationDateDiv {
    position: relative;
    display: inline-block;
}

.registrationDateDiv .form-control {
    display: inline-block;
    width: auto;
}

.tooltip-wrapper {
    word-break: break-all;
}

.modal-xl {
    width: 90%;
}

.order-details-section {
    padding: 0px 30px 20px;
    margin-bottom: 30px;
}

.detail-box {
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    border-radius: 4px;
}

/*.orderlist-heading.fixOrderHeadings {
    position: fixed;
    top: 10px;
}*/
.order-detailsview.panel-header {
    background: #764098;
    color: #fff;
    border: none;
}

.orderlist-heading.fixOrderHeadings .panel-body {
    overflow: scroll;
}

.order-detailsview ul {
    margin: 0px;
    padding: 0px;
}

.order-detailsview ul ul {
    margin-left: 20px;
}

.order-detailsview {
    padding: 0px 0px 20px;
    margin: 0px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.order-detailsview h2.head {
    font-size: 16px;
    margin: 0px;
    padding: 12px 17px;
    background: #46225b;
    color: #fff;
}

.order-detailsview ul li a {
    color: #764098;
    padding: 0px 0px 5px;
    display: block;
    font-size: 15px;
}

.order-details-section .table-head {
    padding: 10px 0px 10px;
    font-size: 17px;
    margin-top: 0px;

}

.detail-box .table-head {
    font-weight: bold;
    color: #764098;
}

.order-details-section p.form-label {
    width: 35%;
    display: inline-block;
    vertical-align: initial;
}
.order-details-section .mobileVerification p.form-label {
    width: 37%;
    display: inline-block;
    vertical-align: initial;
}

.detail-box p {
    font-size: 13px;
    margin-bottom: 0px;
}

.detail-box span {
    font-weight: bold;
    font-size: 14px;
    margin-right: 4px;
    padding: 0px 6px;
    width: 65%;
}
.addressVerification .label{
    font-size: 12px;
    margin-right: 0px;
}
.addBtn {
    float: right;
    margin-bottom: 5px;
}

.order-details-section .row .col-md-6 {
    margin-bottom: 5px;
}

.order-details-section .request-info .col-md-6 {
    display: flex;
}

.order-details-section .sub-heading {
    padding: 10px 30px 10px 15px;
    margin: 20px -15px 10px;
    font-size: 18px;
    background: #f9f9f9;
    font-weight: bold;
}

.domain_scroll ul.nav-tabs li a {
    margin: 0px;
    padding: 14px 15px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    position: relative;
    display: block;
}
.domain_scroll ul.nav-tabs > li > a.active, .domain_scroll ul.nav-tabs > li a.active > a:hover {
    border-right: none;
    font-weight: bold;
    color: #f26f27;
    background: #f9f9f9;
    border-left: 3px solid #28a745;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.domain_scroll_details {
    background: #f9f9f9;
    padding: 15px 30px;
    border: 1px solid #e2e2e2;
    margin-left: -39px;
    position: relative;
    z-index: 1;
}

.domain_scroll {
    height: 160px;
    overflow: scroll;
    z-index: 12;
}

.order-detailsviewul ul {
    margin-left: 20px;
}



.page-title-section {
    margin-bottom: 5px;
}

.pdf-preview{
    height: 540px;
}
.pdf-img{
    width: 100%;
    height: 100%
}

.OrgVerification .checkbox-list label {
    margin-right:15px;
}
.OrgVerification .checkbox-list label input {
    margin-left:0px;
    margin-right:0px;
}
.OrgVerification .form-label {
    padding-top:5px;
}
.OrgVerification .ctrValue {
    display: inline-block;
    width: 61%;
    word-break: break-all;
    position: relative;
}
.IdentityGroup .ctrValue, .IdentityGroup .ctrValue label {
     color: #000;
    font-weight: 600;
    vertical-align: top;
}
.box-content .alert{
    margin-bottom: 10px;
}
.OrgVerification .ctrValue img {
    position: absolute;
    right: 10px;
    top: 12px;
}
.OrgVerification .table {
    background: #fff;
    border:1px solid #e2e2e2;
}
.OrgVerification .table td, .OrgVerification .table th {
    padding:5px;
    font-size: 14px;
}
.OrgVerification .table .form-control {
    margin:0px;
}
.OrgVerification .table .lnk-remove {
    font-size:20px;
    line-height:24px;
    font-weight:bold;
    color: #e66620;
}
.OrgVerification .box-content {
    position: relative;
    background: #f9f9f9;
    padding:15px 15px 0px;
    margin:0px 0px 25px;
    border:1px solid #e2e2e2;
}
.OrgVerification .box-content .btn-action {
    width:40px;
    height:30px;
    position: absolute;
    right:-5px;
    top:-15px;
    font-size:24px;
    line-height:28px;
    font-weight:bold;
    padding:0px 5px;
    text-align:center;
}
.OrgVerification .box-content .btn-remove {
    font-size:20px;
    color: #e66620;
    line-height:24px;
}
.OrgVerification .box-content:last-child {
    margin-bottom:10px;
}
.OrgVerification .sub-head span {
    position:absolute;
    margin-bottom:0px;
    left:15px;
    top:-15px;
    background:#fff;
    font-weight: bold;
    color: #fa7a33;
    padding:5px 0px 10px;
    font-size: 15px;
}
.OrgVerification .sub-head {
    position:relative;
    border-bottom: 1px solid #ddd;
    margin:15px -15px 20px;
}
.OrgVerification .sub-head .verificationTxt {
  position: absolute;
    margin-bottom: 0px;
    right: 15px;
    top: -10px;
}

.attestation-content .ctrValue{
    width: 64%;
}
.attestation-content .email-box {
    position: relative;
    background: #fff;
    border:1px solid #e2e2e2;
    padding:0px 20px 20px;
    padding-left:30px;
}
.attestation-content .email-box h3 {
    margin-bottom:0px;
    line-height:22px;
    font-size:16px;
    font-weight: bold;
}
.attestation-content .email-box h5 {
    margin-bottom:10px;
    line-height:22px;
    font-size:14px;
}
.attestation-content .email-box p {
    margin:10px 0px;
}
.attestation-content .divider span {
    font-weight: bold;
    background:#fff;
    border:1px solid #ddd;
    width:30px;
    height: 30px;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
    border-radius:100%;
    position: absolute;
       left: 45%;
    top: -15px;
}
.attestation-content .divider span.or {
    top: 45%;
    left: -15px;
}
.orContact {
    position: relative;
    padding-top:5px;
}
.orContact .divider span {
    left: 15%;
    top:-15px;
}
.orgOr .orContact .divider span {
    left: 15%;
    top:12px;
}
.addressGroup {
    padding-bottom:20px;
}
.addressGroup h5 {
    font-weight: bold;
}
.verified-box {
    position: relative;
    padding:5px 15px;
    border-radius:4px;
    background: #f1f1f1;
    margin-bottom:20px;
}
.verified-box .dividerOr {
    position: absolute;
    left: 45%;
    bottom:15px;
}
.verified-box .divider {
    position: absolute;
    left: 45%;
    bottom:-10px;
}
.verified-box .divider span {
    font-weight: bold;
    background:#fff;
    border:1px solid #ddd;
    width:30px;
    height: 30px;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
    border-radius:100%;
    position: absolute;
    left: -15px;
    top:45%;
}
.verified-box .dividerOr span {
    font-weight: bold;
    background:#fff;
    border:1px solid #ddd;
    width:30px;
    height: 30px;
    text-align: center;
    font-size: 11px;
    line-height: 28px;
    border-radius:100%;
    position: absolute;
    left: -15px;
    top:45%;
}
.advancesearch_box:before {
    border: 10px solid #00000000;
    border-bottom: 10px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    top: -21px;
    right: 16%;
    z-index: 999;
}
.advancesearch_box:after {
    border: 10px solid #00000000;
    border-bottom: 10px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 16%;
    z-index: 999;
}
.rightImg{
    height: 18px;
}
.emailLabel{
    font-weight: 200;
}
.recordSec .panel {
    width: 100%;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
}
.recordSec .panelHeight {
    height: 500px;
    min-height: 500px;
    overflow: scroll;
}
.options {
    font-size: 11px;
    color: #777;
}
.copycode{
    border: 1px dotted #aaa;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
}
.copycode + a{
    font-size: 10px;
}

.drop_box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.panelHeight p {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 0px;
}
.drop_box i{
    color:#ddd;
    cursor: pointer;
}
.recordSec .head{
    padding: 10px 15px !important;
    border-bottom: 1px solid transparent !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
}
.selectDropdown span {
    background: none;
}
.sourceUrlCopy{
    cursor: pointer;
    position: absolute;
    right: -100px;
    top: 5px;
}
.sourceUrlCopySSL{
    cursor: pointer;
    position: absolute;
    right: -59px;
    top: 7px;
    font-size: 12px;
}
.rekeyScroll .select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: transparent;
}
.rekeyScroll .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    padding: 3px 8px;
}
.sslVerification .btn {
    padding: 6px;
}
.ctrValue input[type=checkbox], input[type=radio] {
    margin:0px;
}
.sourceTxt {
    position: relative;
}
.sourceTxt .sourceUrlCopySSL {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 9px;
    font-size: 13px;
}
.datePicker .advanceDate img {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
.datePicker .panelHeight p {
    border-bottom: none;
    margin-bottom: 0px;
}
.datePicker .addressGroup {
    padding-bottom: 5px;
}
.datePicker .form-group {
    margin-bottom: 8px;
}
.chooseSec span {
    font-weight: 400;
}
.verifyText .label {
    font-weight: 400;
    color:#999;
}
.verifyText .text-white {
    color:#fff;
}
.verifyTxt span {
    font-weight: 400;
}
.verifyTxt .radioValues{
    font-weight: 400;
     color: #999;
}
.kycSearchbox label{
    margin-left: 0px;
}

.kycSearch .search-general .advancesearch-box:before {
    left: 90px;
}

.kycSearch .search-general .advancesearch-box:after {
    left: 90px;
}   
.mandatory{
    color:red;
}
.user-image {
    height: 16em;
    width: 16em;
    display: flex;
}
.video-match .user-image img{
    border: 1px solid #ddd;
    border-radius: 4px;
    object-fit: contain;
}
.order-details-section hr{
    margin:10px 0px;
}
.photoSection {
    border:1px solid #ddd;
    position: relative;
    padding:20px 15px;
    border-radius: 4px;
}
.photoSection .table-head{
    position: absolute;
    left: 12px;
    background-color: #fff;
    top: -22px;
    color: #764098;
    font-weight: bold;
    font-size: 17px;
}
.photoSection span.label-.label-success {
    position: absolute;
    right: 9px;
    top: -12px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25em;
}
.video-match {
    margin-top: 25px;
}
.photoHead label {
    font-size: 13px;
    margin-bottom: 10px;
}
.photoHead span {
    font-size: 13px;
    font-weight: 100;
}
.photoHead {
    line-height: 16px;
    margin-top: 8px;
}
.photoHead .face {
    width: 33%;
    display: inline;
}
.photoHead .px0 {
    padding: 0px;
}
.photoHead .videoLbl {
  position: absolute;
    right: 20px;
}
.default-logo {
    height: 45px;
} 
.callBackDate .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    position: absolute!important;
    left: 0px!important;
    top: 38px!important;
}
.changeTxt, .Legalspan{padding:0px !important;}
.IdentityGroup .ctrValue .checkbox-list{margin-top:4px;}

/*.photoHead .videoLbel {
    margin-left: 13px;
}*/
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-left: 3px solid #c99d1d;
}
.helpTxt .ttips .ttipContent::after {
    right: 4px;
    left: unset;
}
.helpTxt .ttips .ttipContent {
    right: 0;
    left: unset;
}
.searchBox {position: relative;}
.searchBox .emailTxt {
   width:90px;
}

 

.searchBox .btn-search {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #666;
    padding: 5px 10px;
    background: transparent;
    border: none;
    box-shadow: none;
}
.actionTable .table-fixed-column-outter {
    position: relative;
}
.actionTable .table-fixed-column-inner {
   overflow-x: scroll;
   overflow-y: visible;
   width: 90%;
   border-right: 2px solid #ddd;
}
.actionTable .table tbody td .btn {
    padding: 0px 10px;
}
.actionTable{
        border: 1px solid #ddd;
}
.actionTable .table {
   white-space: nowrap;
}
.actionTable .table td, .actionTable .table th {
   width: 10%;
}
.actionTable .table th:last-child, .actionTable .table tr td:last-child {
   position: absolute;
   right: 0px;
}
.p-0 {
    padding: 0px!important;
}

.loaderBtn span{
    width: auto!important;
}
.noRecordsPosition{
    position:inherit !important;
    width: 100%;
}
.noRecordSection{
    padding-bottom: 0px !important;
    overflow-x: auto !important;
}
.divider-section .divider span {
font-weight: bold;
    background: #fff;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 11px;
    line-height: 23px;
    border-radius: 100%;
    position: relative;
    left: 7%;
    top: 43%;
    padding: 3px;
    display: block;
}
.divider-section .divider{
    position: relative;
}
.divider-section .divider hr{
    position: absolute;
    top: -6px;
    width: 20%;
}
.addRecord .form-label{
    margin-top: 10px;
}
.verifyPending .btn-primary{
    width:auto !important;
}
.mb-2{
    margin-bottom: 20px;
}