.calculator {

    word-wrap: break-word;
    z-index: 600;
    position: absolute;
    left: 400px;
    top: 50px;
    padding: 5px 5px 10px 5px;
    opacity: 1;
    color: #333;
}

.calculator a{
    border-bottom: 1px dashed #23527c;
}

.calculator a:hover, .calculator a:active{
    border-bottom-style: solid;
    text-decoration: none;
}

.calculator a.glyphicon{
    padding-bottom: 5px;
    border-bottom-color: transparent;
}

.calculator .buttons .btn-group-justified {
    table-layout: auto;
}

.calculator .input-xs {
    height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.25;
    border-radius: 3px;
    margin-top: 2px;
}

.calculator .btn.input-xs{
    padding: 3px 10px !important
}

.calculator .btn.input-xs .color-box{
    height: 15px;
}

.calculator.calc-simple{
    border: 1px solid #bbb;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    background: #d3d3d3;
    width: 222px;
    padding-bottom: 5px;
}

.calculator.calc-scientific{
    /*background: #d3d3d3;*/
    /*width: 310px;*/
    /*height: 620px;*/
    width: 256px;
    height: 498px;
    padding: 0px;


}

.calculator.calc-graphical {
    /*background: #d3d3d3;*/
    /*width: 295px;*/
    /*height: 641px;*/

    width: 258px;
    height: 604px;
    padding: 0px;
}

.calc-main-display {
    background: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    margin: 5px 0;
}

.calc-info-display span + span{
    padding-left: 5px;
}

.calc-flex{
    display: flex;
}

.calc-flex-item{
    flex: 0 1 auto;
}

.calc-flex-grow-1{
    flex-grow: 1;
}

.calculator  .jumbotron {
    background-color: #fff;
    color: #333;
    padding: 6px;
    margin-bottom: 5px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
}

.calculator .jumbotron hr {
    border-top: 1px solid #ccc;
    margin: 3px 0;
}

.calculator .jumbotron .display {
    line-height: 1.2;
}

.calc-simple .jumbotron .display > div {
    display: none;
}

.calc-simple .jumbotron .display > div:last-of-type{
    min-height: 27px;
    display: block;
}

.calculator .jumbotron p{
    font-size: 14px;
    margin: 0 8px;
    font-weight: 400;
}

.calculator .jumbotron p:last-of-type{
    color: #000;
    font-weight: 700;
}

.calculator .jumbotron .calc-mem-marker{
    color:#333;
    font-size:14px;
    margin:3px 8px 0 5px;
}

.calculator.calc-simple .jumbotron .display  p{
    font-size: 21px;
    margin-top: 3px;
}

.calculator.calc-scientific .calc-sci-display p {
    color: #333;
}

.calculator .btn {
    min-width: 40px !important;
    border-radius: 4px;
    margin: 1px;
    padding: 5px 10px !important;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background-color: #3a77a0;
    box-shadow: inset -1px -1px 0 #27536b, inset -1px 1px 0 #4d7991, inset 1px -1px 0 #4d7991, inset 1px 1px 0 #27536b;
    outline: none;
    border: none;
    border: 1px solid transparent;
}

.calculator.calc-simple{
    font-weight: 400;
}

.calculator .btn:hover {
    border: 1px #3a77a0 solid;
    box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
    outline: none;
}

.calculator .btn:focus {
    border: 1px #3a77a0 solid;
    box-shadow: inset 2px 2px 0 #ff0, inset -2px -2px 0 #ff0;
    outline: none;
}

/**IBT2-14335 START*/
.calculator .btn.tc-no-focus:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
/**IBT2-14335 END*/

.calculator .btn:active {
    border: 1px solid transparent;
    background-color: #2f637f;
    box-shadow: inset -1px -1px 0 #4d7991, inset -1px 1px 0 #27536b, inset 1px -1px 0 #27536b, inset 1px 1px 0 #4d7991;
}

.calculator .btn-link,.calculator .btn-link:hover,.calculator .btn-link:focus,.calculator .btn-link:active {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.calculator .btn-link:hover, .calculator .btn-link:focus {
    color: #23527c;
    background-color: transparent;
    text-decoration: none;
}

.calculator .btn.disabled, .calculator .btn[disabled], .calculator fieldset[disabled] .btn {
    cursor: not-allowed !important;
    box-shadow: none;
    opacity: .65;
}
.calculator .btn sup{
    top: -.7em;
    left: 0.1em;
}

.calculator .btn-solver{
    padding: 1px 10px !important;
}

.calculator .btn-calc-md{
    width: 82px;
}
.calculator .btn-calc-lg{
    width: 123px;
}
.calculator .btn-calc-xl{
    width: 208px;
}

.calculator .btn-group-calc > .btn{
    padding: 0 !important;
    height: 40px;
    float: left;
    text-align: center;
}

.calculator .btn-group-calc > .btn:disabled, .calculator.calc-simple .btn-group-calc > .btn.disabled {
    opacity: .35;
    cursor: not-allowed;
}

.calculator.calc-simple .btn-group-calc > .btn{
    font-size: 21px;
}

.calculator .btn-group-calc > .btn-calc-symbol{
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 21px;
    font-weight: 400;
}

.calculator .btn-default {
    color: #333;
    background-color: #fff;
    box-shadow: inset -1px -1px 0 #c7cbcf, inset -1px 1px 0 #edf1f5, inset 1px -1px 0 #edf1f5, inset 1px 1px 0 #c7cbcf;
}

.calculator .btn-calc-digit {
    color: #3a3736;
    background-color: #ebf0f5;
    box-shadow: inset -1px -1px 0 #a7a4a9, inset -1px 1px 0 #edf1f5, inset 1px -1px 0 #edf1f5, inset 1px 1px 0 #a7a4a9;
    font-weight: 400;
    font-size: 24px;
    padding: 5px;
}

.calculator .btn-default:hover,
.calculator .btn-calc-digit:hover {
    border: 1px #ebf0f5 solid;
    box-shadow: inset 1px 1px 0 #b3b3b3, inset -1px -1px 0 #b3b3b3;
}

.calculator .btn-default:focus,
.calculator .btn-calc-digit:focus {
    border: 1px #ebf0f5 solid;
    box-shadow: inset 2px 2px 0 #2e3192, inset -2px -2px 0 #2e3192;
}

/**IBT2-14335 START */
.calculator .btn-default.tc-no-focus:focus,
.calculator .btn-calc-digit.tc-no-focus:focus{
    border: none;
    box-shadow: none;
}


#calcDialog.tc-no-focus:focus {
    /*border: none;*/
    /*box-shadow: none;*/
    outline: none;
    outline-offset: 0px;
}
/**IBT2-14335 END */


.calculator .btn-default:active,
.calculator .btn-calc-digit:active {
    background-color: #dcdee0;
    box-shadow: inset -1px -1px 0 #e0e2e4, inset -1px 1px 0 #babcbe, inset 1px -1px 0 #babcbe, inset 1px 1px 0 #e0e2e4;
}

.calculator .btn-calc-operator {
    color: #3a3736;
    background-color: #ddd;
    box-shadow: inset -1px -1px 0 #bbb, inset -1px 1px 0 #e1e1e1, inset 1px -1px 0 #e1e1e1, inset 1px 1px 0 #bbb;
    padding: 5px;
    outline: none;
}

.calculator .btn-calc-operator:hover {
    border: 1px #ddd solid;
    box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}

.calculator .btn-group-calc > .btn-calc-serif{
    font-family: Garamond, Georgia, Times, serif;
    font-size: 24px;
    line-height: 1;
}

.calculator .btn-calc-operator:active {
    background-color: #cecece;
    box-shadow: inset -1px -1px 0 #d4d4d4, inset -1px 1px 0 #aeaeae, inset 1px -1px 0 #aeaeae, inset 1px 1px 0 #d4d4d4;
}

.calculator .btn-calc-action-secondary {
    background-color: #BA5A13;
    box-shadow: inset -1px -1px 0 #ad5812, inset -1px 1px 0 #d37e37, inset 1px -1px 0 #d37e37, inset 1px 1px 0 #ad5812;
    outline: none;
    padding: 5px;
    color: #fff;
    font-weight: 400;
}

.calculator .btn-calc-action-secondary:hover {
    border: 1px #BA5A13 solid;
    box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}

.calculator .btn-calc-action-secondary:active {
    background-color: #994c13;
    box-shadow: inset -1px -1px 0 #a76636, inset -1px 1px 0 #814011, inset 1px -1px 0 #814011, inset 1px 1px 0 #a76636;
}

.calculator .btn-calc-action, .calculator .btn-graph-primary{
    background-color: #234760;
    box-shadow: inset -1px -1px 0 #1e3b51, inset -1px 1px 0 #436177, inset 1px -1px 0 #436177, inset 1px 1px 0 #1e3b51;
    outline: none;
    color: #fff;
    padding: 5px;
    font-weight: 400;
}

.calculator .btn-calc-action:hover, .calculator .btn-graph-primary:hover {
    border: 1px #234760 solid;
    box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}

.calculator .btn-calc-action:active,  .calculator .btn-graph-primary:active {
    background-color: #142935;
    box-shadow: inset -1px -1px 0 #364852, inset -1px 1px 0 #10222c, inset 1px -1px 0 #10222c, inset 1px 1px 0 #364852;
}

.calculator .btn-calc-action:focus, .calculator .btn-graph-primary:focus {
    border: 1px #234760 solid;
    box-shadow: inset 2px 2px 0 #ff0, inset -2px -2px 0 #ff0;
}

.calculator .btn-plus-minus{
    text-decoration: underline;
    margin-top: -6px;
}

.calculator .btn-plus-minus:after{
    content: "+";
}

.calculator .btn-graph-secondary {
    background-color: #658f5f;
    box-shadow: inset -1px -1px 0 #567a51, inset -1px 1px 0 #7ca077, inset 1px -1px 0 #7ca077, inset 1px 1px 0 #567a51;
    outline: none;
    color: #fff;
    margin: 0 auto;
    display: block;
}

.calculator .btn-graph-secondary:hover {
    border: 1px #658f5f solid;
    box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}

.calculator .btn-graph-secondary:active {
    background-color: #374d33;
    box-shadow: inset -1px -1px 0 #50714b, inset -1px 1px 0 #162c10, inset 1px -1px 0 #162c10, inset 1px 1px 0 #50714b;
}

.calculator .btn-graph-default {
    background-color: #666;
    box-shadow: inset -1px -1px 0 #333, inset -1px 1px 0 #999, inset 1px -1px 0 #999, inset 1px 1px 0 #333;
    outline: none;
    color: #fff;
    display: block;
    font-weight: 400;
}

.calculator .btn-graph-default:hover {
    border: 1px #666 solid;
    box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}

.calculator .btn-graph-default:active {
    background-color: #333;
    box-shadow: inset -1px -1px 0 #666, inset -1px 1px 0 #000, inset 1px -1px 0 #000, inset 1px 1px 0 #666;
}
.calculator .btn-graph-primary, .calculator .btn-graph-secondary, .calculator .btn-graph-default {
    min-width: 110px !important;
    font-size: 16px;
}

.calculator .btn-graph-sm{
    font-size: 21px;
    padding: 2px 5px !important;
    line-height: 1;
    min-width: 25px !important;
}

.calculator .btn-radio, .calculator .btn-radio:hover, .calculator .btn-radio:focus, .calculator .btn-radio:active {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    font-weight: normal;
    color: #333;
    border-radius: 0;
}

.calculator .btn-radio .ico{
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #333;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.calculator .btn-radio.active .ico > *{
    width: 7px;
    height: 7px;
    background-color: #3a77a0;
    border-radius: 15px;
    display: inline-block;
    vertical-align: text-top;
}

.calculator .calc-menu-bar .btn-graph-primary{
    min-width: 80px !important;
    font-size: 14px;
}

.calculator .btn-transfer-display {
    background-color: #47565e;
    color: #d7d7d7;
}

.calc-header{
    height: 25px;
    line-height: 21px;
    cursor: move;
    font-size: 18px;
}

.calc-version{
    margin: 0 10px;
    vertical-align: top;
}

.calculator .calc-close-btn {
    color: #444;
    font-size: 30px;

    line-height: 20px;
    background: none;
    border: 1px solid currentColor;
    margin-bottom: 5px;
    padding: 0;
}

.calculator .calc-close-btn:hover {
    color: #000;
    background-color: #ebf0f5;
}

.calc-menu-bar{
    width: 100%;
    height: 35px;
    padding: 0 0 5px 0;
    position: relative;

}

.calc-menu-bar ul {
    list-style: none;
    padding-left: 0;
}

.calc-menu-bar li {
    padding: 12px 2px 0 0;
    font-size: 13px;
}

.calc-menu-bar .list-inline  a {
    color: #934c16;
    cursor: pointer;
    border-bottom-color: #934c16;
}

.calc-menu-bar .text-danger {
    font-weight: 700;
}


.calc-graph-bar {
    display: block;
    background-color: #9a9a9a;
    margin: 0 -5px;
}
.calc-graph-bar .nav{
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 1px 0;
    cursor: inherit;
}

.calc-graph-bar  .nav-pills > li {
    margin: 0;
}

.calc-graph-bar .nav-pills > li + li {
    margin-left: inherit;
}

.calc-graph-bar .nav-pills > li > a, .calc-graph-bar .nav-pills > li > .btn-link{
    padding: 5px 12px;
    height: 30px;
    background-color: #e8e8e8;
    color: #333;
    width: 115px;
    border-radius: 4px;
}
.calc-graph-bar .nav-pills > li.active > a, .calc-graph-bar .nav-pills > li.active > .btn-link{
    background-color: #797979;
    color: #fff;
    border: 1px solid #fff;
}
.calc-hist-btn {
    border: none;
    background: none;
    background-color: #207ce5;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
}
.calc-hist-seq-btn {
    border: none;
    background: none;
    background-color: #207ce5;
    color: #ffffff;
    border-radius: 8px;
    padding: 1px 6px;
    margin-top: -2px;
    margin-bottom: 2px;
    min-width: 38px;
}
.calc-input-txtbx {
    border: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    height: 45px;
    overflow: auto;
    background: none;
    resize: none;
    font-weight: 400;
    line-height: 1.1;
}
.calc-sci-left {
    display: block;
    width: 50%;
    padding: 1px 2px 1px 0;
    float: left;
}
.calc-sci-right {
    display: block;
    width: 50%;
    padding: 1px 0 1px 2px;
    float: right;
}
.calc-sci-display {
    margin-left: 0;
    margin-right: 0;
}
.calc-scientific .calc-sci-display, .calc-graphical .calc-sci-display {
    position: relative;
    overflow-y: auto;
    height: 120px;
}
.calc-sci-display-wrapper{
    bottom: 0;
    position: absolute;
    width: 100%;
    max-height: 100%;
}
.calc-sci-display-item{
    border-bottom: 1px dashed #ccc;
    padding: 5px 5px 0 5px;
    font-size: 14px;
    width:100%;
}
.btn-graphic-toolbar-img {
    padding: 0;
    min-width: 20px;
}
.solver-calc-grid {
    font-size: 12px;
    width: 325px;
    height: 100px;
}
.my-data-calc-grid,
.chart-coordinates-grid {
    font-size: 12px;
    height: 440px;
    width: 100%;
    margin-bottom: 10px;
}
.calc-grid-cell {
    font-size: 12px;
}
.calc-grid-error {
    font-size: 12px;
    color: red;
}
.calc-grid-row-no {
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}
.has-error .calc-grid-cell,.has-error .calc-grid-row-no {
    border: 1px solid #a94442;
    border-right-width: 2px;
    color: #a94442;
    background-color: #F5E4E4;
}
.calc-grid-header {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #666;
}

a.calc-remove {
    color: #337ab7;
    font-size: 16px;
    display: inline-block;
    padding-top:3px;
    text-align: center;
    width:100%;
}
a.calc-remove:hover, a.calc-remove:focus {
    color: #23527c;
    text-decoration:none;
}

.calc-graph-panel{
    width:343px;
    height:100%;
    margin-bottom: 5px;
}

.calc-graph-panel .calc-panel-body {
    border: 1px solid transparent;
    overflow: hidden;
    margin: 5px 0 10px;
    position: relative;
}

.calc-graphic-window .calc-panel-body{
    background: #666;
    color: #fff;
    border-radius: 4px;
    padding: 0 10px;
    margin: 0;
}

.calc-graphic-window .calc-panel-body .btn-link{
    color: #fff;
}

.calc-graphic-graph p{
    text-align: center;
    color: #666;
}

.calc-graphic-graph .calc-menu-bar > .btn {
    margin-left: 20px;
}

.calc-graph-analysis{
    background: #666;
    padding: 10px 5px;
    border-radius: 4px;
}

.calc-graph-analysis > * {
    margin-bottom: 10px;
}

.calc-graph-analysis .form-inline input{
    width: 135px;
    float: left;
}

.calc-graph-analysis .form-inline label{
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    float: left;
}


.calc-graph-panel .calc-panel-body > div.calc-panel-gray {
    height: 450px;
    position: relative;
}

.calc-panel-gray{
    border-radius: 4px;
    border: 1px solid #a7a8a7;
    padding: 5px;
    background-color: #797979;
}

.calc-panel-gray .btn-link{
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 1px 0 !important;
}

.calc-panel-gray .btn-link:hover{
    color: #fff;
    border-bottom: 1px dashed #fff;
}

.calc-panel-gray .control-label{
    color: #fff;
}

.calc-panel-white{
    border-radius: 4px;
    border: 1px solid #a7a8a7;
    background: #fff;
    padding: 5px;
}

.calc-graph-panel .calc-panel-inner{
    border-radius: 4px;
    border: 1px solid #a7a8a7;
    overflow:auto;
    padding: 5px;
    height: 350px;
    margin-bottom: 10px;
}

.calc-functions .calc-panel-inner {
    height: 430px;
    overflow-x: auto;
}

.calc-functions-edit .panel{
    margin-bottom: 5px;
}

.calc-functions-edit  .panel .calc-flex-item + .calc-flex-item{
    margin-left: 10px;
    height: 55px;
    margin-bottom: 10px;
}

.calc-variables .calc-panel-inner{
    height: 425px;
}

.calc-variable-items .btn-link{
    padding: 0 ! important;
    min-width: 20px !important;
}

.calc-variable-items > * + *, .calculator .calc-variable-items > * + * {
    margin-left: 5px;
}

/*.calc-variable-items a{
    margin-left:10px;
    margin-right:10px;
}*/

.calc-panel-footer{
    padding: 5px;
}

.calc-graph-panel .nav-tabs > li > a{
    border-radius: 8px 8px 0 0;
    border: 1px solid #999;
    padding: 5px 15px;
    outline: none;
}

.calc-graph-panel .nav-tabs > li.active > a{
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #fff;
}

.calc-graph-panel .tab-content{
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0 8px 8px;
    margin: -1px 0 10px;
}

.calc-graph-panel .tab-pane{
    height: 380px;
}

.calc-graph-panel .tab-pane > div{
    margin: 10px;
}

.calc-graph-panel .tab-pane label{
    width: 50px;
    text-align: right;
    vertical-align: top;
}
.calc-graph-panel .tab-pane textarea{
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 10px;
    width: 250px;
    height: 155px;
}

.calc-graphic-window{
    position: relative;
}

.calc-graphic-window .calc-menu-bar {
    position: absolute;
    bottom: 5px;
    padding: 0 15px 5px 0;
}

.calculator .inline-form > * {
    float:left;
}
.calculator .inline-form > * + * {
    margin-left: 5px;
}
.calculator .inline-form > * + label {
    margin-left: 15px;
}
.calculator .inline-form > label {
    text-align: right;
    padding: 5px;
}
/*To disable alternating row colors on the grid*/

.ngRow.odd {
    background-color: transparent;
}
.ngRow.even {
    background-color: transparent;
}
.switch{
    vertical-align: middle;
}
.switch+.switch{
    margin-left: 5px;
}
.switch label {
    float: left;
    padding: 5px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
}
.calc-graphic-window .switch-white {
    margin-top: 3px;
}
.switch-white label{
    color: #fff;
}
.switch .switch-bar {
    width: 40px;
    border: 1px solid #fff;
    background-color: rgba(120, 120, 120, 0.5);
    height: 20px;
    display: inline-block;
    float: left;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    margin-top: 3px;
    box-shadow: inset 5px 5px 5px #666;
}
.switch-white .switch-bar{
    background-color: rgba(255, 255, 255, 0.5);
}
.switch .switch-toggle {
    width: 25px;
    height: 25px;
    background-color: #234760;
    border-radius: 25px;
    position: absolute;
    left: 0;
    cursor: pointer;
    transition: all .55s cubic-bezier(.25,.8,.25,1);
    margin: -4px 0 0 -2px;
    box-shadow: 1px 2px 2px #666;
    border: 1px solid rgb(120, 120, 120);
}
.switch-white .switch-toggle{
    background-color: rgb(50, 50, 50);
    border: 1px solid rgb(128,204,255);
}
.switch.checked .switch-bar {
    background-color: rgba(58, 119, 160, 0.5);
}
.switch.checked .switch-toggle {
    background-color: rgb(58, 119, 160);
    border: 1px solid rgb(58, 119, 160);
    left: 15px;
}
.switch .switch-toggle:hover,.switch.checked .switch-toggle:hover {
    border: 1px solid #fff;
}
.switch .switch-toggle:active,.switch.checked .switch-toggle:active {
    background-color: #2f637f;
}
.switch-white .switch-toggle:active,.switch-white.checked .switch-toggle,.switch-white.checked .switch-toggle:active{
    border: 1px solid rgb(128,204,255);
}
.switch-group{
    margin: 10px 0;
}
.color-dropdown, .line-dropdown{
    position: relative;
    vertical-align: middle;
}

.calc-graph-panel .color-dropdown > label, .calc-graph-panel .line-dropdown > label{
    vertical-align: middle;
}

.calc-graphic-window .calc-panel-body .form-group > label{
    width: 35%;
    float: left;
    text-align: right;
    padding: 5px 10px;
}

.calc-graphic-window .calc-panel-body .form-group > div{
    width: 60%;
    float: left;
}

.calc-graphic-window .calc-panel-body .form-group {
    margin-bottom: 3px;
}

.calc-graphic-window .calc-panel-body .switch-group .form-group {
    margin-bottom: 0;
}

.calc-graphic-window .calc-graphic-window-switches{
    margin: 10px 0 5px;
}

.calc-graphic-window .calc-graphic-window-switches .form-group {
    margin-bottom: 0;
    line-height: 14px;
}

.color-dropdown  .dropdown-menu, .line-dropdown .dropdown-menu{
    min-width: 75px;
}

.calculator .dropdown-menu > li, .dropdown-menu > li {
    padding: 0;
}

.calculator .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #ddd;
}

.calculator input.readonly{
    background: #ccc;
}
.color-box{
    background-color: transparent;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.color-picker .color-box{
    margin: 0;
    height: 25px;
    width: 35px;
}

.edit-option{
    margin: 0 10px;
}
.line-box{
    background-color: transparent;
    height: 5px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.line-picker .line-box{
    margin: 0;
    width: 35px;
}

#graph{
    background-color:#fff;
    margin: 10px 0;
}

.basic-calc-init-display {
    display: block;
}

.calculator .btn.calc-tab-check{
    height: 0;
    overflow: hidden;
}

.calculator .btn.calc-tab-check:focus{
    height: auto;
    text-align: center;
    width: 206px;
    border:2px solid #ff0;
    white-space: normal;
}

.sci-gra-calc-init-display {
    display: block;
}

.calc-solver{
    height: 485px;
}
.calc-solver .calc-panel-body{
    height: 265px;
}
.calc-solver .calc-panel-body  p{
    padding: 45px 0;
    display: block;
    text-align: center;
}
.calc-solver .calc-limit-wrapper{
    border-top: 1px solid #999;
    padding-top: 10px;
}
.calc-solver .calc-input-txtbx{
    height: 65px;
}
.calc-solver .calc-limit{
    width: 70px;
}

/* calc modal styling */
.calc-layover {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 95%;
    background-color: #000;
    display: none;
    z-index: 10000;
    margin: 0;
    padding: 0;
}

.calc-popup {
    width: 100%;
    height: 200px;
    margin: -25% 0 0 -5px;
    cursor: pointer;
    position: absolute;
    z-index: 10001;
    display: none;
    top: 50%;
}

.calc-popup .modal-dialog{
    width: 325px;
}

/* Calculator focus */
#calcDialog:focus {
    outline:2px solid #3072BE;
    outline-offset:1px;
}

/**IBT2-14335 START */
.tc-calc-header.calc-header:focus {
    outline: none;
    border: none;
    border-shadow: none;
}
/**IBT2-14335 END */


button.btn.btn-transfer-display.btn-calc-xl.transferDisplayStyle{
	font-weight:normal;
	font-size:14px;
}

.leave-calc-check{
    position: relative;
}
.leave-calc-check .btn-info:focus{
    display: block;
    margin-top: -10px;
    background: #d9edf7  ;
    z-index: 100;
    color: #000;
    width: 207px;
    border-radius: 4px;
    position: absolute;
    white-space: normal;
    border-color: #269abc;
    box-shadow: 3px 3px 10px rgba(217, 237, 247, 0.45);
    width: 90%;
    margin-left: 5%;
}
#basic-calc-placeholder.offscreen {
    clip-path: inset(100%);
    clip: rect(1px 1px 1px 1px); /* IE 6/7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; /* added line */
    width: 1px;
    visibility: hidden;
    
}