932 lines
19 KiB
CSS
932 lines
19 KiB
CSS
@font-face {
|
|
font-family: 'Helvetica';
|
|
src: url('assets/font/helvetica/Helvetica.woff2') format('woff2'),
|
|
url('assets/font/helvetica/Helvetica.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
body{
|
|
font-family: 'Helvetica' !important;
|
|
}
|
|
|
|
.userdet_Rw {
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 9px 5px;
|
|
border-bottom: 1px solid #e9e6e6c7;
|
|
font-size: 13px;
|
|
}
|
|
.userrw_title {
|
|
width: 20%;
|
|
font-weight: 600;
|
|
}
|
|
.userdet_bottom textarea {
|
|
width: 100%;
|
|
height: 99px;
|
|
margin: 15px 0;
|
|
padding: 5px 10px;
|
|
resize: none;
|
|
border: 1px solid #979797;
|
|
}
|
|
.form-check-custom.form-check-solid .form-check-input{
|
|
border: 1px solid #c1c4c7;
|
|
}
|
|
|
|
/*=======Manage cms=====*/
|
|
|
|
.cms-box {
|
|
width: 30%;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
margin: 21px 15px;
|
|
border-radius: 5px;
|
|
padding: 0;
|
|
}
|
|
.cms-bottom {
|
|
width: 100%;
|
|
}
|
|
.cms-head h5 {
|
|
font-size: 25px;
|
|
color: #515151;
|
|
font-weight: 700;
|
|
}
|
|
.cms-box p {
|
|
font-size: 19px;
|
|
color: #7A7A7A;
|
|
margin-bottom: 25px;
|
|
}
|
|
.cms-box i {
|
|
font-weight: 700;
|
|
font-size: 30px;
|
|
margin: 30px 0 10px 0;
|
|
color:#000;
|
|
}
|
|
.cms-box a {
|
|
color: #000;
|
|
width: 100%;
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.cms-bottom .container {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.cms-box a:after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 4px;
|
|
left: 0;
|
|
background-color: #000;
|
|
bottom: 0;
|
|
border-radius: 0 0 5px 5px;
|
|
}
|
|
.btn_add i{
|
|
color: #000 !important;
|
|
}
|
|
.ratingicn i.fa.fa-star, .ratingicn i.fa.fa-star-o {
|
|
color: #ffa900;
|
|
}
|
|
|
|
/*=====rating stars=====*/
|
|
fieldset, label { margin: 0; padding: 0; }
|
|
body{ margin: 20px; }
|
|
h1 { font-size: 1.5em; margin: 10px; }
|
|
|
|
/****** Style Star Rating Widget *****/
|
|
|
|
.rating {
|
|
border: none;
|
|
float: left;
|
|
}
|
|
|
|
.rating > input { display: none; }
|
|
.rating > label:before {
|
|
margin: 5px;
|
|
font-size: 1.25em;
|
|
font-family: FontAwesome;
|
|
display: inline-block;
|
|
content: "\f005";
|
|
}
|
|
|
|
.rating > .half:before {
|
|
content: "\f089";
|
|
position: absolute;
|
|
}
|
|
|
|
.rating > label {
|
|
color: #ddd;
|
|
float: right;
|
|
}
|
|
|
|
/***** CSS Magic to Highlight Stars on Hover *****/
|
|
/* component */
|
|
|
|
.star-rating {
|
|
display:flex;
|
|
flex-direction: row-reverse;
|
|
font-size:1.5em;
|
|
justify-content:space-around;
|
|
padding:0 .2em;
|
|
text-align:center;
|
|
width:5em;
|
|
}
|
|
|
|
.star-rating input {
|
|
display:none;
|
|
}
|
|
|
|
.star-rating label {
|
|
color:#ccc;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.star-rating :checked ~ label {
|
|
color:#f90;
|
|
}
|
|
|
|
.star-rating label:hover,
|
|
.star-rating label:hover ~ label {
|
|
color:#fc0;
|
|
}
|
|
|
|
/* explanation */
|
|
|
|
article {
|
|
background-color:#ffe;
|
|
box-shadow:0 0 1em 1px rgba(0,0,0,.25);
|
|
color:#006;
|
|
font-family:cursive;
|
|
font-style:italic;
|
|
margin:4em;
|
|
max-width:30em;
|
|
padding:2em;
|
|
}
|
|
|
|
/*=======testimonial edit popup======*/
|
|
.review_textarea textarea {
|
|
border: none;
|
|
border-bottom: 1px solid #00000061;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 15px;
|
|
padding-left: 10px;
|
|
resize: none;
|
|
overflow: auto;
|
|
}
|
|
.review_textarea textarea::-webkit-scrollbar {
|
|
width: 2px;
|
|
}
|
|
|
|
.review_textarea textarea::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
|
}
|
|
|
|
.review_textarea textarea::-webkit-scrollbar-thumb {
|
|
background-color: #00000061;
|
|
outline: 1px solid transparent;
|
|
}
|
|
.review_textarea textarea:focus-visible{
|
|
outline: none;
|
|
}
|
|
.form_recommend input:focus-visible{
|
|
outline: none;
|
|
}
|
|
.form_recommend input {
|
|
width: 100%;
|
|
border: none;
|
|
border-bottom: 1px solid #00000061;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 15px;
|
|
padding-left: 10px;
|
|
}
|
|
.testedit_textarea {
|
|
width: 100%;
|
|
border:1px solid #c3c3c3;
|
|
padding: 15px 10px;
|
|
margin: 15px 0;
|
|
border-radius: 5px;
|
|
}
|
|
.testedit_modal {
|
|
padding:20px 25px 20px 2px;
|
|
}
|
|
.table>:not(caption)>*>*{
|
|
border-bottom-width: 0px;
|
|
padding: 8px 8px !important;
|
|
}
|
|
|
|
/*======brand edit popup======*/
|
|
.brand_logo label {
|
|
width: 100%;
|
|
height: 50px;
|
|
padding-left: 15px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
border: 1px solid #b7b7b7;
|
|
|
|
}
|
|
.brand_name input {
|
|
width: 100%;
|
|
height: 50px;
|
|
padding-left: 16px;
|
|
font-size: 14px;
|
|
margin-bottom: 2rem;
|
|
border: 1px solid #b7b7b7;
|
|
}
|
|
.modal-dialog.modal-dialog-centered.brand_modald {
|
|
width: 45%;
|
|
}
|
|
.brand_modald .modal-content {
|
|
height: 60%;
|
|
}
|
|
.edit_brand {
|
|
padding:3rem 2rem 0 0;
|
|
}
|
|
.abtsec-bottom{
|
|
padding: 0 2rem !important;
|
|
margin-top: 0 !important;
|
|
}
|
|
/*====view case study====*/
|
|
.case_details {
|
|
width: 60%;
|
|
margin: 0 auto;
|
|
}
|
|
.case_heading.text-center {
|
|
margin: 20px 0;
|
|
}
|
|
.case_info {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
border-top: 1px solid #ebe5e5;
|
|
border-bottom: 1px solid #ebe5e5;
|
|
padding: 15px 0;
|
|
margin-bottom: 30px;
|
|
}
|
|
.case_content {
|
|
margin: 20px 0;
|
|
}
|
|
.case_info p {
|
|
margin-bottom: 5px !important;
|
|
}
|
|
|
|
/*======add news page=====*/
|
|
.add_news {
|
|
width: 100%;
|
|
}
|
|
.add_row1, .add_row3 {
|
|
display: flex;
|
|
width: 100%;
|
|
margin: 15px 0;
|
|
/* align-items: center; */
|
|
}
|
|
.row1_left, .row1_right, .row2_author {
|
|
width: 50%;
|
|
}
|
|
.row1_left label, .row1_right label,.row2_author label {
|
|
width: 30%;
|
|
}
|
|
.row1_left input, .row2_author input {
|
|
width: 65%;
|
|
border: 1px solid #cecece;
|
|
height: 35px;
|
|
padding: 3px 5px;
|
|
border-radius: 5px;
|
|
}
|
|
.row1_right input {
|
|
width: 65%;
|
|
border: 1px solid #cecece;
|
|
height: 35px;
|
|
padding: 3px 5px;
|
|
border-radius: 5px;
|
|
|
|
}
|
|
.add_row2 {
|
|
width: 100%;
|
|
margin: 15px 0;
|
|
}
|
|
|
|
.row5_imglink button {
|
|
position: absolute;
|
|
right: 50px;
|
|
height: 35px;
|
|
}
|
|
.row5_imglink input {
|
|
width: 100%;
|
|
height: 35px;
|
|
position: relative;
|
|
}
|
|
.row5_imglink {
|
|
width: 65%;
|
|
}
|
|
.add_row5 {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.row5_file {
|
|
width: 30%;
|
|
margin: 15px 0;
|
|
}
|
|
.add_row7 button {
|
|
margin-right: 20px;
|
|
}
|
|
.add_row7 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
margin-top: 2rem;
|
|
}
|
|
.add_row4 {
|
|
display: flex;
|
|
margin: 15px 0;
|
|
}
|
|
.add_row4 label {
|
|
width: 15%;
|
|
}
|
|
.custom-control.custom-switch.blog-switch {
|
|
margin-top: 7px;
|
|
margin-left: 7px;
|
|
}
|
|
/*======faq page=====*/
|
|
section.faq-sec .nav {
|
|
width: 15%;
|
|
text-align: center;
|
|
}
|
|
section.faq-sec .nav-pills .nav-link.active, section.faq-sec .nav-pills .show>.nav-link {
|
|
color: #fff;
|
|
background-color: #F78104;
|
|
}
|
|
section.faq-sec .nav .nav-link {
|
|
display: block;
|
|
padding: 1.5rem 1rem;
|
|
margin: 10px 10px;
|
|
/* background-color: #fff; */
|
|
color: #000;
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
border: 1px solid #cecece;
|
|
}
|
|
section.faq-sec {
|
|
display: flex;
|
|
}
|
|
|
|
section.faq-sec .tab-content.faq-content {
|
|
margin: 15px 0 15px 35px;
|
|
background-color: #fff;
|
|
width: 80%;
|
|
border-radius: 10px;
|
|
padding: 2rem;
|
|
height: 100%;
|
|
/* box-shadow: -7px -3px 16px #dfdbdb; */
|
|
border: 1px solid #cecece;
|
|
}
|
|
.faq-title p {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
color: #5A5858;
|
|
}
|
|
.faqlist-details {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 10px;
|
|
}
|
|
.faq-list-data {
|
|
display: flex;
|
|
/*align-items: center;*/
|
|
}
|
|
.faqdata-icn i {
|
|
font-size: 30px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.faqdata-detail p {
|
|
font-weight: 400;
|
|
margin: 0;
|
|
}
|
|
section.secmng_setting .row {
|
|
margin: 0;
|
|
}
|
|
a.faq-addbtn {
|
|
color: #fff;
|
|
}
|
|
.faqdata-detail.faqmodal-detail {
|
|
width: 100%;
|
|
}
|
|
.faqdata-detail.faqmodal-detail input {
|
|
width: 100%;
|
|
border: 0;
|
|
padding: 5px 0 15px 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
.faqdata-detail.faqmodal-detail textarea {
|
|
border: 0;
|
|
resize: none;
|
|
height: 100px;
|
|
}
|
|
.add_faq {
|
|
width: 100%;
|
|
}
|
|
.add_faq input {
|
|
width: 100%;
|
|
height: 40px;
|
|
margin: 20px 0;
|
|
padding: 5px 10px;
|
|
}
|
|
.add_faq textarea {
|
|
width: 100%;
|
|
padding: 5px 10px;
|
|
height: 100px;
|
|
}
|
|
.subscriber-detail {
|
|
position: relative;
|
|
padding: 20px !important;
|
|
}
|
|
.editd_subscriber {
|
|
position: absolute;
|
|
top: -5px;
|
|
right: 20px;
|
|
}
|
|
.perinfo_row {
|
|
width: 100%;
|
|
}
|
|
.perinfo_row label {
|
|
width: 20%;
|
|
}
|
|
.perinfo_row input {
|
|
width: 55%;
|
|
height: 35px;
|
|
border-radius: 5px;
|
|
border: 1px solid #707070;
|
|
margin: 10px 0;
|
|
padding: 5px 10px;
|
|
}
|
|
.modal-content.addpln-content.editsub_details {
|
|
height: 600px;
|
|
}
|
|
.perinfo_row select {
|
|
width: 55%;
|
|
height: 35px;
|
|
border-radius: 5px;
|
|
border: 1px solid #707070;
|
|
margin: 10px 0;
|
|
padding: 5px 10px;
|
|
}
|
|
.perinfo_row1 select {
|
|
height: 35px;
|
|
width: 100%;
|
|
border: 1px solid #ababab;
|
|
border-radius: 5px;
|
|
margin: 10px 0 15px 0;
|
|
padding-left: 4px;
|
|
}
|
|
.perinfo_row1 input {
|
|
height: 35px;
|
|
width: 100%;
|
|
border:1px solid #ababab;
|
|
border-radius: 5px;
|
|
margin: 10px 0 15px 0;
|
|
padding-left: 10px;
|
|
}
|
|
.perinfo_row1 label {
|
|
width: 100%;
|
|
}
|
|
.perinfo_row1 {
|
|
width: 100%;
|
|
}
|
|
.modal-content.addpln-content.editsub_details .modal-body {
|
|
overflow: scroll;
|
|
}
|
|
.portfolio-tabs li.nav-item {
|
|
font-size: 16px;
|
|
color: #5A5858;
|
|
font-weight: 500;
|
|
}
|
|
.newh-left {
|
|
width: 40px;
|
|
display: flex;
|
|
height: 40px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
background-color: #cecece;
|
|
border-radius: 50%;
|
|
}
|
|
.newh-left i {
|
|
color: #fff;
|
|
font-size: 20px;
|
|
}
|
|
.new-housetop {
|
|
display: flex;
|
|
align-items: center;
|
|
/*justify-content: center;*/
|
|
}
|
|
.tracker-left {
|
|
width: 35%;
|
|
margin-right: 5%;
|
|
display: flex;
|
|
align-items: center;
|
|
border:1px solid #878889;
|
|
border-radius: 5px;
|
|
justify-content: center;
|
|
padding: 30px 0;
|
|
}
|
|
.goal_tracker {
|
|
display: flex;
|
|
width: 100%;
|
|
margin: 2rem 1rem;
|
|
}
|
|
.newh-right span {
|
|
color: #707070;
|
|
font-size: 14px;
|
|
}
|
|
.newh-right p {
|
|
margin-bottom: 0;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
}
|
|
.newh-right {
|
|
margin-left: 15px;
|
|
}
|
|
.new-housebottom h6 {
|
|
font-size: 30px;
|
|
}
|
|
.goalt-right {
|
|
width: 60px;
|
|
margin-left: 35px;
|
|
background-color: #000;
|
|
height: 60px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50%;
|
|
}
|
|
.goalt-right i {
|
|
font-size: 30px;
|
|
color: #fff;
|
|
}
|
|
.tracker-right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.goalt-left {
|
|
width: 65%;
|
|
}
|
|
.tracker-right {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 55%;
|
|
margin-right: 5%;
|
|
display: flex;
|
|
align-items: center;
|
|
border:1px solid #878889;
|
|
border-radius: 5px;
|
|
justify-content: space-around;
|
|
padding: 30px 0;
|
|
}
|
|
.subscriber-detail .setting-tabs .nav-pills li {
|
|
padding-right: 25px !important;
|
|
}
|
|
.personal-tabs.taxation-details.subscribe-taxation {
|
|
margin-top: 25px;
|
|
}
|
|
.personal-tabs.taxation-details.subscribe-taxation .row.btm-adit {
|
|
margin-top: 20px;
|
|
}
|
|
.setting-tabs {
|
|
position: relative;
|
|
}
|
|
.subAdm_label.addgnrl_label {
|
|
width: 32%;
|
|
}
|
|
.addcomp_text {
|
|
display: flex;
|
|
}
|
|
.addcomp_text textarea {
|
|
height: 85px;
|
|
resize: none;
|
|
border: 1px solid #CECECE;
|
|
border-radius: 4px;
|
|
}
|
|
.addcomp_text label {
|
|
width: 18%;
|
|
color: #606060;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
}
|
|
.subAdm_label.addgnrl_label {
|
|
width: 35% !important;
|
|
}
|
|
.pan_pic {
|
|
border: 3px dashed #cecece;
|
|
padding: 10px;
|
|
border-radius: 5px;
|
|
width: 500px;
|
|
height: 200px;
|
|
}
|
|
.doc-left {
|
|
width: 10%;
|
|
}
|
|
.document-div {
|
|
display: flex;
|
|
}
|
|
.document-div {
|
|
display: flex;
|
|
padding: 4rem 2rem !important;
|
|
}
|
|
.edit_perinfo.edit_riskm .perinfo_row label {
|
|
width: 44%;
|
|
}
|
|
/*=====net worth subscriber detail=====*/
|
|
.row.networth_mod {
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.assetsc {
|
|
width: 100%;
|
|
height: 302px;
|
|
/*padding: 15px;*/
|
|
/* border: 1px solid #000; */
|
|
border-radius: 5px;
|
|
background-color: #f5f8fb;
|
|
/*position: relative;*/
|
|
}
|
|
.asset_head.d-flex.fs-3.justify-content-between {
|
|
border-bottom: 1px dashed #cecece;
|
|
padding: 10px 15px;
|
|
}
|
|
.asset_acc .collapse {
|
|
background: #fff;
|
|
position: absolute;
|
|
z-index: 1;
|
|
left: 15px;
|
|
width: 91%;
|
|
border: 1px solid #0000001f;
|
|
}
|
|
.asset_acc .collapse td {
|
|
padding: 10px !important;
|
|
}
|
|
|
|
element.style {
|
|
}
|
|
body a:active, body a:focus, body a:hover {
|
|
text-decoration: none !important;
|
|
}
|
|
.asset_acc a {
|
|
font-size: 16px;
|
|
color: #000;
|
|
font-weight: 600;
|
|
}
|
|
.asset_acc {
|
|
/*position: absolute;*/
|
|
/*bottom: 0;*/
|
|
padding: 5px 15px;
|
|
}
|
|
.asset_chart {
|
|
height: 216px;
|
|
}
|
|
.mynet_worth {
|
|
width: 100%;
|
|
position: absolute;
|
|
top:34%;
|
|
text-align: center;
|
|
}
|
|
.mynet_worth h1 {
|
|
font-size: 4rem;
|
|
}
|
|
.net_worthbottom {
|
|
margin-top: 20px;
|
|
}
|
|
.equi-left {
|
|
width: 45%;
|
|
}
|
|
.equibox-top {
|
|
display: flex;
|
|
border-bottom: 1px solid;
|
|
padding: 10px 0;
|
|
}
|
|
.equibox-bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 10px 0;
|
|
}
|
|
.equity_box {
|
|
border: 1px solid #000;
|
|
padding-left: 2rem;
|
|
/* margin-left: 20px;*/
|
|
}
|
|
.net_worthbottom {
|
|
display: flex;
|
|
}
|
|
.net_col6 {
|
|
border-radius: 5px;
|
|
background-color: #f5f8fb;
|
|
padding: 20px;
|
|
min-height: 630px;
|
|
}
|
|
.equirow-left li span {
|
|
margin-right: 10px;
|
|
}
|
|
.equirow-right li span {
|
|
margin-right: 10px;
|
|
}
|
|
.equity_row {
|
|
padding-top: 15px;
|
|
border-top: 1px solid #cecece;
|
|
margin-top: 25px;
|
|
/* margin-left: 20px;*/
|
|
}
|
|
.personal-tabs {
|
|
position: relative;
|
|
}
|
|
.personal-tabs .tab-content {
|
|
margin-top: 20px;
|
|
}
|
|
.assetsc label {
|
|
margin-bottom: 0;
|
|
}
|
|
.assetsc h3 {
|
|
margin-bottom: 0;
|
|
}
|
|
.card .card-body.card-padding {
|
|
padding-top: 15px !important;
|
|
}
|
|
.form-check{
|
|
padding-left: 0 !important;
|
|
}
|
|
.table>:not(:last-child)>:last-child>* {
|
|
border-bottom-color: inherit;
|
|
}
|
|
#myTabs a.active{
|
|
font-weight: 600 !important;
|
|
}
|
|
btn-active-color-primary{
|
|
color: #009ef7 !important;
|
|
}
|
|
.btn.btn-active-color-primary:hover:not(.btn-active){
|
|
color: #009ef7 !important;
|
|
}
|
|
.btn-check:active+.btn.btn-active-color-primary .svg-icon, .btn-check:active+.btn.btn-active-color-primary i, .btn-check:checked+.btn.btn-active-color-primary .svg-icon, .btn-check:checked+.btn.btn-active-color-primary i, .btn.btn-active-color-primary.active .svg-icon, .btn.btn-active-color-primary.active i, .btn.btn-active-color-primary.show .svg-icon, .btn.btn-active-color-primary.show i, .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:active:not(.btn-active) i, .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:focus:not(.btn-active) i, .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:hover:not(.btn-active) i, .show>.btn.btn-active-color-primary .svg-icon, .show>.btn.btn-active-color-primary i{
|
|
color: #009ef7 !important;
|
|
}
|
|
.text-hover-primary:hover {
|
|
transition: color .2s ease;
|
|
color: #009ef7 !important;
|
|
}
|
|
a.btn.btn-sm.fw-bold.btn-primary.btn_add:hover{
|
|
color: #009ef7 !important;
|
|
}
|
|
.descript-view.modal-dialog.modal-dialog-centered {
|
|
max-width: 40% !important;
|
|
}
|
|
.descript-view .modal-body{
|
|
height: 100% !important;
|
|
}
|
|
.view-description {
|
|
margin-top: 10px;
|
|
}
|
|
.view-description a {
|
|
padding: 4px 20px;
|
|
background-color: #e5e5e5;
|
|
color: #000;
|
|
border-radius: 16px;
|
|
border: 1px solid #00000026;
|
|
}
|
|
.mu-subject input {
|
|
width: 80%;
|
|
border: none;
|
|
}
|
|
.musub-content input {
|
|
width: 100%;
|
|
border: none;
|
|
}
|
|
.musub-content textarea {
|
|
width: 100%;
|
|
height: 152px;
|
|
margin-top: 15px;
|
|
}
|
|
.mu-notify.reply-pop textarea {
|
|
height: 180px !important;
|
|
}
|
|
.add-comb {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.plan_pl {
|
|
width: 45%;
|
|
}
|
|
.plan_amt {
|
|
width: 45%;
|
|
}
|
|
|
|
/*dipti*/
|
|
#login_form .form-control {
|
|
background: #fff !IMPORTANT;
|
|
color: #000;
|
|
}
|
|
input {
|
|
color: #5E6278 !important;
|
|
}
|
|
.error {
|
|
color: #e70404;
|
|
}
|
|
div.dataTables_scrollFootInner table.table-bordered tr th:first-child, div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
|
|
border-left: 0 !important;
|
|
}
|
|
tbody, td, tfoot, th, thead, tr {
|
|
text-align: center;
|
|
}
|
|
|
|
.table-responh2sive .row {
|
|
margin-right: 0 !important;
|
|
margin-left: 0 !important;
|
|
}
|
|
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button.current,
|
|
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
|
background: #1c3b67 !important;
|
|
color: #fff !important;
|
|
border: 1px solid #391164;
|
|
}
|
|
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
|
|
background: #1c3b67 !important;
|
|
color: #fff !important;
|
|
border: 1px solid #1c3b67;
|
|
}
|
|
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
|
|
.table-responh2sive .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
|
|
background: #1c3b67 !important;
|
|
color: #fff !important;
|
|
border: 1px solid #1c3b67;
|
|
}
|
|
td {
|
|
font-size: 13px !important;
|
|
font-weight: 400 !important;
|
|
}
|
|
.dataTables_length label, .dataTables_filter label {
|
|
font-size: 15px;
|
|
}
|
|
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
|
|
box-shadow: none !Important;
|
|
}
|
|
table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
|
|
box-shadow: none !Important;
|
|
}
|
|
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
|
|
box-shadow: none !Important;
|
|
background: #f9f9f9 !Important;
|
|
}
|
|
button.btn.btn-light-primary {
|
|
background: #fff;
|
|
}
|
|
table.dataTable thead > tr > th.sorting {
|
|
text-align: center;
|
|
}
|
|
table.dataTable {
|
|
overflow-y: hidden;
|
|
overflow-x: scroll;
|
|
width: 100% !important;
|
|
}
|
|
.table-responsive {
|
|
overflow-x: hidden;
|
|
}
|
|
table.dataTable tbody td {
|
|
vertical-align: middle;
|
|
}
|
|
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
|
|
display: none !IMPORTANT;
|
|
}
|
|
|
|
.dataTables_scrollHead {
|
|
display: none;
|
|
}
|
|
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
|
|
height: 30px !important;
|
|
overflow: hidden;
|
|
line-height: initial !IMPORTANT;
|
|
}
|
|
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
|
color: #fff !important;
|
|
background: #1c3b67;
|
|
}
|
|
.btn.btn-color-gray-700 {
|
|
color: #009ef7;
|
|
}
|
|
.btn.btn-color-gray-700 .svg-icon, .btn.btn-color-gray-700 i {
|
|
color: #009ef7;
|
|
}
|
|
.modal button.btn.btn-primary {
|
|
background: #009ef7 !IMPORTANT;
|
|
padding: 8px 30px !IMPORTANT;
|
|
color: #fff !IMPORTANT;
|
|
}
|
|
.modal button.btn.btn-primary {
|
|
background: #009ef7 !IMPORTANT;
|
|
padding: 8px 30px !IMPORTANT;
|
|
color: #fff !IMPORTANT;
|
|
border: 1px solid #009ef7 !IMPORTANT;
|
|
}
|
|
.card.card-flush.overflow-hidden.h-md-100 {
|
|
display: none;
|
|
}
|
|
/*dipti*/ |