    .container {
        background: #fff;
    }
    body {
        background: #eee;
    }
    /*menu style start*/
    #universal-menu-content {
        *position: relative;
        position:relative;
        *z-index:9999;
        margin: 0;
        z-index: 9999;
        height:30px;
    }
    #universal-menu {
        width: 100%;
        height: 30px;
        background: url(//img3.mynet.com/myhm/menu-bg.png) repeat 0 0;
        position: fixed;
        top: 0;
    }
    #uni-menu {
        width: 100%;
        margin: auto;
        display: table;
        position: relative;
        text-align:center;
    }
    #uni-menu a {
        text-decoration: none!important;
    }
    #uni-menu-list{
        height: 30px !important;
        overflow: hidden;
        margin:0;
        padding:0;
    }

    #uni-menu-list.opera {
        height: 30px !important;
        overflow: hidden;
        width: 980px;
        margin: auto;
    }

    #uni-menu-list .lnk {
        font-size: 12px !important;
        font-weight: bold;
        color: #fff;
        font-family: Arial, Tahoma, Verdana;
        line-height: 30px;
    }
    #uni-menu-list li {
        display:inline-block;
        float:none !important;
        zoom: 1; *display: inline;
    }

    #uni-menu-list.opera li {
        display: inline-block;
        float: left  !important;
        zoom: 1;
    }

    #uni-menu-list li .lnk, #uni-menu-list li .lnk:hover {
        display: inline !important;
        padding: 0 9px 0 9px;
        text-decoration: none!important;
    }

    #uni-menu-list.opera li .lnk, #uni-menu-list.opera li .lnk:hover {
        padding: 0 7px 0 7px;
    }

    #uni-menu-list .lit:hover {
        background: #ca282a;
        text-decoration: none;
        cursor:pointer;
    }
    #uni-menu-list li.uni-all, #uni-menu-list li.uni-home{
        width:30px;
    }
    #uni-menu-list li.uni-home a {
        width: 30px;
        height: 30px;
        padding: 0;
        text-indent: -9999px;
        background: url(//img7.mynet.com/myhm/menu-map.png?v=1) no-repeat -82px 0;
        cursor: pointer;
        display: block;
    }
    #uni-menu-list li.uni-all a {
        width: 30px;
        line-height: 30px;
        padding: 0;
        text-indent: -9999px;
        background: url(//img7.mynet.com/myhm/menu-map.png?v=1) no-repeat 0 0px;
        cursor: pointer;
        display: block;
    }
    #uni-menu-list li.uni-all-open a {
        background-position: -39px 0;
    }
    #uni-login a {
        float: left;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        font-family: Arial, Tahoma, Verdana;
        line-height: 30px;
    }
    a.uni-login {
        padding: 0 0 0 25px !important;
        background: url(//img7.mynet.com/myhm/menu-map.png?v=1) no-repeat 0 -57px;
        margin: 0 0 0 5px;
        *margin-left:0;
        _margin-left:0;
    }
    a.uni-register {
        padding: 0 0 0 17px;
        background: url(//img7.mynet.com/myhm/menu-map.png?v=1) no-repeat 0 -93px;
        margin: 0 0 0 20px;
    }
    a.uni-exit {
        background: url(//img7.mynet.com/myhm/menu-map.png?v=1) no-repeat scroll 0 -141px transparent;
        margin: 0 0 0 10px !important;
        padding: 0 0 0 15px !important;

    }
    a.uni-login-user {
        padding: 0 0 0 25px;
        margin: 0;
        width: 45px;
        width/*\**/: 80px\9;
        overflow: hidden;
    }
    #universal-menu-all {
        width: 100%;
        height: 54px;
        top: 30px;
        background: url(//img3.mynet.com/myhm/menu-all-bg.png?v=1) repeat 0 0;
        display: none;
        position:fixed;
    }
    #uni-menu-all {
        width: 910px;
        margin: auto;
        display: table;
    }
    #uni-menu-all .uni-menu-all-link li a {
        font-size: 12px;
        color: #fff;
        font-family: Arial, Tahoma, Verdana;
    }
    #uni-menu-all .uni-menu-all-link {
        background: url(//img3.mynet.com/myhm/menu-line.png) repeat-y right top;
        float: left;
        padding: 0 15px 0 15px;
        margin: 11px 0 0 0;
    }
    #uni-menu-all .uni-menu-all-link.noBack {
        background: none;
    }
    /*#uni-menu-list li:hover .open-ex-menu{
        display:block !important;
    }*/

    /*menu style end*/
        #uni-menu-list li {
            font-size: 10px;
        }

        #uni-menu-list li .lnk, #uni-menu-list li .lnk:hover {
            padding: 7px;
        }
        .oFinans {
            background: url("//img3.mynet.com/myheader/service-logo.gif?v=11") no-repeat scroll -136px -296px #FFFFFF !important;
            display: inline-block !important;
            height: 30px !important;
            margin-left: 10px;
            margin-top: 5px;
            text-indent: -9999px !important;
            width: 103px !important;
        }
        .fnMenu {
            width: 960px;
            margin: auto auto 15px;
        }
        .fnMenuBlack {
            background: #262626; /* Old browsers */
            background: -moz-linear-gradient(top,  #262626 43%, #191919 76%, #0e0e0e 98%, #b6cad1 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(43%,#262626), color-stop(76%,#191919), color-stop(98%,#0e0e0e), color-stop(100%,#b6cad1)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #262626 43%,#191919 76%,#0e0e0e 98%,#b6cad1 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #262626 43%,#191919 76%,#0e0e0e 98%,#b6cad1 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #262626 43%,#191919 76%,#0e0e0e 98%,#b6cad1 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #262626 43%,#191919 76%,#0e0e0e 98%,#b6cad1 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#b6cad1',GradientType=0 ); /* IE6-9 */
        }
        #uni-menu-all ul,
        .myFooterContainer ul,
        .fnMenuList,
        .fnMenuListBlack,
        .fnMenuListBlue {
            list-style: none outside none;
            margin:0;
            padding:0;
        }
        .fnMenuList {
            float: left;
        }
        .fnMenuList li {
            background: url("//img3.mynet.com/finans-new/finans-sprite.png") no-repeat scroll 0 -149px rgba(0, 0, 0, 0);
            float: left;
            height: 43px;
            position: relative;
        }
        .fnMenuList li a {
            color: #FFFFFF;
            float: left;
            font-size: 12px;
            line-height: normal;
            padding: 14px 10px 15px;
            text-align: center;
        }
        .fnMenuList li a.fnMbActive, .fnMenuList li a.fnMbActive:hover,
        .fnMenuList li a:hover {
            background: #55b8df; /* Old browsers */
            background: -moz-linear-gradient(top,  #55b8df 0%, #52b5dc 21%, #51b3d8 26%, #48a8ce 64%, #45a6c9 71%, #419fc3 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b8df), color-stop(21%,#52b5dc), color-stop(26%,#51b3d8), color-stop(64%,#48a8ce), color-stop(71%,#45a6c9), color-stop(100%,#419fc3)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #55b8df 0%,#52b5dc 21%,#51b3d8 26%,#48a8ce 64%,#45a6c9 71%,#419fc3 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #55b8df 0%,#52b5dc 21%,#51b3d8 26%,#48a8ce 64%,#45a6c9 71%,#419fc3 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #55b8df 0%,#52b5dc 21%,#51b3d8 26%,#48a8ce 64%,#45a6c9 71%,#419fc3 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #55b8df 0%,#52b5dc 21%,#51b3d8 26%,#48a8ce 64%,#45a6c9 71%,#419fc3 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b8df', endColorstr='#419fc3',GradientType=0 ); /* IE6-9 */
        }
        .fnMenuList li a.fnMbActive, .fnMenuList li a.fnMbActive:hover {
            color: #000000;
            font-weight: bold;
            padding: 14px 10px 16px;
            position: relative;
            top: 0;
        }
        .fnMenuList li a:hover {
            color: #000000;
            font-weight: normal;
            padding: 14px 10px 16px;
            position: relative;
            top: 0;
        }
        li.fnAs {
            width: 74px;
        }
        li.fnHa {
            width: 56px;
        }
        li.fnBo {
            width: 53px;
        }
        li.fnVo {
            width: 46px;
        }
        li.fnDo {
            width: 48px;
        }
        li.fnKr {
            width: 47px;
        }
        li.fnTa {
            width: 52px;
        }
        li.fnTa a {
            height: 37px;
            line-height: normal;
            padding: 6px 10px;
        }
        li.fnEm {
            width: 55px;
        }
        li.fnDi {
            width: 69px;
        }
        li.fnDi a {
            height: 37px;
            line-height: normal;
            padding: 6px 10px;
        }
        li.fnFo {
            width: 70px;
        }
        li.fnFo a {
            height: 37px;
            line-height: normal;
            padding: 6px 10px;
        }
        li.fnYo {
            width: 67px;
        }
        li.fnPo {
            width: 60px;
        }
        li.fnPo a {
            height: 37px;
            line-height: normal;
            padding: 6px 10px;
        }
        .fnMenuBlue {
            background: #419fc3; /* Old browsers */
            background: -moz-linear-gradient(top,  #419fc3 0%, #3b97be 23%, #2d81b0 67%, #2b7eae 77%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419fc3), color-stop(23%,#3b97be), color-stop(67%,#2d81b0), color-stop(77%,#2b7eae)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%); /* IE10+ */
            background: linear-gradient(to bottom,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419fc3', endColorstr='#2b7eae',GradientType=0 ); /* IE6-9 */
            border-top: 1px solid #A1B1C0;
            width: 960px;
        }
        .fnMenuListBlue > li {
            background: url("//img3.mynet.com/finans-new/finans-sprite.png") no-repeat scroll right -232px rgba(0, 0, 0, 0);
            float: left;
            padding: 0 7px;
        }
        .fnMenuBlue > ul > li > a {
            color: #FFFFFF;
            float: left;
            font-size: 12px;
            padding: 10px 5px;
        }
        .fnMenuBlue > ul > li > a:hover, .fnMenuBlue > ul > li > a.active {
            color: #000000;
            text-decoration: underline;
        }
        .fnMenuBlue > ul > li > a.active {
            font-weight: bold !important;
        }
        .fnMenuListBlue > li.noBorPad {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            padding: 0 0 0 7px;
        }
        .fnMenuBlue .dropdown-menu {
            background: #2B7EAE;
            box-shadow: 0 6px 6px rgba(0, 0, 0, 0.176);
        }
        .fnMenuBlue .dropdown-menu a{
            color: #fff;
        }
        .fnMenuBlue .dropdown-menu > li > a:focus,
        .fnMenuBlue .dropdown-menu > li > a:active,
        .fnMenuBlue .dropdown-menu a:hover{
            color: #000;
            background: none;
            text-decoration: underline;
        }
        .fnSearch {
            float: right;
            padding: 9px 10px 0 0;
            width: 230px;
        }
        .fnSearch input {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: #A5B1BD -moz-use-text-color #A5B1BD #A5B1BD;
            border-image: none;
            border-style: solid none solid solid;
            border-width: 1px 0 1px 1px;
            float: left;
            padding: 3px 5px;
            width: 169px;
        }
        .fnSearch button {
            background: #419fc3; /* Old browsers */
            background: -moz-linear-gradient(top,  #419fc3 0%, #3b97be 23%, #2d81b0 67%, #2b7eae 77%, #2b7eae 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419fc3), color-stop(23%,#3b97be), color-stop(67%,#2d81b0), color-stop(77%,#2b7eae), color-stop(100%,#2b7eae)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419fc3', endColorstr='#2b7eae',GradientType=0 ); /* IE6-9 */
            border: 0 none;
            color: #FFFFFF;
            float: left;
            font-size: 12px;
            font-weight: bold;
            margin: 0;
            overflow: visible;
            padding: 3px 10px 4px;
            visibility: visible;
        }
        .fnMenuListBlue > li > a:hover,
        .fnMenuListBlue > li > a:active,
        .fnMenuListBlue > li > a:focus,
        .fnMenuListBlue .open > a,
        .fnMenuListBlue .open > a:hover,
        .fnMenuListBlue .open > a:focus {
            background: none;
            color: #000;
        }
        .mhFooter p {
            text-align: center !important;
        }
        .myFooterContainer {
            background: none repeat scroll 0 0 #FBFBFB !important;
            clear: both;
            color: #295E92 !important;
            font-family: Arial,Tahoma,Verdana;
            font-size: 12px !important;
            margin: 10px auto 20px !important;
            padding: 10px 0 !important;
            text-align: center !important;
            width: 960px !important;
        }
        .myFooterContainer ul {
            display: block !important;
            line-height: 16px !important;
            margin: 0 0 5px !important;
            padding: 0;
            text-align: center !important;
        }
        .myFooterContainer ul li {
            display: inline !important;
            text-align: center !important;
        }
        .myFooterContainer ul li a {
            color: #295E92;
            display: inline !important;
            font-size: 12px;
            text-decoration: none !important;
        }
        .mhFooter {
            color: #666666 !important;
            font-size: 12px !important;
            margin: auto !important;
            text-align: center !important;
            width: 960px !important;
        }
        .mhFooter a {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            color: #666666 !important;
            display: inline-block !important;
            font-size: 12px !important;
            font-weight: bold !important;
            margin: 0 5px 0 0 !important;
            padding: 0 0 0 5px !important;
        }
        .nohover {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        }

    /* Buttons */
    .bg-gradient-primary,
    .panel-primary > .panel-heading,
    .btn-primary {
        color: #ffffff;
        background: #419fc3; /* Old browsers */
        background: -moz-linear-gradient(top,  #419fc3 0%, #3b97be 23%, #2d81b0 67%, #2b7eae 77%, #2b7eae 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419fc3), color-stop(23%,#3b97be), color-stop(67%,#2d81b0), color-stop(77%,#2b7eae), color-stop(100%,#2b7eae)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419fc3', endColorstr='#2b7eae',GradientType=0 ); /* IE6-9 */
        border-color: #2B7EAE;
    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background: #419fc3; /* Old browsers */
        background: -moz-linear-gradient(top,  #419fc3 0%, #3b97be 53%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#419fc3), color-stop(53%,#3b97be)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #419fc3 0%,#3b97be 53%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #419fc3 0%,#3b97be 53%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #419fc3 0%,#3b97be 53%); /* IE10+ */
        background: linear-gradient(to bottom,  #419fc3 0%,#3b97be 53%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419fc3', endColorstr='#3b97be',GradientType=0 ); /* IE6-9 */

        border-color: #2B7EAE;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
        background: #419fc3; /* Old browsers */
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #44A4C7;
        border-color: #2B7EAE;
    }

    .btn-primary .badge {
        color: #44A4C7;
        background-color: #ffffff;
    }

    .btn-success {
        color: #ffffff;
        background-color: #79B839;
        border-color: #6DAB2E;
    }

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #6BB324;
        border-color: #6DAB2E;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #79B839;
        border-color: #6DAB2E;
    }

    .btn-success .badge {
        color: #79B839;
        background-color: #ffffff;
    }
    .btn-danger {
        color: #ffffff;
        background-color: #E64343;
        border-color: #C43131;
    }

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #E32424;
        border-color: #C43131;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #E64343;
        border-color: #C43131;
    }

    .btn-danger .badge {
        color: #E64343;
        background-color: #ffffff;
    }

    .btn-warning {
        color: #ffffff;
        background-color: #FF7226;
        border-color: #E05D16;
    }

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #F75D0A;
        border-color: #E05D16;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #FF7226;
        border-color: #E05D16;
    }

    .btn-warning .badge {
        color: #FF7226;
        background-color: #ffffff;
    }

    .bg-gradient-primary-right,
    .panel-primary.tabs-left .nav-tabs {
        background: #419fc3; /* Old browsers */
        background: -moz-linear-gradient(left,  #419fc3 0%, #3b97be 23%, #2d81b0 67%, #2b7eae 77%, #2b7eae 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#419fc3), color-stop(23%,#3b97be), color-stop(67%,#2d81b0), color-stop(77%,#2b7eae), color-stop(100%,#2b7eae)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* IE10+ */
        background: linear-gradient(to right,  #419fc3 0%,#3b97be 23%,#2d81b0 67%,#2b7eae 77%,#2b7eae 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#419fc3', endColorstr='#2b7eae',GradientType=1 ); /* IE6-9 */

    }
    .panel-primary.tabs-left .nav-tabs a{
        color: #fff;
    }
    .panel-primary.tabs-left .nav-tabs a:hover{
        color: #2d81b0;
    }
    .panel-primary > .panel-heading {
         background-color: #2d81b0;
    }
    .panel-primary > .panel-heading,
    .panel-primary,
    .table-bordered.table-primary, .table-bordered.table-primary > thead > tr > th, .table-bordered.table-primary > tbody > tr > th, .table-bordered.table-primary > tfoot > tr > th, .table-bordered.table-primary > thead > tr > td, .table-bordered.table-primary > tbody > tr > td, .table-bordered.table-primary > tfoot > tr > td {
         border-color: #419fc3;
    }
    .panel-primary.tabs-left .nav-tabs .active a,
    .panel-primary.tabs-left .nav-tabs .active a:hover,
    .panel-primary.tabs-left .nav-tabs a:active{
        color: #000;
    }
    .bg-gradient-default,
    .panel-default > .panel-heading {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

        border-color: #DDDDDD;
        color: #333333;
    }