﻿.show-value {
    min-width: 120px ;
    max-width: 120px ;
    width: 120px ;
}

.NXslider {
    -webkit-appearance: none ;
    width: 100% ;
    height: 6.5px ;
    border: 1px solid rgb(107, 107, 137) ;
    background: #3598dc ;
    outline: none ;
    -webkit-transition: 0.2s ;
    transition: opacity 0.2s ;
    border-radius: 20px ;
    margin-top: 15px ;
    /*overflow: hidden ;*/
   
}

    .NXslider::-webkit-slider-thumb {
        -webkit-appearance: none ;
        border-radius: 50% ;
        appearance: none ;
        width: 15px ;
        height: 15px ;
        background: #ffffff ;
        border: 4px solid #105daa ;
        cursor: pointer ;
        /*box-shadow:  -1010px 0 0 1000px #105daa ;
      z-index: 2000 ;*/
         
    }

    .NXslider::-moz-range-thumb {
        border-radius: 20px ;
        width: 15px ;
        height: 15px ;
        background: #ffffff ;
        border: 4px solid #105daa ;
        cursor: pointer ;
        /*box-shadow: -1010px 0 0 1000px #105daa ;
        z-index: 2000 ;*/
    }



   

.Calc_range__amount {
    display: inline-block ;
    text-align: right ;
    min-width: 50px !important ;
    max-width: 99.99% !important ;
    transition: width 0.25s ;
    border: none ;
    font-weight: bold ;
    color: inherit ;
    width: 80px ;
  
}


    .Calc_range__amount:focus {
        outline: none ;
    }








.nav-pills > li > a {
    border-radius: 0;
    padding: 11px 10px 4px 10px;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: bold;
    border: none;
    
    background-color: transparent;
}



.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    border: none;
    color: #0271c9;
    border-bottom: 3px solid #0271c9;
    background-color: transparent;
}

.Calc_Tabs > li > a {
    border-radius: 0;
    padding: 11px 10px 4px 10px;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: bold;
    border: none;
    background-color: transparent;
}

ul.Calc_Tabs {
    border-bottom: none ;
    text-align: center ;
    padding: 14px 0 0px 0 ;
    margin-bottom: 10px ;
}

 

.Calc_Tabs >li.active >  a {
    color: #0271c9;
    border-bottom: 3px solid #0271c9;
}

.Calc_Tabs > li > a.active {
    color: #0271c9;
    border-bottom: 3px solid #0271c9;
}


/*.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {*/
    /*color: #003277 ;*/
    /*color: #0573c9 ;
}*/







.NewCalctab {
    overflow: hidden;
    position: sticky;
    top: 0px;
    z-index: 10000;
    background-color: white;
    text-align: center;

}

    .NewCalctab button {
        cursor: pointer;
        border-radius: 0;
        padding: 11px 10px 4px 10px;
        font-size: 15px;
        color: #7a7a7a;
        font-weight: bold;
        border: none;
        background-color: transparent;
        outline:none;
    }

        .NewCalctab button:hover {
            color: #0271c9;
            border: none;
            background-color: transparent;
            border-bottom: 3px solid #0271c9;
            outline: none;
        }


        .NewCalctab button.active {
            color: #0271c9;
            border: none;
            background-color: transparent;
            border-bottom: 3px solid #0271c9;
            outline: none;
        }

 
.NewCalctabcontent {
    display: none;
    
}



















.checkbox_PL, .checkbox_AL, .checkbox_HL { 
    vertical-align: bottom ;
}





.Calc_Graph_Btn {
    background: linear-gradient( 67deg, rgb(224 123 4) 0%, rgb(206 68 2) 80%) ;
    margin-top: 20px ;
    display: inline-block ;
    padding: 8px 21px ;
    color: #fff !important ;
    margin-right: 7px ;
    cursor: pointer ;
    border-radius: 5px ;
    font-size: 16px ;
    font-weight: 600 ;
}
















.GraphAccordion {
    /*background-color: #eee ;*/
    background-color: #e7f8ff ;
    color: #444 ;
    cursor: pointer ;
    padding: 12px ;
    width: 100% ;
    margin: auto ;
    border: none ;
    text-align: left ;
    outline: none ;
    font-size: 15px ;
    transition: 0.4s ;
    border-radius:7px ;
    margin-bottom:5px ;
}

    .GraphAccordionActive, .GraphAccordion:hover {
        background-color: #d7f2fd ;
    }

.GraphAccordionPanel {
    padding: 0 18px ;
    display: none ;
    background-color: white ;
    width: 100% ;
    margin: auto ;
    overflow: hidden ;
}

.GraphAccordionTable {
    width: 100% ;
    position: relative ;
    text-align: center ;
    font-size: 9px ;
}

.GraphAccordionTableHead {
    padding: 0 18px;
    width: 100%;
    margin: auto;
    font-weight: bold;
    font-size: 13px;
    /*background-color: #016fc5 ;*/
    padding-top: 15px;
    padding-bottom: 15px;
    /*color: white ;*/
}

.GraphAccordionTableB {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

.GraphAccordionTD {
    width: 20% ;
    position: relative ;
    border: 1px solid #efefef ;
}

.GraphAccordionTDFoot {
    width: 20% ;
    position: relative ;
}


.GraphAccordionTH {
    width: 20%;
    position: relative;
    font-size: 11px;
}


.GraphSubTabBtn {
    font-size: 11px;
    color: gray;
    background-color: transparent;
    border: none;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}


.GraphSubTabBtnActive {
    color: black;
    background-color: #ebebeb;
    font-size: 11px;
    padding: 5px;
    border: none;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}



.TDAccArrow{
    color:gray ;
}







.AdvAICard {
   
    animation: AdvpulseOpt 6s infinite;
}

.AdvAICard2 {
    animation: AdvpulseOpt 5s infinite;
}

.AdvAICard3 {
    animation: AdvpulseOpt 4s infinite;
}

.AdvAICard4 {
    animation: AdvpulseOpt 4s infinite;
}
@keyframes AdvpulseOpt {
    0% {
        opacity: 0.2;
        transform: scale(1);
     
    }

    20% {
        opacity: 0.4;
        transform: scale(1.2);
    }

    40% {
        opacity: 0.8;
        transform: scale(1.5);
    }

    60% {
        opacity: 0.8;
        transform: scale(1.5);
    }

    60% {
        opacity: 0.4;
        transform: scale(1.2);
    }

    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}







/*  Toggle Switch  */

.toggleSwitch span span {
    display: none;
}

.toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 200px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 34px;
    font-size: 85%;
}

    .toggleSwitch * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .toggleSwitch label,
    .toggleSwitch > span {
        line-height: 20px;
        height: 20px;
        vertical-align: middle;
    }

    .toggleSwitch input:focus ~ a,
    .toggleSwitch input:focus + label {
        outline: none;
    }

    .toggleSwitch label {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%;
    }

    .toggleSwitch input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }

    .toggleSwitch > span {
        position: absolute;
        left: 0;
        width: calc(100% - 6px);
        margin: 0;
        text-align: left;
        white-space: nowrap;
        margin: 0 3px;
    }

        .toggleSwitch > span span {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            display: block;
            width: 50%;
            margin-left: 50px;
            text-align: left;
            font-size: 0.9em;
            width: auto;
            left: 0;
            top: -1px;
            opacity: 1;
            width: 40%;
            text-align: center;
            line-height: 34px;
        }

    .toggleSwitch a {
        position: absolute;
        right: 50%;
        z-index: 4;
        display: block;
        top: 3px;
        bottom: 3px;
        padding: 0;
        left: 3px;
        width: 50%;
        background-color: #027ace;
        border-radius: 4px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .toggleSwitch > span span:first-of-type {
        color: #FFF;
        opacity: 1;
        left: 0;
        margin: 0;
        width: 50%;
    }

    .toggleSwitch > span span:last-of-type {
        left: auto;
        right: 0;
        color: #999;
        margin: 0;
        width: 50%;
    }

    .toggleSwitch > span:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: -2px;
        /* background-color: #fafafa;
	border: 1px solid #ccc; */
        border-radius: 30px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .toggleSwitch input:checked ~ a {
        left: calc(50% - 3px);
    }

    .toggleSwitch input:checked ~ span:before {
        /* border-color: #0097D1;
	box-shadow: inset 0 0 0 30px #0097D1; */
    }

    .toggleSwitch input:checked ~ span span:first-of-type {
        left: 0;
        color: #999;
    }

    .toggleSwitch input:checked ~ span span:last-of-type {
        /* opacity: 1;
	color: #fff;	 */
        color: #FFF;
    }
    /* Switch Sizes */
    .toggleSwitch.large {
        width: 60px;
        height: 27px;
    }

        .toggleSwitch.large a {
            width: 27px;
        }

        .toggleSwitch.large > span {
            height: 29px;
            line-height: 28px;
        }

        .toggleSwitch.large input:checked ~ a {
            left: 41px;
        }

        .toggleSwitch.large > span span {
            font-size: 1.1em;
        }

            .toggleSwitch.large > span span:first-of-type {
                left: 50%;
            }

    .toggleSwitch.xlarge {
        width: 80px;
        height: 36px;
    }

        .toggleSwitch.xlarge a {
            width: 36px;
        }

        .toggleSwitch.xlarge > span {
            height: 38px;
            line-height: 37px;
        }

        .toggleSwitch.xlarge input:checked ~ a {
            left: 52px;
        }

        .toggleSwitch.xlarge > span span {
            font-size: 1.4em;
        }

            .toggleSwitch.xlarge > span span:first-of-type {
                left: 50%;
            }

/*  End Toggle Switch  */