/* Minification failed. Returning unminified contents.
(2419,47): run-time error CSS1046: Expect comma, found '109'
(2419,54): run-time error CSS1046: Expect comma, found '/'
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    font-family: "Arial", sans-serif !important;
    /* 1 */
    
    -ms-text-size-adjust: 100%;
    /* 2 */
    
    -webkit-text-size-adjust: 100%;
    /* 2 */
    
    font-size: 14px;
    line-height: 24px;
    font-weight: 300 !important;
    height: 100%;
    box-sizing: border-box;
}

body {
    /*background: white url(/Content/images/BG.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background: white url(/Content/images/BG.jpg) repeat-x center center; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c394c+1,29b3d0+51,0c394c+100 */
    background: #0c394c; 
    /*background: -moz-linear-gradient(top, #0c394c 1%, #29b3d0 51%, #0c394c 100%);
    background: -webkit-linear-gradient(top, #0c394c 1%,#29b3d0 51%,#0c394c 100%); 
    background: linear-gradient(to bottom, #0c394c 1%,#29b3d0 51%,#0c394c 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c394c', endColorstr='#0c394c',GradientType=0 );*/ 
}

input,
textarea,
keygen,
select,
button {
    font-family: Arial;
    font-size: 14px;
    font-weight: 300;
    background-color: #FFFFFF;
    color: #333;
    line-height: 18px !important;
}

input:focus {
    border: 1px solid #006990 !important;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    border: none;
    outline: 0;
}

body {
    font-family: Arial;
    /*background-color: #006990;*/
}

input::-ms-clear {
    display: none;
}

* {
    box-sizing: border-box;
}
/*img {
    width: 100%;
}*/

::-webkit-input-placeholder {
    color: #ccc;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    
    color: #ccc;
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #ccc;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #ccc;
    font-style: italic;
}

.clr {
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border: none;
}
.btn {
    border-radius: 0;
    font-weight: 300;
    font-size: 13px;
}

.page-header {
    padding: 10px;
    margin: 0;
    border-bottom: 1px dotted #999;
    background-color: #fff;
    color: #006990;
    border-radius: 4px 4px 0 0;
}
    .page-header div {
        line-height: 1.1;
    }
.breadcrumb {
    border-radius: 0;
    font-size: 11px;
    padding: 0px 10px 4px 10px;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px !important;
    font-size: 13px !important;
}

.glyphicon {
    margin-right: 5px;
}

.indicator {
    position: absolute;
    margin-left: 0px;
    color: #006990;
}

.padding10 {
    padding: 10px
}

.remove-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.remove-border {
    border-width: 0 !important;
}

.remove-border-top {
    border-top-width: 0 !important;
}

.remove-border-right {
    border-right-width: 0 !important;
}

.remove-border-bottom {
    border-bottom-width: 0 !important;
}

.remove-border-left {
    border-left-width: 0 !important;
}

.remove-padding {
    padding: 0 !important;
}

.remove-padding-left {
    padding-left: 0 !important;
}

.remove-padding-right {
    padding-right: 0 !important;
}

.remove-padding-top {
    padding-top: 0 !important;
}

.remove-padding-bottom {
    padding-bottom: 0 !important;
}

.remove-margin {
    margin: 0 !important;
}

.d-none {
    display: none !important
}
.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color: #fff;
    border: 1px solid #DCDCDC;
    min-width: 100px;
    text-align: center;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #EFF6FF;
    border-bottom-color: #EFF6FF;
}*/

/*.nav-tabs .active a {
    background-color: green !important;
}*/

.nav-tabs > li.active > a:link, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li.active a {
    background-color: #FFE0B2 !important;
    border-bottom-color: #fff;
    color: #000;
}

/*.nav-tabs > li > a {
    background-color: #fff
}*/

.tab-content {
    padding: 10px;
    border: 1px solid #ddd;
    border-top-width: 0;
}

/**NAVBAR**/

.navbar-brand {
    background-color: #fff;
}

.navbar-default {
    background-color: white;
}

.navbar-collapse {
    padding: 0;
}

#userDP {
    padding: 0;
}

.navbar-fixed-top {
    border-width: 0;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(0, 105, 144, 0.15);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(0, 105, 144, 0.08);
}

.navbar-default .navbar-nav > li > a {
    color: #006990;
}



    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #006990;
        background-color: #F0F8FF;
    }

.dropdown-menu {
    border-radius: 0;
}

    .dropdown-menu li {
        min-width: 180px;
    }

    .dropdown-menu > li > a {
        font-weight: 300;
    }

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin: 0;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid #ddd;
    }

    .navbar-nav {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0;
    }

    .dropdown-submenu > a:before {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 4px 4px 4px 0px;
        border-right-color: #666;
        margin-top: 6px;
        margin-left: -12px;
    }

    .dropdown-submenu:hover > a:before {
        border-left-color: #555;
    }

    .dropdown-submenu > a:after {
        display: none !important;
    }

    .input-xs {
        max-width: 100px;
    }
}



/**NAVBAR**/

.panel {
    border-radius: 0px;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        opacity: .6;
        /*text-decoration: underline;*/
        text-decoration: none;
    }
/*****SUB-SUB MENU*****/
/***  https://www.bootply.com/nZaxpxfiXz  ***/

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/*****SUB-SUB MENU*****/
.input-group-addon.input-sm {
    padding: 5px;
    font-size: 11px;
}

.h-100 {
    height: 100%
}
a {
    cursor: pointer;
}
.w-100 {
    width: 100%
}

.green, .green a {
    color: #3AB161 !important;
}

.red, .red a {
    color: #dc514d !important;
}

.gainers {
    font-weight: 400;
    color: #008000;
    background-color: #F0FFDB !important;
}

    .gainers:hover {
        background-color: #E7FEC8 !important;
    }

.losers {
    font-weight: 400;
    color: red;
    background-color: #FDEDDA !important;
}

    .losers:hover {
        background-color: #FFE6C9 !important;
    }

.neutral {
    font-weight: 400;
    color: #b57b1d;
    background-color: #fff59d !important;
}

    .neutral:hover {
        background-color: #f3e998 !important;
    }

#containerMain {
    margin-top: 60px;
    min-height: calc(100vh - 60px);
}

#divCompanyInfo {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.AsOn {
    padding: 3px 5px;
    color: #006990;
    font-weight: 400;
}

.topTicker {
    position: absolute;
    padding: 10px;
    background-color: #EFF6FF;
    border-bottom: 1px solid #b1dbe5;
    margin: 0 -10px -10px -10px;
    width: 100%;
    top: 0;
    right: 10px;
}

.ratioWrapperMain {
    position: relative;
    margin-top: 0;
    height: calc(100% - 45px);
    overflow: auto;
    font-size: 13px;
}

.ratioWrapper {
    border-bottom: 1px solid #b1dbe5;
    padding: 0 10px;
    margin-top: 10px;
    border-radius: 0 0 5px 5px;
}

.ratioValue {
    color: #252525;
    float: right;
}

.tickerValue {
    padding-left: 30px;
    /*background-color: aliceblue;*/
    position: relative;
}

    .tickerValue ul {
        list-style: none;
    }

    .tickerValue li {
        display: inline;
        font-size: 18px;
    }

.up {
    color: #3ab161;
}

.dn {
    color: #dc514d;
}

    .up:before, .dn:before {
        font-family: FontAwesome;
        font-size: 30px;
        position: absolute;
        left: 0;
    }

.up:before {
    content: "\f0d8";
}

.dn:before {
    content: "\f0d7";
}

.validation-summary-errors li {
    display: block;
    border: 1px solid #f4f4f4;
    margin: 2px 0;
    padding: 5px;
}

    .validation-summary-errors li:before {
        position: relative;
        font-family: FontAwesome;
        content: "\f06a";
        top: 1px;
        margin-right: 5px;
    }

.list-group-item-heading > small {
    margin: 0 0 5px 15px;
    display: inline-block;
}

.word-break {
    word-break: break-all;
}

.breadcrumb {
    min-height: 28px;
}

#msg {
    /*position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    top: 70px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 500px;
}

.textRight {
    text-align: right !important;
}

.GreenRow {
    font-weight: 400;
    color: #008000;
    background-color: #F0FFDB !important;
}

.RedRow {
    font-weight: 400;
    color: red;
    background-color: #FDEDDA !important;
}

/** icons **/
.ic-drag {
    position: absolute;
    width: 40px;
    height: 10px;
    z-index: 1;
    top: 5px;
    left: 50%;
    margin-left: -20px;
    cursor: move;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

    .ic-drag::before {
        font-family: FontAwesome;
        content: "\f047";
        color: rgba(255, 255, 255, 0.75);
        font-size: 14px;
        line-height: 11px;
        position: absolute;
        left: 16px;
    }

a.btnFS-sm, a.btnExLink-sm, a.btnFS-inverse-sm {
    cursor: pointer;
    border: 0;
    outline: 0;
    display: inline-block;
    text-decoration: none;
}

    a.btnFS-sm::before {
        font-family: FontAwesome;
        content: "\f0b2";
        color: rgba(255, 255, 255, 0.75);
    }

    a.btnExLink-sm::before {
        font-family: FontAwesome;
        content: "\f08e";
        color: rgba(255, 255, 255, 0.75);
    }

    a.btnFS-inverse-sm::before {
        font-family: FontAwesome;
        content: "\f00d";
        color: rgba(255, 255, 255, 0.75);
    }

/*a.btnFS-inverse-sm {
    cursor: pointer;
    border: 0;
    outline: 0;
    display: inline-block;
    text-decoration: none;
    background: url(/Content/images/icFS-inverse.png) no-repeat right center;
    color: rgba(255, 255, 255, 0.75);
    height: 20px;
    width: 20px;
}

    a.btnFS-inverse-sm::before {
        background: url(/Content/images/icFS-inverse.png) no-repeat right center;
        color: rgba(255, 255, 255, 0.75);
    }*/

a.icNewRole:link:before, a.icNewRole:visited:before {
    position: relative;
    font-family: FontAwesome;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    content: "\f234";
}

a.icPlus:link:before, a.icPlus:visited:before {
    position: relative;
    font-family: FontAwesome;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    content: "\f067";
}

a.icMagnify:link:before, a.icMagnify:visited:before {
    position: relative;
    font-family: FontAwesome;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    content: "\f002";
}

.icSearch {
    background: #fff url(/Content/images/ic-search.png) no-repeat right center;
    padding-right: 30px;
}

a.icProfile:link, a.icProfile:visited, a.icEdit:link, a.icEdit:visited, a.icBlock:link, a.icBlock:visited, a.icUnblock:link, a.icUnblock:visited, a.icDelete:link, a.icDelete:visited, a.icTransferOut:link, a.icTransferOut:visited,
a.icApprove:link, a.icApprove:visited, a.icReject:link, a.icReject:visited, a.icSave:link, a.icSave:visited, a.icInfo:link, a.icInfo:visited, a.icChangePassword:link, a.icChangePassword:visited {
    width: 16px;
    height: 16px;
    position: relative;
}

a.icProfile:hover, a.icEdit:hover, a.icBlock:hover, a.icUnblock:hover, a.icDelete:hover, a.icTransferOut:hover, a.icApprove:hover, a.icReject:hover, a.icSave:hover, a.icInfo:hover, a.icChangePassword:hover {
    text-decoration: none !important;
}

a.icProfile:link:before, a.icProfile:visited:before, a.icEdit:link:before, a.icEdit:visited:before, a.icBlock:link:before, a.icBlock:visited:before, a.icUnblock:link:before, a.icUnblock:visited:before,
a.icDelete:link:before, a.icDelete:visited:before, a.icTransferOut:link:before, a.icTransferOut:visited:before, a.icApprove:link:before, a.icApprove:visited:before, a.icReject:link:before, a.icReject:visited:before, a.icSave:link:before, a.icSave:visited:before, a.icInfo:link:before, a.icInfo:visited:before, a.icChangePassword:link:before, a.icChangePassword:visited:before {
    position: relative;
    font-family: FontAwesome;
    padding: 5px;
    color: #006990;
    font-size: 14px;
}

a.icProfile:link:before, a.icProfile:visited:before {
    content: "\f030";
    font-size: 12px; /*added font-size as icon looked too large in comparison to the others*/
}

a.icEdit:link:before, a.icEdit:visited:before {
    content: "\f040";
}

a.icBlock:link:before, a.icBlock:visited:before {
    content: "\f09c";
    color: #008000;
}

a.icUnblock:link:before, a.icUnblock:visited:before {
    content: "\f023";
    color: #ababab;
}

a.icDelete:link:before, a.icDelete:visited:before {
    content: "\f1f8";
}

a.icTransferOut:link:before, a.icTransferOut:visited:before {
    content: "\f093";
}

a.icApprove:link:before, a.icApprove:visited:before {
    content: "\f00c";
    color: #00DB00;
}

a.icReject:link:before, a.icReject:visited:before {
    content: "\f00d";
    color: red;
}

a.icChangePassword:link:before, a.icChangePassword:visited:before {
    content: "\f084";
}

a.icSave:link:before, a.icSave:visited:before {
    content: "\f0c7";
    color: #008000;
}

a.icInfo:link:before, a.icInfo:visited:before {
    content: "\f05a";
    padding: 0;
}

td.icAction a:link, td.icAction a:visited {
    color: #006990;
    text-decoration: none;
    display: inline-block;
}

a.icDOC:link:before, a.icDOC:visited:before, a.icDOCX:link:before, a.icDOCX:visited:before,
a.icPDF:link:before, a.icPDF:visited:before,
a.icFolder:link:before, a.icFolder:visited:before,
a.icXLS:link:before, a.icXLS:visited:before, a.icXLSX:link:before, a.icXLSX:visited:before {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    content: "";
}

a.icDOC:link:before, a.icDOC:visited:before {
    background: url(/Content/images/ic-doc.png) no-repeat;
}

a.icDOCX:link:before, a.icDOCX:visited:before {
    background: url(/Content/images/ic-docx.png) no-repeat;
}

a.icPDF:link:before, a.icPDF:visited:before {
    background: url(/Content/images/ic-pdf.png) no-repeat;
}

a.icFolder:link:before, a.icFolder:visited:before {
    background: url(/Content/images/ic-folder.png) no-repeat;
}

a.icXLS:link:before, a.icXLS:visited:before {
    background: url(/Content/images/ic-xls.png) no-repeat;
}

a.icXLSX:link:before, a.icXLSX:visited:before {
    background: url(/Content/images/ic-xlsx.png) no-repeat;
}
/** icons **/
/** WIDTHS **/

.block {
    display: block;
    width: 100% !important;
}
/** WIDTHS **/
/*================== style input placeholder - Start ==================*/

::-webkit-input-placeholder {
    color: #999;
    font-style: normal !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: normal !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: normal !important;
}

:-ms-input-placeholder {
    color: #999;
    font-style: normal !important;
}
/*================== style input placeholder - End ==================*/
/** FORM **/

.input {
    border: 1px solid #d5d5d5 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
/** FORM **/
/** TABLES **/

.grid01 {
    float: left;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    border-collapse: collapse;
    font-size: 12px;
}

    .grid01 caption {
        font-weight: bold;
        text-align: left;
        padding: 0 5px;
    }

    .grid01 th {
        /*vertical-align: top;
        padding: 5px;
        border: 1px solid #B0DCFA;
        text-align: left;
        background-color: #E7F5FE;
        font-weight: 400;
        line-height: 15px;
        color: #000;*/
        vertical-align: top;
        padding: 5px;
        border: 1px solid #E5E0DB;
        text-align: left;
        font-weight: 400;
        line-height: 15px;
        color: #000;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4efea+100 */
        background: #f4efea;
        /*background: -moz-linear-gradient(top, #ffffff 0%, #f4efea 100%); 
        background: -webkit-linear-gradient(top, #ffffff 0%,#f4efea 100%); 
        background: linear-gradient(to bottom, #ffffff 0%,#f4efea 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4efea',GradientType=0 );*/
    }

        .grid01 th a {
            text-decoration: none;
            color: #000;
        }

    .grid01 td {
        vertical-align: middle;
        padding: 5px;
        border: 1px solid #c2d4da;
        line-height: 14px;
    }

    .grid01 tr:nth-child(even) {
        background-color: #f5faff;
    }

    .grid01 tr:active,
    .grid01 tr:focus,
    .grid01 tr:selected {
        background-color: red;
    }

    .grid01 tr:hover {
        background-color: #FFF8DC;
    }

    .grid01 a:link,
    .grid01 a:visited {
        color: #000;
        /*text-decoration: none;*/
        text-decoration: underline;
        display: inline-block;
    }

    .grid01 a:hover {
        color: #666;
        text-decoration: underline;
    }

    .grid01 a i {
        color: #006990;
        font-size: 14px;
    }

.grid02 {
    float: left;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    border-collapse: collapse;
    font-size: 13px;
}

    .grid02 th {
        vertical-align: top;
        padding: 5px;
        border: 1px solid #E5E0DB;
        text-align: left;
        font-weight: 400;
        line-height: 15px;
        color: #000;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4efea+100 */
        background: #f4efea; /* Old browsers */
        /*background: -moz-linear-gradient(top, #ffffff 0%, #f4efea 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#f4efea 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f4efea 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4efea',GradientType=0 );*/ 
    }

        .grid02 th a {
            text-decoration: none;
            color: #000;
        }

    .grid02 td {
        vertical-align: middle;
        padding: 5px;
        border: 1px solid #d5d5d5;
        line-height: 14px;
    }

    .grid02 a:link,
    .grid02 a:visited {
        color: #000;
        /*text-decoration: none;*/
        text-decoration: underline;
        display: inline-block;
    }

    .grid02 a:hover {
        color: #666;
        text-decoration: underline;
    }


.grid03 {
    float: left;
    border: 0 solid #d5d5d5;
    background-color: #fff;
    border-collapse: collapse;
    font-size: 12px;
}

    .grid03 caption {
        font-weight: 400;
        text-align: left;
        padding: 0 5px;
    }

    .grid03 th {
        vertical-align: top;
        padding: 5px;
        border: 0 solid #E5E0DB;
        text-align: left;
        font-weight: 400;
        line-height: 15px;
        color: #000;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4efea+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f4efea 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f4efea 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#f4efea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4efea',GradientType=0 ); /* IE6-9 */
    }

        .grid03 th a {
            text-decoration: none;
            color: #000;
        }

    .grid03 td {
        vertical-align: middle;
        padding: 5px 10px;
        border: 0 solid #d5d5d5;
        line-height: 14px;
    }

    .grid03 tr:nth-child(even) {
        background-color: #eeeeee;
    }

    .grid03 tr:active,
    .grid03 tr:focus,
    .grid03 tr:selected {
        background-color: red;
    }

    .grid03 tr:hover {
        background-color: #FFF8DC;
    }

    .grid03 a:link,
    .grid03 a:visited {
        color: #000;
        /*text-decoration: none;*/
        text-decoration: underline;
        display: inline-block;
    }

    .grid03 a:hover {
        color: #666;
        text-decoration: underline;
    }

    .grid03 a i {
        color: #006990;
        font-size: 14px;
    }

.grid04 {
    float: left;
    border: 0 solid #d5d5d5;
    border-collapse: collapse;
    font-size: 12px;
}


    .grid04 th {
        vertical-align: top;
        padding: 5px;
        border: 0 solid #E5E0DB;
        text-align: left;
        font-weight: 400;
        line-height: 15px;
        color: #000;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4efea+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f4efea 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f4efea 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#f4efea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4efea',GradientType=0 ); /* IE6-9 */
    }


    .grid04 td {
        vertical-align: top;
        padding: 8px 5px;
        border: 0 solid #d5d5d5;
        line-height: 14px;
    }





.heatmap {
    position: relative;
    background-color: #fff;
    border-collapse: collapse;
    font-size: 13px;
    float: left;
    margin-bottom: 10px;
}

    .heatmap td {
        padding: 5px;
        vertical-align: top;
        font-size: 12px;
    }

    .heatmap p {
        margin: 10px 0;
        line-height: 15px;
    }

    .heatmap a {
        text-decoration: none;
        color: #000;
        background-color: rgba(255, 255, 255, .3);
        padding: 3px 5px;
        display: block;
        border-radius: 5px;
        border-bottom: 2px solid rgba(255, 255, 255, .4);
        line-height: 15px;
        white-space: nowrap;
        max-width: 130px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }



/** TABLES **/
/*================== ON-OFF SWITCH - START ==================*/

.onoffswitch {
    position: relative; /* width: 60px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    /*border-radius: 20px;*/
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before {
        float: left;
    }

    .onoffswitch-inner:after {
        float: right;
    }

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        width: 50%;
        padding: 5px 0;
        line-height: 20px;
        /*height: 20px;*/
        font-size: 11px;
        color: white;
        font-family: Arial, Trebuchet, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /*border-radius: 20px;*/
        font-size: 16px;
        font-weight: 300;
        font-family: Arial;
    }

    .onoffswitch-inner:before {
        content: "Yes";
        padding-left: 10px;
        background-color: #8fc644;
        color: #FFFFFF;
        /*border-radius: 20px 0 0 20px;*/
    }

    .onoffswitch-inner:after {
        content: "No";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
        /*border-radius: 0 20px 20px 0;*/
    }

.onoffswitch-switch {
    width: 26px;
    margin: 2px;
    background: #FFFFFF;
    /*border: 1px solid #D5D5D5;
    border-radius: 16px;*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 30px);
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background-image: linear-gradient(center top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    box-shadow: 0 1px 1px white inset;
    text-align: center;
}

    .onoffswitch-switch:after {
        font-family: FontAwesome;
        content: "\f00d";
        color: #d5d5d5;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    text-align: center;
}

    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:after {
        font-family: FontAwesome;
        content: "\f00c";
        color: #8fc644;
    }


/*================== ON-OFF SWITCH - END ==================*/
/*================== RADIO & CHECKBOX SWITCH - START ==================*/



.radioToggle {
    position: relative;
}

    .radioToggle input[type=radio] {
        display: none;
    }

        .radioToggle input[type=radio] + label {
            display: inline-block;
            min-width: 20px;
            margin: 0 -1px;
            padding: 2px 6px;
            margin-bottom: 0;
            line-height: 16px;
            color: #333;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #f1f1f1;
        }

        .radioToggle input[type=radio]:checked + label {
            background-image: none;
            outline: 0;
            background-color: #57ac1c;
            color: #FFF;
        }

.radioTogglePNS {
    position: relative;
    float: right;
    margin: 0 0 0 10px;
}

    .radioTogglePNS input[type=radio] {
        display: none;
    }

        .radioTogglePNS input[type=radio] + label {
            display: inline-block;
            min-width: 50px;
            font-size: 11px;
            padding: 0 5px;
            margin: 0;
            line-height: 16px;
            color: #333;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #f1f1f1;
        }

        .radioTogglePNS input[type=radio]:checked + label {
            background-image: none;
            outline: 0;
            background-color: #57ac1c;
            color: #FFF;
        }

.radioToggleForm4 {
    position: relative;
    margin: 0;
    width: 100%;
    background-color: #d5d5d5
}

    .radioToggleForm4 input[type=radio] {
        display: none;
    }

        .radioToggleForm4 input[type=radio] + label {
            display: inline-block;
            min-width: 50px;
            font-size: 11px;
            padding: 0 5px;
            margin: 0;
            line-height: 17px;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
        }

        .radioToggleForm4 input[type=radio]:checked + label {
            background-image: none;
            outline: 0;
            font-weight: bold;
            text-decoration: underline;
        }

.radioToggleCompMast {
    position: relative;
    float: right;
    margin: 0 0 0 10px;
}

    .radioToggleCompMast input[type=radio] {
        display: none;
    }

        .radioToggleCompMast input[type=radio] + label {
            display: inline-block;
            min-width: 75px;
            font-size: 12px;
            margin: 0;
            padding: 2px 5px;
            line-height: 16px;
            color: #333;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #f1f1f1;
        }

        .radioToggleCompMast input[type=radio]:checked + label {
            background-image: none;
            outline: 0;
            background-color: #57ac1c;
            color: #FFF;
        }

.radioToggleOC {
    position: relative;
}

    .radioToggleOC input[type=radio] {
        display: none;
    }

        .radioToggleOC input[type=radio] + label {
            display: inline-block;
            min-width: 55px;
            font-size: 11px;
            margin: 0;
            padding: 2px 3px;
            color: #333;
            text-align: left;
            vertical-align: middle;
            cursor: pointer;
            background-color: #f1f1f1;
        }

            .radioToggleOC input[type=radio] + label:before {
                position: relative;
                font-family: FontAwesome;
                float: left;
                content: "\f096";
                top: 2px;
                margin-right: 4px;
            }

        .radioToggleOC input[type=radio]:checked + label[id^='lblOpen'] {
            background-image: none;
            outline: 0;
            background-color: #57ac1c;
            color: #FFF;
        }

        .radioToggleOC input[type=radio]:checked + label[id^='lblClosed'] {
            background-image: none;
            outline: 0;
            background-color: red;
            color: #FFF;
        }

        .radioToggleOC input[type=radio]:checked + label:before {
            position: relative;
            font-family: FontAwesome;
            float: left;
            content: "\f046" !important;
            top: 1px;
            margin-right: 4px;
        }
/**/

.CompanyInfoPeriod input[type=radio] + label {
    background-color: #fff;
    /*width: calc(16% - 1px);*/
    width: 50px;
    top: 5px;
    text-align: center;
    padding: 7px;
    color: #A09890;
    border: 1px solid #d5d5d5;
}

.CompanyInfoPeriod input[type=radio]:checked + label {
    background-color: #57ac1c;
    border: 1px solid #57ac1c;
    color: #FFF;
}

.HistoricalEstimate input[type=radio] + label {
    background-color: #fff;
    width: calc(25% - 1px);
    text-align: center;
    padding: 7px;
    color: #A09890;
}

/*.HistoricalEstimate input[type=radio] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f096";
        margin-right: 5px;
    }*/

.HistoricalEstimate input[type=radio]:checked + label {
    background-color: #57ac1c;
    color: #FFF;
}

/*.HistoricalEstimate input[type=radio]:checked + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f046";
        margin-right: 5px;
    }*/
/*
.TickerRadio input[type=radio] + label {
    background-color: #f1f1f1;
    width: calc(20% - 5px);
    text-align: left;
    padding: 8px;
    color: #333;
    margin: 0 1px;
    font-size: 13px;
}

    .TickerRadio input[type=radio] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f096";
        margin-right: 5px;
    }

.TickerRadio input[type=radio]:checked + label {
    background-color: #57ac1c;
    color: #FFF;
}

    .TickerRadio input[type=radio]:checked + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f046";
        margin-right: 5px;
    }
*/
#lblBySelection input[type=radio] + label {
    background-color: #fff;
    width: calc(24.33% - 1px);
    text-align: left;
    padding: 7px;
    color: #A09890;
}

    #lblBySelection input[type=radio] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f096";
        margin-right: 5px;
    }

#lblBySelection input[type=radio]:checked + label {
    background-color: #57ac1c;
    color: #FFF;
}

    #lblBySelection input[type=radio]:checked + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f046";
        margin-right: 5px;
    }
/**/
/*Start Equity Top Movers*/
#lblCountry input[type=radio] + label {
    background-color: #f5f5f5;
    min-width: 90px;
    text-align: left;
    padding: 2px 8px;
    color: #A09890;
    position: relative;
}

    #lblCountry input[type=radio] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f096";
        margin-right: 5px;
    }

#lblCountry input[type=radio]:checked + label {
    background-color: #8BC34A;
    color: #FFF;
}

    #lblCountry input[type=radio]:checked + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f046";
        margin-right: 5px;
    }

.flagInd::after {
    position: absolute;
    top: 3px;
    right: 5px;
    content: url(/Content/images/icIndia.png);
}

.flagUS::after {
    position: absolute;
    top: 3px;
    right: 5px;
    content: url(/Content/images/icUS.png);
}
/*End Equity Top Movers*/
/*Start Administrator>Users>User Details>Edit*/


#role input[type=checkbox] + label {
    width: calc(33.33% - 4px);
    margin: 2px;
    text-align: left;
}

    #role input[type=checkbox] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f096";
        top: 1px;
        margin-right: 5px;
    }

#role input[type=checkbox]:checked + label:before {
    position: relative;
    font-family: FontAwesome;
    float: left;
    content: "\f046" !important;
    top: 1px;
    margin-right: 5px;
}



/*End  Administrator>Users>User Details>Edit*/
/****/
/*Start Home>Daily>Risk Review*/
#lblPortfolio input[type=radio] + label {
    background-color: #f1f1f1;
    min-width: 100px;
    padding: 3px 8px;
    color: #A09890;
}

    #lblPortfolio input[type=radio] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        /*content: "\f096";*/
        margin-right: 5px;
    }

#lblPortfolio input[type=radio]:checked + label {
    background-color: #006990;
    color: #fff;
}

    #lblPortfolio input[type=radio]:checked + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        /*content: "\f046";*/
        margin-right: 5px;
    }
/*End Home>Daily>Risk Review*/
/****/
.chkBox {
    position: relative;
}

    .chkBox input[type=checkbox] {
        display: none;
    }

        .chkBox input[type=checkbox][disabled] + label {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.3);
        }

        .chkBox input[type=checkbox] + label {
            display: inline-block;
            min-width: 20px;
            margin: 0 -1px;
            padding: 8px 12px;
            margin-bottom: 0;
            line-height: 16px;
            color: #333;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #f1f1f1;
        }

        .chkBox input[type=checkbox]:checked + label {
            background-image: none;
            outline: 0;
            background-color: #57ac1c;
            color: #FFF;
        }
/**/
/**/
.SelectAllChkBox {
    position: relative;
    padding: 0 5px;
}

    .SelectAllChkBox input[type=checkbox] {
        display: none;
    }

        .SelectAllChkBox input[type=checkbox][disabled] + label {
            cursor: not-allowed;
            color: rgba(0, 0, 0, 0.3);
        }

        .SelectAllChkBox input[type=checkbox] + label {
            display: block;
            min-width: 20px;
            margin: 0 -1px;
            padding: 8px 12px;
            margin-bottom: 0;
            line-height: 16px;
            color: #333;
            text-align: left;
            vertical-align: middle;
            cursor: pointer;
            background-color: #fff;
            border: 1px solid #d5d5d5;
        }

            .SelectAllChkBox input[type=checkbox] + label:before {
                position: relative;
                font-family: FontAwesome;
                float: left;
                content: "\f096";
                margin-right: 5px;
            }

        .SelectAllChkBox input[type=checkbox]:checked + label {
            background-image: none;
            outline: 0;
            background-color: #d5d5d5;
            color: #333;
            border: 1px solid #d5d5d5;
        }

            .SelectAllChkBox input[type=checkbox]:checked + label:before {
                position: relative;
                font-family: FontAwesome;
                float: left;
                content: "\f046" !important;
                margin-right: 5px;
            }




/**/
.TickerChkBox input[type=checkbox] + label {
    width: calc(25% - 5px);
    margin: 0 1px;
    text-align: left;
    font-size: 13px;
}

    .TickerChkBox input[type=checkbox] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f096";
        top: 1px;
        margin-right: 5px;
    }

.TickerChkBox input[type=checkbox]:checked + label:before {
    position: relative;
    font-family: FontAwesome;
    float: left;
    content: "\f046" !important;
    top: 1px;
    margin-right: 5px;
}
/**/
.FilterHoldings input[type=checkbox] + label {
    width: calc(20% - 5px);
    margin: 0 1px;
    text-align: left;
    font-size: 13px;
}

    .FilterHoldings input[type=checkbox] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f096";
        top: 1px;
        margin-right: 5px;
    }

.FilterHoldings input[type=checkbox]:checked + label:before {
    position: relative;
    font-family: FontAwesome;
    float: left;
    content: "\f046" !important;
    top: 1px;
    margin-right: 5px;
}
/**/
.ReverseAxes input[type=checkbox] + label {
    background-color: #fff;
    color: #000;
    width: 100%;
    margin: 0 1px;
    text-align: left;
    padding: 7px 12px;
}

    .ReverseAxes input[type=checkbox] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f096";
        margin-right: 5px;
    }

.ReverseAxes input[type=checkbox]:checked + label {
    background-image: none;
    outline: 0;
    background-color: #fff;
    color: #000;
}

    .ReverseAxes input[type=checkbox]:checked + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        content: "\f046" !important;
        margin-right: 5px;
        color: #57ac1c;
    }
/**/

/*================== RADIO & CHECKBOX SWITCH - END ==================*/

/*================== ACCEPT/REJECT RADIO - START ==================*/

.accept-reject:not(.old-ie) {
    display: inline-block;
    width: 80px;
}

    .accept-reject:not(.old-ie) label {
        background: #fff;
        padding: 6px 0;
        display: block;
        color: #222;
        width: 40px;
        float: left;
        text-align: center;
        border: 1px solid #d5d5d5;
        line-height: 16px !important;
    }

        .accept-reject:not(.old-ie) label:hover {
            cursor: pointer;
            background: #f4f4f4;
        }

        .accept-reject:not(.old-ie) label:last-child {
            border-radius: 0;
            border-left-width: 0;
        }

    .accept-reject:not(.old-ie) [type="radio"] {
        display: none;
    }

        .accept-reject:not(.old-ie) [type="radio"]:first-child + label {
            border-radius: 0;
        }

        .accept-reject:not(.old-ie) [type="radio"]:checked + label#Accept {
            background: green;
            color: white;
        }

        .accept-reject:not(.old-ie) [type="radio"]:checked + label#Reject {
            background: red;
            color: white;
        }


/*================== ACCEPT/REJECT RADIO - END ==================*/


/****DATATABLES****/

div.dataTables_wrapper div.dataTables_paginate {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

div.dataTables_wrapper div.dataTables_filter input {
    background: url(/Content/images/ic-search.png) no-repeat right center;
    padding-right: 30px !important;
}

div.dataTables_scroll {
    position: relative;
    clear: both;
}

.dataTables_scrollHead {
    background: #f4efea;
    /*background: -moz-linear-gradient(top, #ffffff 0%, #f4efea 100%); 
    background: -webkit-linear-gradient(top, #ffffff 0%,#f4efea 100%); 
    background: linear-gradient(to bottom, #ffffff 0%,#f4efea 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4efea',GradientType=0 );*/
    /*box-shadow: 5px -11px 0 5px #DEEDF7 inset;
    box-shadow: 5px 0px 0px 1px #B8D9E8 inset;*/
}
/****DATATABLES****/

/****FontAwesome ul li ****/
.angle-right {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0;
}

    .angle-right li {
        padding-left: 15px;
    }

        .angle-right li:before {
            position: relative;
            font-family: FontAwesome;
            float: left;
            content: "\f105";
            top: 1px;
            margin-right: 10px;
        }

/****FontAwesome ul li ****/

/**Helpers**/

hr {
    height: 20px;
    border: 0;
    box-shadow: 0 10px 10px -10px rgba(140, 139, 139, 0.51) inset;
    margin-bottom: 0;
}

/**Helpers**/



/*****SITE.CSS*/
.nav-subheader {
    display: block;
    padding: 3px 0px;
    clear: both;
    border-bottom: 1px dotted #fff;
    font-size: 15px;
    white-space: nowrap;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-user {
}

    .navbar-user a:link, .navbar-user a:visited {
        background-color: #fff;
        padding: 13px 17px;
        color: #006990;
        display: inline-block;
    }

    .navbar-user a:hover {
        background-color: #FAEBD7 !important;
        opacity: 1 !important;
    }

.dropdown-menu-large > li > ul > li > ul > li > ul, .dropdown-menu-large > li > ul > li > ul > li > ul > li > ul {
    padding-left: 5px;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    padding: 10px 0px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
        color: #89E4E1;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

        .dropdown-menu-large > li > ul > li {
            display: block;
            padding: 3px 0px;
            clear: both;
            color: #89E4E1;
        }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #fff;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: red;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

div.BondCalculator {
    position: relative;
    float: right;
    margin: 2px 10px;
}

.infoProject a {
    color: #fff;
    padding: 8px 10px;
}

@media (max-width: 767px) {
    div .BondCalculator {
        float: none;
    }

    a.BondCal:link {
        width: 100%;
        display: block !important;
    }

    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-nav > li {
        display: inline;
    }

    .dropdown-menu-large > li {
        margin-bottom: 10px;
        background-color: rgba(255, 255, 255, 0.1);
    }

        .dropdown-menu-large > li:last-child {
            margin-bottom: 0;
        }

    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }

    #aLftRightArrow {
        display: none; /*for Research Report page*/
    }

    .wrapper {
        width: 90% !important;
    }
}


@media (max-width: 2500px) and (min-width:769px) {
    .navbar-nav > li {
        display: inline;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }



    .navbar-collapse {
        border-top: 0px solid transparent !important;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.in {
                display: block !important;
            }

    .navbar-nav {
        /*float: none !important;*/
        background-color: #006990;
    }

        /*.navbar-nav > li {
            float: none;
        }*/

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
}

/*BOOTSTRAP OVER-RIDE START*/

.navbar-header {
    background-color: #fff;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0 0 8px 8px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.1);
}

.dropdown-menu a {
    color: rgba(255, 255, 255, .8);
}

ul ul, ol ul, ul ol, ol ol {
    list-style-type: none;
    padding: 0;
}

.navbar-default {
    background-color: rgba(0, 0, 0, .6);
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        color: #FFF;
    }

.dropdown-menu {
    font-size: 14px;
    left: auto !important;
}


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(133, 223, 221, .6);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: rgba(133, 223, 221, .2);
}

.navbar {
    border: 0px solid transparent;
    border-radius: 0;
}

.dropdown-menu {
    background-color: #006990;
    border-width: 0;
}



.navbar-toggle {
    position: relative;
    float: left;
    padding: 18px;
    margin: 0;
    background-color: rgba(0, 105, 144, 1);
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*.navbar-brand {
    padding: 15px;
}*/

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 105, 144, .6);
    outline: none;
}
/*BOOTSTRAP OVER-RIDE END*/

a.menu-toggle:link, a.menu-toggle:visited {
    color: #fff;
}

.loader {
    /*outline-style: none;
    outline-color: invert;
    outline-width: 0px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 1) url(/Content/images/loading.gif) no-repeat center center;
    background-size: 100px 100px;
    border-radius: 5px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .25);*/
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.64) url(/Content/images/loading.gif) no-repeat center center;
    background-size: 75px;
    top: 0 !important;
    left: 0 !important;
}

/*.loader:after {
        content: "Retrieving Data";
        bottom: 0;
        color: #666;
        text-align: center;
        position: absolute;
        width: 100%;
    }*/
.funnel {
    cursor: pointer;
}

    .funnel:after {
        font-family: FontAwesome;
        font-size: 14px;
        float: right;
        content: "\f0b0";
        color: #57ac1c;
    }

/*Accordion Start*/
.accordion-toggle {
    padding-left: 15px;
}
/*Accordion End*/

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-truncate {
    white-space: nowrap;
}

.gridWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gridHeader {
    /*position: relative;*/
    background-color: #ADD8E6 !important;
    color: #006990;
    padding: 0 5px;
    font-weight: normal !important;
}



.rockmenu, #toggle-dark-mode, #toggle-chat-window {
    color: #6a5502;
    float: right;
    height: 40px;
    margin: 5px;
    display: inline-block;
}

    .rockmenu .rolling {
        display: inline-block;
        cursor: pointer;
        width: 40px;
        height: 40px;
        text-align: center;
        overflow: hidden;
        border-radius: 25px;
        background: #FFEFD5;
        transition: all 0.3s ease-out;
        white-space: nowrap;
    }

        .rockmenu .rolling:hover,
        .rockmenu .rolling:focus,
        .rockmenu .rolling:active {
            width: 270px;
        }

        .rockmenu .rolling .rolling_icon {
            float: right;
            z-index: 1;
            display: inline-block;
            background: #006990;
            width: 40px;
            height: 40px;
            border-radius: 25px;
            box-sizing: border-box;
            margin: 0;
        }

            .rockmenu .rolling .rolling_icon:hover .rolling {
                width: 250px;
            }

        .rockmenu .rolling i.fa {
            font-size: 20px;
            padding: 11px;
            color: #f4f4f4;
        }

        .rockmenu .rolling ul {
            margin: 8px 0;
            overflow: hidden;
            padding: 0;
        }

        .rockmenu .rolling li {
            display: inline-block;
            list-style: outside none none;
        }

            .rockmenu .rolling li a {
                color: #6a5502;
                padding: 5px 10px;
                text-decoration: none;
                font-weight: 400;
            }

                .rockmenu .rolling li a:hover {
                    opacity: 1 !important;
                    background-color: rgb(138 109 59 / 20%);
                    border-radius: 10px;
                }

        .rockmenu .rolling p {
            margin: 0;
        }

@media (max-width: 768px) {
    .rockmenu {
        display: none;
    }

    .tooltip-inner {
        position: fixed;
        bottom: 0;
        min-width: 80%;
        left: 50%;
        transform: translate(-50%, -25px);
    }

    .tooltip-arrow {
        display: none;
    }
}

div.dt-buttons {
    float: right !important;
    margin-right: 6px;
}

    div.dt-buttons span {
        display: none;
    }

a.buttons-excel, a.buttons-excel:link {
    background: #F4EFEA url(/Content/images/ic-xlsx.png) no-repeat center center !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #E0D8D1;
    cursor: pointer;
}


/*Css for Comapnies in Portfolio*/
.Portfolio-1 {
    color: red !important;
    font-weight: 500 !important;
}

.Portfolio0 {
    color: #000000 !important;
    font-weight: 500 !important;
}

.Portfolio1 {
    color: green !important;
    font-weight: 500 !important;
}
/*Css for Comapnies in Portfolio*/

.icGreen {
    color: #008000;
}

.icRed {
    color: #f00000;
}

/**Research Report - Start**/
@media (min-width:769px) {
    #divUserNotificationList ::-webkit-scrollbar {
        width: 8px;
    }

        #divUserNotificationList ::-webkit-scrollbar:horizontal {
            height: 7px;
        }

    #divUserNotificationList ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
        background-color: #f4f4f4;
        border-radius: 5px;
    }

    #divUserNotificationList ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #bfe2f6;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
    /**/

    #div001 ::-webkit-scrollbar, #div002 ::-webkit-scrollbar {
        width: 8px;
    }

        #div001 ::-webkit-scrollbar:horizontal, #div002 ::-webkit-scrollbar:horizontal {
            height: 7px;
        }

    #div001 ::-webkit-scrollbar-track, #div002 ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
        background-color: #f4f4f4;
        border-radius: 5px;
    }

    #div001 ::-webkit-scrollbar-thumb, #div002 ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #bfe2f6;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    #ResearchReportItem .item, #ResearchReportSearchItem .item {
        height: calc(100vh - 235px);
    }

    /**Thin Scroll - Start**/
    #ResearchReportItem ::-webkit-scrollbar, #ResearchReportSearchItem ::-webkit-scrollbar {
        width: 8px;
    }

        #ResearchReportItem ::-webkit-scrollbar:horizontal, #ResearchReportSearchItem ::-webkit-scrollbar:horizontal {
            height: 7px;
        }

    #ResearchReportItem ::-webkit-scrollbar-track, #ResearchReportSearchItem ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
        background-color: #f4f4f4;
        border-radius: 5px;
    }

    #ResearchReportItem ::-webkit-scrollbar-thumb, #ResearchReportSearchItem ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #bfe2f6;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
    /**Thin Scroll - End**/
}



#btnSearchInDb {
    background: url(/Content/images/ic-search.png) no-repeat center center;
    padding: 5px 12px !important;
    width: 30px;
    height: 30px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/**Research Report - End**/

/*Added by Santosh - But why???*/
i.ActiveUser {
    color: green !important;
}

i.InactiveUser {
    color: #ababab !important;
}
/*Santosh Added End*/

/*Added for Notifications - Bell - Start*/
.ulNotifications {
    margin-right: 10px;
}

    .ulNotifications .panel-heading {
        color: #89E4E1 !important;
        font-size: 14px;
        padding: 5px;
    }

    .ulNotifications .panel {
        background-color: transparent !important;
    }

    .ulNotifications .dropdown-header .badge {
        color: #fff !important;
        background-color: #0b546f;
        margin-top: 1px;
    }

    .ulNotifications .dropdown a {
        line-height: 19px;
    }

    .ulNotifications .dropdown-header {
        padding: 3px 10px;
    }

    .ulNotifications .dropdown-menu {
        max-height: 500px;
        width: 30vw;
        overflow: auto;
        -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4) !important;
        -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4) !important;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4) !important;
    }

        .ulNotifications .dropdown-menu .divider {
            background-color: rgba(137, 228, 225, 0.22);
        }

        .ulNotifications .dropdown-menu a {
            color: #fff !important;
            border-bottom: 1px dotted rgba(255, 255, 255, 0.23);
            margin: 0;
            display: block;
        }

            .ulNotifications .dropdown-menu a:hover {
                color: #fff !important;
                background-color: #0b546f !important;
                opacity: 1;
            }

.flip-horizontal {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}
/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

/*Added for Notifications - Bell - End*/


/*Sentiment Icons - Start*/
.sentEdit {
    color: #6a5502;
    /*height: 15px;*/
    margin: 0;
    position: absolute;
    right: 5px;
    font-size: 14px;
}

    .sentEdit .rolling {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: left;
        overflow: hidden;
        border-radius: 25px;
        background-color: rgba(255, 255, 255, 0.9);
        transition: all .3s ease-out;
        white-space: nowrap;
    }

/*.sentEdit .rolling:hover, .sentEdit .rolling:focus, .sentEdit .rolling:active {
                width: 55px !important;
            }*/

.on-hover {
    width: 55px !important;
}

.sentEdit .rolling .rolling_icon {
    position: absolute;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    box-sizing: border-box;
    margin: 0;
}

.sentEdit .rolling img {
    vertical-align: top;
    margin: 0 !important;
}

/*.sentEdit .rolling .rolling_icon:hover .rolling {
                        width: 100px;
                    }
                }*/

.sentEdit .rolling ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .sentEdit .rolling ul img:hover {
        margin-top: -1px;
        transition: all .1s ease-out;
    }

.sentEdit .rolling li {
    display: inline-block;
    list-style: outside none none;
    float: left;
    margin: 0 5px 0 0;
}

    .sentEdit .rolling li a {
        color: #6a5502;
        padding: 0;
        text-decoration: none;
        font-size: 15px;
    }

        .sentEdit .rolling li a:hover {
        }

.sentEdit .rolling p {
    margin: 0;
}

@media(max-width:768px) {
    .sentEdit {
        display: none;
    }
    /*.tooltip-inner {
            position: fixed;
            bottom: 0;
            min-width: 80%;
            left: 50%;
            transform: translate(-50%,-25px);
        }

        .tooltip-arrow {
            display: none;
        }*/
}

/*.floating-arrow {
        -webkit-animation: floating-arrow 2s infinite ease-in-out 0s;
        -o-animation: floating-arrow 2s infinite ease-in-out 0s;
        animation: floating-arrow 2s infinite ease-in-out 0s;
    }

    @@-webkit-keyframes floating-arrow {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        65% {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }

        to {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }1917
    }

    @@-o-keyframes floating-arrow {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        65% {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }

        to {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @@keyframes floating-arrow {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        65% {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }

        to {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }*/
/*Sentiment Icons - End*/

.mandatoryField:after {
    content: '*';
    color: red;
    margin-left: 5px;
    font-size: 16px;
}

/*Start AIML/DataFrequency RadioButtonList*/
#rblDataFrequency input[type=radio] + label {
    background-color: #f1f1f1;
    min-width: 110px;
    padding: 2px 8px;
    color: #A09890;
}

    #rblDataFrequency input[type=radio] + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        margin-right: 5px;
    }

#rblDataFrequency input[type=radio]:checked + label {
    background-color: #006990;
    color: #fff;
}

    #rblDataFrequency input[type=radio]:checked + label:before {
        position: relative;
        font-family: FontAwesome;
        float: left;
        margin-right: 5px;
    }
/*End AIML/DataFrequency RadioButtonList*/

#LogicComments {
    position: absolute;
    right: 15px;
}

#checkRecommRegion input[type=radio] + label {
    min-width: 74px;
}

#checkSECRegion input[type=radio] + label {
    min-width: calc(25% - 1px);
}

/*-------

   Arrow

-------*/
@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    to {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    to {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@-webkit-keyframes floating-arrow-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    75% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes floating-arrow-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    75% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

.mbr-arrow {
    bottom: 48px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

@media (max-width: 991px) {
    .mbr-arrow {
        bottom: 31px;
    }
}

@media (max-width: 320px) {
    .mbr-arrow {
        bottom: 21px;
    }
}

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .mbr-arrow {
        bottom: 31px;
    }
}

.mbr-arrow a {
    background: #ef6a03;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 46px;
}

    .mbr-arrow a:hover {
        background: #2d2d2d;
    }

.mbr-arrow-icon {
    display: block;
}

    .mbr-arrow-icon::before {
        content: "\203a";
        display: inline-block;
        font-family: serif;
        font-size: 32px;
        line-height: 1;
        font-style: normal;
        left: 4px;
        position: relative;
        top: 6px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.mbr-arrow-floating .mbr-arrow-icon {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

.mbr-arrow-up {
    bottom: 5px;
    right: 25px;
    position: fixed;
    text-align: right;
    z-index: 5000;
}

@media (max-width: 991px) {
    .mbr-arrow-up {
        bottom: 31px;
    }
}

@media (max-width: 320px) {
    .mbr-arrow-up {
        bottom: 21px;
    }
}

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .mbr-arrow-up {
        bottom: 31px;
    }
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 46px;
    cursor: pointer;
}

    .mbr-arrow-up a:hover {
        background: #2d2d2d;
    }

.mbr-arrow-up-icon {
    display: block;
}

    .mbr-arrow-up-icon::before {
        content: "\203a";
        display: inline-block;
        font-family: serif;
        font-size: 32px;
        line-height: 1;
        font-style: normal;
        position: relative;
        top: 6px;
        left: -4px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.mbr-arrow-up:hover .mbr-arrow-up-icon {
    -webkit-animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
    animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
}

@media (max-width: 768px) {
    .mbr-arrow-up {
        right: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        bottom: 15px;
    }
}

@media (min-width: 768px) {
    .mbr-right-padding-md-up {
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    .mbr-left-padding-md-up {
        padding-left: 60px;
    }
}



@media (min-width: 992px) {
    #PopUpAddNewModel .modal-lg {
        width: 40%;
    }

    #divReleaseNotePopup .modal-lg {
        width: 60%;
    }
}

#divReleaseNote .panel {
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
}

#divReleaseNote .panel-heading {
    padding: 10px 15px;
}

#divReleaseNote .panel-footer {
    padding-left: 15px;
}

.fa-file-pdf-o {
    color: #B71C1C !important
}

.fa-file-word-o {
    color: blue !important
}

.fa-file-excel-o {
    color: green !important
}

#AIMLTodaysAllRecomPopup ::-webkit-scrollbar {
    width: 8px;
}

    #AIMLTodaysAllRecomPopup ::-webkit-scrollbar:horizontal {
        height: 7px;
    }

#AIMLTodaysAllRecomPopup ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    background-color: #f4f4f4;
    border-radius: 5px;
}

#AIMLTodaysAllRecomPopup ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #bfe2f6;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#AIMLTodaysAllRecomPopupBody {
    height: calc(100% - 55px) !important;
    padding: 15px !important;
    /*overflow: hidden;*/
}
/**start - AIML Performance Report***/
.userSelect {
    position: absolute;
    z-index: 2;
    width: 192px;
    right: 200px;
    top: 7px;
    padding: 3px;
    font-size: 12px;
}

#tabCont_AIMLPerformanceReport .tab-content {
    height: calc(100vh - 230px);
}

#tabCont_AIMLPerformanceReport .tab-pane {
    height: 100%;
    position: relative;
}

#tabCont_AIMLPerformanceReport .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border-bottom-color: #fff;
}

#tabCont_AIMLPerformanceReport .nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color: #EFF6FF;
    border-bottom: 1px solid #DCDCDC;
}

#tabCont_AIMLPerformanceReport .nav-tabs > li > a {
    width: 130px;
    text-align: center;
}

#tabCont_AIMLPerformanceReport .popover {
    width: 400px;
}

#tabCont_AIMLPerformanceReport .grid01 {
    font-size: 11px;
}

    #tabCont_AIMLPerformanceReport .grid01 th {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    #tabCont_AIMLPerformanceReport .grid01 td {
        padding: 3px !important;
    }

    #tabCont_AIMLPerformanceReport .grid01 a:link, #tabCont_AIMLPerformanceReport .grid01 a:visited {
        display: block;
    }

    #tabCont_AIMLPerformanceReport table.dataTable.display tbody tr.odd,
    #tabCont_AIMLPerformanceReport .grid01 tr:nth-child(even),
    #tabCont_AIMLPerformanceReport table.dataTable.display tbody tr.odd > .sorting_3,
    #tabCont_AIMLPerformanceReport table.dataTable.order-column.stripe tbody tr.odd > .sorting_3,
    #tabCont_AIMLPerformanceReport table.dataTable.hover tbody tr:hover,
    #tabCont_AIMLPerformanceReport table.dataTable.display tbody tr:hover,
    #tabCont_AIMLPerformanceReport table.dataTable.display tbody tr:hover > .sorting_3 {
        background-color: #fff !important;
    }

        #tabCont_AIMLPerformanceReport .grid01 tr:nth-child(even):hover {
            background-color: #FFF8DC !important
        }

    #tabCont_AIMLPerformanceReport .grid01 td.group {
        background: url(/Content/images/minus.jpg) no-repeat left 5px center #d6e5f2;
        padding-left: 20px !important;
    }

        #tabCont_AIMLPerformanceReport .grid01 td.group:hover {
            padding-left: 20px !important;
        }

    #tabCont_AIMLPerformanceReport .grid01 tr:hover td.group {
        background: url(/Content/images/minus.jpg) no-repeat left 5px center #d6e5f2 !important;
        padding-left: 20px !important;
        cursor: pointer
    }

    #tabCont_AIMLPerformanceReport .grid01 td.collapsed-group {
        background: url(/Content/images/plus.jpg) no-repeat left 5px center #d6e5f2;
        padding-left: 20px !important;
    }

    #tabCont_AIMLPerformanceReport .grid01 tr:hover td.collapsed-group {
        background: url(/Content/images/plus.jpg) no-repeat left 5px center #d6e5f2 !important;
        padding-left: 20px !important;
        cursor: pointer
    }

    #tabCont_AIMLPerformanceReport .grid01 td.subgroup {
        background: url(/Content/images/minus.jpg) no-repeat left 20px center #f0f8ff;
        padding-left: 35px !important;
    }

        #tabCont_AIMLPerformanceReport .grid01 td.subgroup:hover {
            padding-left: 35px !important;
        }

    #tabCont_AIMLPerformanceReport .grid01 tr:hover td.subgroup {
        background: url(/Content/images/minus.jpg) no-repeat left 20px center #f0f8ff !important;
        padding-left: 35px !important;
        cursor: pointer
    }

    #tabCont_AIMLPerformanceReport .grid01 td.subgroup.collapsed-group {
        background: url(/Content/images/plus.jpg) no-repeat left 20px center #f0f8ff;
        padding-left: 35px !important;
    }

    #tabCont_AIMLPerformanceReport .grid01 tr:hover td.subgroup.collapsed-group {
        background: url(/Content/images/plus.jpg) no-repeat left 20px center #f0f8ff !important;
        padding-left: 35px !important;
        cursor: pointer
    }

#tabCont_AIMLPerformanceReport th.headerPurple1 {
    background: -moz-linear-gradient(top, #ffffff 0%, #e8eaf6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e8eaf6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e8eaf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8eaf6',GradientType=0 );
}

#tabCont_AIMLPerformanceReport th.headerPurple, td.headerPurple {
    background: -moz-linear-gradient(top, #e8eaf6 0%, #e8eaf6 100%);
    background: -webkit-linear-gradient(top, #e8eaf6 0%,#e8eaf6 100%);
    background: linear-gradient(to bottom, #e8eaf6 0%,#e8eaf6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eaf6', endColorstr='#e8eaf6',GradientType=0 );
}

.ui-grid-row {
    clear: both;
}

.tblHeader {
    background-color: #f4f4f4;
    padding: 5px 10px;
    margin-right: 15px;
}

/*.grid01 tr:nth-child(even) {
        background-color: #fff;
    }*/

.buy {
    font-weight: 400;
    color: green;
}

.short {
    font-weight: 400;
    color: red;
}

.buy-history {
    font-weight: 400;
    color: green;
}

.short-history {
    font-weight: 400;
    color: red;
}


#tabCont_AIMLPerformanceReport .Portfolio-1, #tabCont_AIMLPerformanceReport .Portfolio1 {
    color: #000 !important;
}
/*end - AIML Performance Report**/
.radioToggleShowSPSec {
    position: relative;
}

    .radioToggleShowSPSec input[type=radio] {
        display: none;
    }

        .radioToggleShowSPSec input[type=radio] + label {
            display: inline-block;
            min-width: 20px;
            margin: 0 -1px;
            padding: 2px 12px;
            margin-bottom: 0;
            line-height: 16px;
            color: #333;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            background-color: #f1f1f1;
        }

        .radioToggleShowSPSec input[type=radio]:checked + label {
            background-image: none;
            outline: 0;
            background-color: #57ac1c;
            color: #FFF;
        }


#SupplyChainInsightDetailsEQRV_wrapper .dataTables_scrollHead td {
    background-color: #f9e4d0;
    border-color: #d8bfa8;
    border-bottom-width: 1px;
}

#tblPortfolioTRGrid_wrapper select, #tblPortfolioTRGrid_wrapper option, #tblPortfolioContenderGrid_wrapper select, #tblPortfolioContenderGrid_wrapper option {
    text-align-last: right;
}

.text-blink {
    animation: blinkingText 0.8s infinite;
}

@keyframes blinkingText {
    0% {
        color: #f44336;
    }

    49% {
        color: transparent;
    }

    50% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #f44336;
    }
}


#modalEquityExhaustiveTrackingDetails .modal-lg, #modalBodyEquityExhaustiveTrackingDetails .modal-lg {
    width: 900px;
}

#modalEquityExhaustiveTrackingDetails .grid01 tr:nth-child(even) {
    background-color: #fff;
}

div.dataTables_paginate {
    display: none !important;
}

td.expanded-group {
    background: url(/Content/images/minus.jpg) no-repeat right 5px center transparent;
    padding: 5px !important;
}

tr:hover td.expanded-group {
    background: url(/Content/images/minus.jpg) no-repeat right 5px center transparent !important;
    padding: 5px !important;
    cursor: pointer
}

td.collapsed-group {
    background: url(/Content/images/plus.jpg) no-repeat right 5px center transparent;
    padding: 5px !important;
}

tr:hover td.collapsed-group {
    background: url(/Content/images/plus.jpg) no-repeat right 5px center transparent !important;
    padding: 5px !important;
    cursor: pointer
}

.buy, .strong-buy, .buy-recommendations, .buy-history {
    font-weight: 400;
    color: #008000;
    background-color: #F0FFDB !important;
    text-transform: capitalize;
}

.sell, .strong-sell, .sell-recommendations, .short-history {
    font-weight: 400;
    color: red;
    background-color: #FDEDDA !important;
    text-transform: capitalize;
}

.buy:hover, .strong-buy:hover, .buy-recommendations:hover, .buy-history:hover {
    background-color: #E7FEC8 !important;
}

.sell:hover, .strong-sell:hover, .sell-recommendations:hover, .short-history:hover {
    background-color: #FFE6C9 !important;
}

.divRoEScreener_tabcontent {
    height: calc(100vh - 225px);
}

#RoEScreener, #ListOfCompanies {
    height: 100%;
}

#divMainRoEScreener .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border-bottom-color: #fff;
}

#divMainRoEScreener .nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color: #EFF6FF;
    border-bottom: 1px solid #DCDCDC;
}

#divMainRoEScreener .nav-tabs > li > a {
    min-width: 100px;
    text-align: center;
}

#ddlSectors {
    width: 192px !important;
}

.dataTables_scrollBody .dataTable {
    width: calc(100% - 1px) !important /*to remove the 1px unwanted horizontal scroll*/
}

.dataTables_scrollFootInner .dataTable {
    width: calc(100% - 1px) !important; /*to remove the 1px unwanted horizontal scroll*/
}

#toggle-dark-mode, #toggle-chat-window {
    background: #006990;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    color: #fff;
}



#ChatWindow .modal-header {
    background: #006990;
    color:#fff;
    font-weight: bold;
    font-size:14px;
}
#ChatWindow .close {
    color: #fff;
    text-shadow: none;
    opacity: .5;
} 
