﻿* {
    margin: 0px;
}

html, body {
    height: 100%;
}

body {
    background-color: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, var {
    font-weight: normal;
    font-style: normal;
}

li {
    list-style: none;
}

caption, th, td {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: text-top;
    line-height: -1px;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}




#upprslide img.uparrw {
    position: fixed;
    margin: 0 488px;
    bottom: 0px;
}

a {
    color: #06243F;
}

/*toggle selection*/
ul {
    list-style: none;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.toggle {
    margin: 2px 0 0 14px;
    float: left;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .toggle li {
        float: left;
    }

        .toggle li a {
            min-width: 50px;
            width: auto;
            padding: 6px;
            text-align: center;
            display: block;
            text-shadow: 1px 1px 0 #fff;
            font-size: 12px;
            font-weight: 600;
            color: #666;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
            background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
            -moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
            -webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
            box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
            border: 1px solid #777;
        }

        .toggle li:first-child a {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

        .toggle li a:hover {
            text-decoration: none;
            background: #ededed;
            color: #222;
        }

        .toggle li a.active {
            text-decoration: none;
            background: #9AD2FF !important;
            color: #003A66 !important;
            cursor: default;
            -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
            -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
            box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
        }

/*toggle selection*/

#upprslide strong {
    font-size: 18px;
    line-height: 2;
    text-decoration: underline;
    -ms-text-underline-position: below;
    text-underline-position: below;
}

#upprslide p {
    font-size: 18px;
    line-height: 2;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #007ACC;
    /*background:#f9c80d;*/
    z-index: 2000;
    position: fixed;
    top: 0;
    width: 100%;
    height: 3px;
}

.spinner_loader_main {
    background: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2000;
}

    .spinner_loader_main .contain {
        display: block;
        z-index: 2000;
        text-align: center;
        top: 48%;
        left: 45%;
        position: fixed;
    }

    .spinner_loader_main .ring {
        width: 30px;
        height: 30px;
        border: solid 2px transparent;
        border-top-color: #29d;
        border-left-color: #29d;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: spinner_load 400ms linear infinite;
        -moz-animation: spinner_load 400ms linear infinite;
        -ms-animation: spinner_load 400ms linear infinite;
        -o-animation: spinner_load 400ms linear infinite;
        animation: spinner_load 400ms linear infinite;
    }

    .spinner_loader_main .ltext {
        margin-top: 7px;
        color: #0495E0;
        font-weight: bold;
    }

.spinner_loader_img {
    display: block;
    position: fixed;
    background: white;
    z-index: 2000;
    top: 45%;
    right: 50%;
}

.spinner_loader {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 48%;
    right: 48%;
    width: 30px;
    height: 30px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner_load 400ms linear infinite;
    -moz-animation: spinner_load 400ms linear infinite;
    -ms-animation: spinner_load 400ms linear infinite;
    -o-animation: spinner_load 400ms linear infinite;
    animation: spinner_load 400ms linear infinite;
}

@-webkit-keyframes spinner_load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner_load {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner_load {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinner_load {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner_load {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.dash {
    float: left;
    width: 100%;
    border-bottom: 2px solid #006400;
}

.trail_border {
    margin-top: 99px;
    min-height: 44px;
    padding: 0px 5px;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
    border: 1px solid #4289FA;
    cursor: text;
    outline: none;
}

.gkl {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    white-space: normal;
}

.top-text {
    padding-left: 5px;
}

.top-text-span {
    float: left;
    margin-top: 5px;
    color: #0f3c62;
    font-size: 18px;
}

.sub-heading {
    float: left;
    padding: 5px 1% 5px 1%;
    width: 97.8%;
    height: auto;
    border: 1px solid #e4e2e2;
    border-bottom: none;
    background: #B1D4FB;
    color: #303030;
    font-size: 14px;
}

.clear {
    clear: both;
}

.hm_btn {
    margin-bottom: 5px;
    padding: 10px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #e5e5e5;
    text-shadow: 0 1px rgba(0,0,0,.3);
    font: 12px Trebuchet MS,Arial,Helvetica,sans-serif;
    font-weight: bold;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

    .hm_btn.wd {
        width: 98%;
    }

    .hm_btn.fl_lft {
        float: left;
    }

    .hm_btn.fl_rgt {
        float: right;
    }

    .hm_btn i {
        float: left;
        margin-left: 8px;
        font-size: 16px;
    }

    .hm_btn:hover i {
        color: #fff;
    }

    .hm_btn span {
        float: left;
        margin-left: 8px;
    }

    .hm_btn.blue {
        border: 1px solid #005da3;
        background: #005da3;
    }

    .hm_btn.reset {
        border: 1px solid #7ac6ff;
        background: #d6ecfd;
        color: #016fbe;
        text-shadow: none;
    }

        .hm_btn.reset i {
            color: #016fbe!important;
        }

    .hm_btn.blue:hover {
        border: 1px solid #016bbb;
        background: #0073ca;
        color: #fff;
    }

    .hm_btn.lightblue {
        border: 1px solid #0072c8!important;
        background: #007edd!important;
    }

    .hm_btn.green {
        border: 1px solid #00581b;
        background: #006d20;
    }

        .hm_btn.green:hover {
            border: 1px solid #006d20;
            background: #008a28;
            color: #fff;
        }

    .hm_btn.red {
        border: 1px solid #780000;
        background: #a30000;
    }

        .hm_btn.red:hover {
            border: 1px solid #a30000;
            background: #c30000;
            color: #fff;
        }

    .hm_btn.disabled {
        border: 1px solid #acacac!important;
        background: #ccc!important;
        color: gray!important;
        text-shadow: none!important;
        cursor: default!important;
        cursor: not-allowed!important;
    }

        .hm_btn.disabled:hover i {
            color: gray!important;
        }

    .hm_btn.finalize {
        padding: 5px 20px 5px 16px!important;
        margin: 5px 10px 2px 0!important;
        font-size: 14px;
    }

div.bgoverlay {
    position: fixed;
    background: #333;
    top: 0;
    left: 0;
    z-index: 999999999;
    opacity: .5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    _position: absolute;
    display: none;
}

div.bgpopup {
    position: absolute;
    z-index: 9999999999;
    padding: 10px;
    background: #333 transparent;
    background: rgba(51,51,51,.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C333333, endColorstr=#4C333333)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C333333',endColorstr='#4C333333');
}

.bgpopup .content {
    background: #fff;
    height: 100%;
    float: left;
    width: 100%;
}

.bgpopup .dialog-header {
    background: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #e6e6e6;
    padding: 10px;
    color: #333;
}

.bgpopup .close-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

    .bgpopup .close-icon i:hover {
        color: #085eb3;
    }

table.tb_basic {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.tb_basic.greenback {
    background: #009090;
    border: 1px solid #006262;
}

    .tb_basic.greenback td {
        color: #fff;
    }

.tb_basic th {
    padding: 5px;
    border: 1px solid gray;
    background: #dfdfdf;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font: bold 12px Helvetica,Arial;
}

.tb_basic td input[type="text"] {
    float: left;
    padding: 5px;
    border: 1px solid #bdc7d8;
    font-size: 13px;
}

    .tb_basic td input[type="text"]:focus {
        outline: none;
        border: 1px solid gray;
    }

.tb_basic.wbr td {
    border: 1px solid gray;
}

a.a_tdbasic {
    outline: none;
    color: #0064c5;
    font: 12px Helvetica,Arial;
}

    a.a_tdbasic:hover {
        color: #0276e6;
    }

.tb_basic td select {
    float: left;
    width: 100%;
    border: 1px solid #bdc7d8;
    font-size: 13px;
}

    .tb_basic td select:focus {
        outline: none;
    }

.tb_basic td {
    padding: 5px;
    vertical-align: middle;
    font-size: 12px;
    font-family: 'Segoe UI Semibold','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
}

    .tb_basic td label {
        font-weight: bold;
    }

    .tb_basic td.tdbasic_ct_hd {
        background: #eaf0d1;
        font-weight: bold;
        text-transform: uppercase;
        border-left: none;
        border-right: none;
    }

div.sbactive {
    outline: 0;
}

    div.sbactive.red {
        border: 1px solid #f3565d !important;
    }

    div.sbactive.blue {
        border: 1px solid #56A5F3 !important;
    }

div.subentry.sbactive .lowerpart {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 5px rgba(0,0,0,.125);
    text-align: center;
}

div.subentry.sbactive.red .upperpart {
    background: #f3565d;
    color: #fff;
}

div.subentry.sbactive.blue .upperpart {
    background: #3C80F6;
    background: #56A5F3;
    color: #fff;
}

    div.subentry.sbactive.blue .upperpart > span {
        color: white !important;
        font-style: italic;
    }

div.subentry {
    
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
}

    div.subentry .upperpart {
        padding: 3px 15px;
        color: #555;
        background: #eee;
        font-size: 12px;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }

    div.subentry .lowerpart {
        padding: 5px 10px 3px;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        text-align: center;
    }

    div.subentry:hover {
        border-color: #7e7e7e;
    }

div.plussign {
    display: inline-block;
    font-size: 2em;
    margin: 5px;
    vertical-align:top;
    
}

span.drkgry {
    font-size: 11px;
    color: darkgray;
}

.result_subtotal.st1 {
    float: left;
    margin-top: 15px;
    font-size: 24px;
    line-height: normal;
}

.result_subtotal.st2 {
    float: left;
    min-height: 39px;
    min-width: 10%;
    max-width: 20%;
    white-space: normal;
    -ms-word-break: break-all;
    word-break: break-all;
    font-size: 18px;
    border: 1px solid #ccc;
    padding: 6px 10px 6px 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.div_multiply {
    margin-left: 20px;
    float: left;
    width: 100%;
    padding-top: 25px;
}

    .div_multiply .cts {
        float: left;
        width: 15%;
        font-size: 18px;
        height: 40px;
        padding: 6px 10px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.multiplysign {
    float: left;
    margin: 0px 10px;
    font-weight: bold;
    font-size: 30px;
}

.css_ext {
    border: 1px solid;
}

.css_active_border {
    background: #9AD2FF;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.4);
}

.css_shapes {
    float: left;
    margin: 0px 10px 0px 5px;
    padding: 4px 7px 6px;
}

.main_header {
    padding: 0px;
    font-size: 16px;
    /* border: 1px solid #909090; */
    color: #fff;
    background-color: #337ab7;
    border-color: #055BA5;
    -moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, .125);
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .125);
    float: left;
    width: 100%;
}

    .main_header span, .main_header label {
        padding-top: 8px;
        font-weight: normal;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
        font-size: 16px;
    }

.btn.btn-default.backmenu, .d_backmenu {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 50px;
    background-color: #276499;
    border: 1px solid #2B5B84;
    -moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, .125);
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .125);
    color: white;
    outline: none !important;
}

    .btn.btn-default.backmenu span {
        font-size: 18px !important;
    }

.btnspan2 {
    padding: 0px !important;
    float: left;
}

.btnspan1 {
    padding: 0px !important;
    float: left;
    margin-right: 5px;
}

.header2 {
    border-bottom: 1px solid #CCC;
    background-color: #F7F7F7;
    float: left;
    padding: 5px 0px 5px;
    width: 100%;
    height: 50px;
}

.main_header .firstdiv {
    padding-top: 5px;
    width: auto !important;
}

canvas {
    image-rendering: optimizeSpeed; /* Older versions of FF          */
    image-rendering: -moz-crisp-edges; /* FF 6.0+                       */
    image-rendering: -webkit-optimize-contrast; /* Safari                        */
    image-rendering: -o-crisp-edges; /* OS X & Windows Opera (12.02+) */
    image-rendering: pixelated; /* Awesome future-browsers       */
    -ms-interpolation-mode: nearest-neighbor; /* IE                            */
}

.cons {
    border: 1px solid #CDCDCD;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 16px;
    /* height: 32px; */
    overflow: hidden;
    padding: 0 10px;
    /* position: relative; */
    text-align: left;
    vertical-align: middle;
    /* width: 40%; */
    -webkit-border-radius: 2px;
    -webkit-box-sizing: border-box;
}

#L1_Value, #L1_Value_Sigma {
    color: #444;
    font-size: 18px;
    margin-top: 5px;
    float: left;
}

.sigmaon {
    float: left;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    background-color: #286090;
    padding: 13px 15px 14px;
    font-size: 18px;
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.4);
}

.input-group.sigma {
    width: 20%;
    float: left;
    margin-top: 7px;
}

.rsub {
    white-space: normal;
    -ms-word-break: break-all;
    word-break: break-all;
    font-size: 18px;
    border: 1px solid #ccc;
    padding: 5px 10px 6px 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 10%;
    float: left;
    height: 35px;
    margin-top: 8px;
}

    .rsub.sigma_sp {
        border: none;
        margin-left: 0px;
        padding: 0px;
        max-width: 88%;
        font: bold 24px Sans-serif;
        margin-top: 11px;
    }

.form-control.sigma_input {
    font-size: 18px !important;
    height: 35px !important;
    padding: 5px !important;
    border: none !important;
    border-left: 1px solid #ccc !important;
}

.multiplysign.sigma_x {
    margin: 8px 1% !important;
    font-size: 24px;
}

.btn3 {
    font-size: 14px;
    outline: none !important;
    margin-right: 20px;
    font-weight: bold;
    color: #444;
}

    .btn3.fnt-lg {
        font-size: 21px !important;
        padding: 0px 10px !important;
    }

    .btn3.enabled {
        color: white !important;
        background-color: #428bca;
        -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.2) !important;
        -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.2) !important;
        box-shadow: inset 0 2px 5px rgba(0,0,0,0.2) !important;
    }

        .btn3.enabled:hover, .btn3.enabled:active, .btn3.enabled:focus {
            background-color: #428bca !important;
        }

    .btn3.blue {
        border: 1px solid #428bca !important;
        -moz-box-shadow: 1px 1px 1px #428bca;
        -webkit-box-shadow: 1px 1px 1px #428bca;
        box-shadow: 1px 1px 1px #428bca;
    }

    .btn3.red {
        border: 1px solid #d9534f !important;
        -moz-box-shadow: 1px 1px 1px #d9534f;
        -webkit-box-shadow: 1px 1px 1px #d9534f;
        box-shadow: 1px 1px 1px #d9534f;
    }

    .btn3:hover, .btn3:active, .btn3:focus {
        background-color: #fcfcfc!important;
    }

.div_btns_SubEntry {
    float: left;
    width: 100%;
    border-bottom: 1px solid #C9CACC;
    padding: 10px 0px;
    background-color: #F0F4F7;
}

.form-control.subentry_remarks {
    width: 39% !important;
    margin-left: 2%;
    font-size: 16px !important;
    padding: 6px;
    color: #878787;
    float: left;
    height: 36px !important;
    margin-top: 3px;
}

.g_thumb {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid;
    border-color: #bbb #bbb #a8a8a8;
    float: left;
    margin-top: 10px;
    line-height: 17px;
    font-size: 13px;
    color: #404040;
    width: 100%;
}

    .g_thumb .g_thumb_img {
        float: left;
        margin: 10px 2%;
        width: 35%;
    }

    .g_thumb .g_thumb_text {
        float: left;
        margin: 6px 0px;
        width: 57%;
        height: 85px;
        color: #23527c;
        font: bold 14px/26px Sans-serif;
    }

div.subentryno {
    padding: 0px 10px;
    line-height: 24px;
    position: absolute;
    background: #56A5F3;
    color: white;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-control.borrow_cnst {
    font-size: 21px;
    min-height: 42px;
    padding: 6px;
    width: 43%;
    float: left;
}

.btn.chk_sc span.glyphicon {
    opacity: 0;
}

.btn.chk_sc.active span.glyphicon {
    opacity: 1;
}

.badge.bg_srno {
    font-size: 15px;
    background-color: #B74733;
    -moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, .125);
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, .125);
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .125);
    margin-left: 5px;
}

.form-control.multiplier {
    font-size: 20px;
    padding: 6px;
    height: 38px;
    border-left: 1px solid #ccc;
}

.input-group-addon.multspan {
    font-size: 18px;
    padding: 6px;
    height: 38px;
}

/*------------------------------------------Contract List Css----------------------------------------*/
.btn_ot {
    letter-spacing: 1px;
    text-decoration: none;
    background: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    border: 1px solid;
    padding: 8px 10px;
    text-decoration: none !important;
}

.btn-outlined {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-outlined.btn-theme {
        background: none;
        color: #2b669a;
        border-color: #2b669a;
    }

        .btn-outlined.btn-theme.orange {
            background: none;
            color: darkorange;
            border-color: #2b669a;
        }

            .btn-outlined.btn-theme.orange:hover, .btn-outlined.btn-theme.orange:active {
                color: #FFF;
                background: darkorange;
                border-color: darkorange;
            }
        .btn-outlined.btn-theme.darkorange {
            background: none;
            color: darkorange;
            border-color: #ac2925;
        }

            .btn-outlined.btn-theme.darkorange:hover, .btn-outlined.btn-theme.darkorange:active {
                color: #FFF;
                background: darkorange !important;
                border-color: darkorange;
            }

        .btn-outlined.btn-theme.red {
            background: none;
            color: #c9302c;
            border-color: #ac2925;
        }

            .btn-outlined.btn-theme.red:hover, .btn-outlined.btn-theme.red:active {
                color: #FFF;
                background: #c9302c;
                border-color: #ac2925;
            }
        .btn-outlined.btn-theme.purple {
            background: none;
            color: #9a03d6;
            border-color: #9d3fd8;
        }

            .btn-outlined.btn-theme.purple:hover, .btn-outlined.btn-theme.purple:active {
                color: #FFF;
                background: #9a03d6;
                border-color: #9d3fd8;
            }
        .btn-outlined.btn-theme.success {
            background: none;
            color: #5cb85c;
            border-color: #5cb85c;
        }

            .btn-outlined.btn-theme.success:hover, .btn-outlined.btn-theme.success:active {
                color: #FFF;
                background-color: #5cb85c;
                border-color: #5cb85c;
            }

        .btn-outlined.btn-theme:hover,
        .btn-outlined.btn-theme:active {
            color: #FFF;
            background: #337ab7;
            border-color: #2b669a;
        }

a.a_more {
    color: #326CC5;
    font: bold 14px sans-serif;
    margin: 10px 5px 5px;
    text-decoration: underline;
}

.shadowbrd {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
/*------------------------------------------End of Contract List Css----------------------------------------*/


/*.cons {
    color: #878787 !important;
}*/

.cons.extra {
    font-family: inherit !important;
    width: 40%;
    font-size: 16px;
    height: 40px;
    padding: 6px 10px;
}

table.blue_brd th, table.blue_brd td {
    border: 1px solid #0071D2 !important;
    font-size: 16px;
}

table.blue_brd th {
    text-align: center;
    vertical-align: middle !important;
}

.sc_msg {
    font: 150% Sans-serif !important;
    line-height: 1.4 !important;
}

div.mb_entry {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 24px;
}

    div.mb_entry span {
        float: left;
    }

        div.mb_entry span.equalsto {
            margin: 0px 5px;
        }

.entry_remarks {
    border: 1px dashed #808080;
    color: #555;
    font-style: italic;
    padding: 1px 5px;
    margin-top: 5px;
}

.em_v {
    font: italic 13px/17px Sans-serif;
    float: right;
    margin: 5px 0px;
    color: #333;
}
.cadetails_p {
    font-size: 16px !important;
    line-height: 1.6 !important;
}
p.contractList {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.strhd{font-size:105% !important }