.m_html .navbar[class^="icon-"],.m_html .navbar[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.m_html .icon-white,.m_html .nav-pills>.active>a>[class^="icon-"],.m_html .nav-pills>.active>a>[class*=" icon-"],.m_html .nav-list>.active>a>[class^="icon-"],.m_html .nav-list>.active>a>[class*=" icon-"],.m_html .navbar-inverse .nav>.active>a>[class^="icon-"],.m_html .navbar-inverse .nav>.active>a>[class*=" icon-"],.m_html .dropdown-menu>li>a:hover>[class^="icon-"],.m_html .dropdown-menu>li>a:focus>[class^="icon-"],.m_html .dropdown-menu>li>a:hover>[class*=" icon-"],.m_html .dropdown-menu>li>a:focus>[class*=" icon-"],.m_html .dropdown-menu>.active>a>[class^="icon-"],.m_html .dropdown-menu>.active>a>[class*=" icon-"],.m_html .dropdown-submenu:hover>a>[class^="icon-"],.m_html .dropdown-submenu:focus>a>[class^="icon-"],.m_html .dropdown-submenu:hover>a>[class*=" icon-"],.m_html .dropdown-submenu:focus>a>[class*=" icon-"] {
    background-image: url(../img/glyphicons-halflings-white.png);
}

.m_html .btn-default .caret {
    border-top-color: #333;
}

.m_html .btn-primary .caret,.m_html .btn-success .caret,.m_html .btn-warning .caret,.m_html .btn-danger .caret,.m_html .btn-info .caret {
    border-top-color: #fff;
}

.m_html .dropup .btn-default .caret {
    border-bottom-color: #333;
}

.m_html .dropup .btn-primary .caret,.m_html .dropup .btn-success .caret,.m_html .dropup .btn-warning .caret,.m_html .dropup .btn-danger .caret,.m_html .dropup .btn-info .caret {
    border-bottom-color: #fff;
}

.m_html .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.m_html .nav:before,.m_html .nav:after {
    content: " ";
    display: table;
}

.m_html .nav:after {
    clear: both;
}

.m_html .nav:before,.m_html .nav:after {
    content: " ";
    display: table;
}

.m_html .nav:after {
    clear: both;
}

.m_html .nav>li {
    position: relative;
    display: block;
}

.m_html .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.m_html .nav>li>a:hover,.m_html .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.m_html .nav>li.disabled>a {
    color: #999;
}

.m_html .nav>li.disabled>a:hover,.m_html .nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.m_html .nav .open>a,.m_html .nav .open>a:hover,.m_html .nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca;
}

.m_html .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.m_html .nav>li>a>img {
    max-width: none;
}

.m_html .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.m_html .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.m_html .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.m_html .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.m_html .nav-tabs>li.active>a,.m_html .nav-tabs>li.active>a:hover,.m_html .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.m_html .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.m_html .nav-tabs.nav-justified>li {
    float: none;
}

.m_html .nav-tabs.nav-justified>li>a {
    text-align: center;
}

.m_html @media (min-width:768px) {
    .nav-tabsnav-justifiedlidisplay: table-cell;
    width: 1%;
}    
}

.m_html .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}

.m_html .nav-tabs.nav-justified>.active>a {
    border-bottom-color: #fff;
}

.m_html .nav-pills>li {
    float: left;
}

.m_html .nav-pills>li>a {
    border-radius: 5px;
}

.m_html .nav-pills>li+li {
    margin-left: 2px;
}

.m_html .nav-pills>li.active>a,.m_html .nav-pills>li.active>a:hover,.m_html .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.m_html .nav-stacked>li {
    float: none;
}

.m_html .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.m_html .nav-justified {
    width: 100%;
}

.m_html .nav-justified>li {
    float: none;
}

.m_html .nav-justified>li>a {
    text-align: center;
}

.m_html @media (min-width:768px) {
    .nav-justifiedlidisplay: table-cell;
    width: 1%;
}    
}

.m_html .nav-tabs-justified {
    border-bottom: 0;
}

.m_html .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}

.m_html .nav-tabs-justified>.active>a {
    border-bottom-color: #fff;
}

.m_html .tabbable:before,.m_html .tabbable:after {
    content: " ";
    display: table;
}

.m_html .tabbable:after {
    clear: both;
}

.m_html .tabbable:before,.m_html .tabbable:after {
    content: " ";
    display: table;
}

.m_html .tabbable:after {
    clear: both;
}

.m_html .tab-content>.tab-pane,.m_html .pill-content>.pill-pane {
    display: none;
}

.m_html .tab-content>.active,.m_html .pill-content>.active {
    display: block;
}

.m_html .nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.m_html .nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.m_html .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.m_html .navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.m_html .navbar:before,.m_html .navbar:after {
    content: " ";
    display: table;
}

.m_html .navbar:after {
    clear: both;
}

.m_html .navbar:before,.m_html .navbar:after {
    content: " ";
    display: table;
}

.m_html .navbar:after {
    clear: both;
}

.m_html @media (min-width:768px) {
    .navbarborder-radius: 4px;
}    
}

.m_html .navbar-header:before,.m_html .navbar-header:after {
    content: " ";
    display: table;
}

.m_html .navbar-header:after {
    clear: both;
}

.m_html .navbar-header:before,.m_html .navbar-header:after {
    content: " ";
    display: table;
}

.m_html .navbar-header:after {
    clear: both;
}

.m_html @media (min-width:768px) {
    .navbar-headerfloat: left;
}    
}

.m_html .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,.m_html 255,.m_html 255,.m_html 0.1);
    -webkit-overflow-scrolling: touch;
}

.m_html .navbar-collapse:before,.m_html .navbar-collapse:after {
    content: " ";
    display: table;
}

.m_html .navbar-collapse:after {
    clear: both;
}

.m_html .navbar-collapse:before,.m_html .navbar-collapse:after {
    content: " ";
    display: table;
}

.m_html .navbar-collapse:after {
    clear: both;
}

.m_html .navbar-collapse.in {
    overflow-y: auto;
}

.m_html @media (min-width:768px) {
    .navbar-collapsewidth: auto;
    border-top: 0;
    box-shadow: none;
}

.m_html .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.m_html .navbar-collapse.in {
    overflow-y: visible;
}

.m_html .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
}

.m_html .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}

.m_html .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
}    
}

.m_html .nav-container>.navbar-header,.m_html .nav-container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

.m_html @media (min-width:768px) {
    .nav-containernavbar-headerm_htmlnav-containernavbar-collapsemargin-right: 0;
    margin-left: 0;
}    
}

.m_html .navbar-static-top {
    border-width: 0 0 1px;
}

.m_html @media (min-width:768px) {
    .navbar-static-topborder-radius: 0;
}    
}

.m_html .navbar-fixed-top,.m_html .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}

.m_html @media (min-width:768px) {
    .navbar-fixed-topm_htmlnavbar-fixed-bottomborder-radius: 0;
}    
}

.m_html .navbar-fixed-top {
    z-index: 1030;
    top: 0;
}

.m_html .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
}

.m_html .navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}

.m_html .navbar-brand:hover,.m_html .navbar-brand:focus {
    text-decoration: none;
}

.m_html @media (min-width:768px) {
    .navbarnav-containernavbar-brandmargin-left: -15px;
}    
}

.m_html .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

.m_html .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.m_html .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.m_html @media (min-width:768px) {
    .navbar-toggledisplay: none;
}    
}

.m_html .navbar-nav {
    margin: 7.5px -15px;
}

.m_html .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.m_html @media (max-width:767px) {
    .navbar-navopendropdown-menuposition: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.m_html .navbar-nav .open .dropdown-menu>li>a,.m_html .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}

.m_html .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}

.m_html .navbar-nav .open .dropdown-menu>li>a:hover,.m_html .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
}    
}

.m_html .navbar-nav {
    float: left;
    margin: 0;
}

.m_html .navbar-nav>li {
    float: left;
}

.m_html .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}    
}

.m_html @media (min-width:768px) {
    .navbar-leftfloat: left !important;
}

.m_html .navbar-right {
    float: right !important;
}    
}

.m_html .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,.m_html 255,.m_html 255,.m_html 0.1),.m_html 0 1px 0 rgba(255,.m_html 255,.m_html 255,.m_html 0.1);
    box-shadow: inset 0 1px 0 rgba(255,.m_html 255,.m_html 255,.m_html 0.1),.m_html 0 1px 0 rgba(255,.m_html 255,.m_html 255,.m_html 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

.m_html @media (min-width:768px) {
    .navbar-formform-groupdisplay: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.m_html .navbar-form .form-control {
    display: inline-block;
}

.m_html .navbar-form .radio,.m_html .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.m_html .navbar-form .radio input[type="radio"],.m_html .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
}    
}

.m_html @media (max-width:767px) {
    .navbar-formform-groupmargin-bottom: 5px;
}    
}

.m_html @media (min-width:768px) {
    .navbar-formwidth: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}    
}

.m_html .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.m_html .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.m_html .navbar-nav.pull-right>li>.dropdown-menu,.m_html .navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.m_html .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.m_html .navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.m_html @media (min-width:768px) {
    .navbar-textmargin-left: 15px;
    margin-right: 15px;
}    
}

.m_html .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.m_html .navbar-default .navbar-brand {
    color: #777;
}

.m_html .navbar-default .navbar-brand:hover,.m_html .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.m_html .navbar-default .navbar-text {
    color: #777;
}

.m_html .navbar-default .navbar-nav>li>a {
    color: #777;
}

.m_html .navbar-default .navbar-nav>li>a:hover,.m_html .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.m_html .navbar-default .navbar-nav>.active>a,.m_html .navbar-default .navbar-nav>.active>a:hover,.m_html .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.m_html .navbar-default .navbar-nav>.disabled>a,.m_html .navbar-default .navbar-nav>.disabled>a:hover,.m_html .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.m_html .navbar-default .navbar-toggle {
    border-color: #ddd;
}

.m_html .navbar-default .navbar-toggle:hover,.m_html .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.m_html .navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}

.m_html .navbar-default .navbar-collapse,.m_html .navbar-default .navbar-form {
    border-color: #e6e6e6;
}

.m_html .navbar-default .navbar-nav>.dropdown>a:hover .caret,.m_html .navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.m_html .navbar-default .navbar-nav>.open>a,.m_html .navbar-default .navbar-nav>.open>a:hover,.m_html .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

.m_html .navbar-default .navbar-nav>.open>a .caret,.m_html .navbar-default .navbar-nav>.open>a:hover .caret,.m_html .navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

.m_html .navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.m_html @media (max-width:767px) {
    .navbar-defaultnavbar-navopendropdown-menuliacolor: #777;
}

.m_html .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.m_html .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
}

.m_html .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.m_html .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.m_html .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.m_html .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.m_html .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.m_html .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}    
}

.m_html .navbar-default .navbar-link {
    color: #777;
}

.m_html .navbar-default .navbar-link:hover {
    color: #333;
}

.m_html .navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.m_html .navbar-inverse .navbar-brand {
    color: #999;
}

.m_html .navbar-inverse .navbar-brand:hover,.m_html .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.m_html .navbar-inverse .navbar-text {
    color: #999;
}

.m_html .navbar-inverse .navbar-nav>li>a {
    color: #999;
}

.m_html .navbar-inverse .navbar-nav>li>a:hover,.m_html .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.m_html .navbar-inverse .navbar-nav>.active>a,.m_html .navbar-inverse .navbar-nav>.active>a:hover,.m_html .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

.m_html .navbar-inverse .navbar-nav>.disabled>a,.m_html .navbar-inverse .navbar-nav>.disabled>a:hover,.m_html .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.m_html .navbar-inverse .navbar-toggle {
    border-color: #333;
}

.m_html .navbar-inverse .navbar-toggle:hover,.m_html .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.m_html .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.m_html .navbar-inverse .navbar-collapse,.m_html .navbar-inverse .navbar-form {
    border-color: #101010;
}

.m_html .navbar-inverse .navbar-nav>.open>a,.m_html .navbar-inverse .navbar-nav>.open>a:hover,.m_html .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}

.m_html .navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.m_html .navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999;
}

.m_html .navbar-inverse .navbar-nav>.open>a .caret,.m_html .navbar-inverse .navbar-nav>.open>a:hover .caret,.m_html .navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.m_html @media (max-width:767px) {
    .navbar-inversenavbar-navopendropdown-menudropdown-headerborder-color: #080808;
}

.m_html .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999;
}

.m_html .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.m_html .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.m_html .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.m_html .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.m_html .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

.m_html .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.m_html .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.m_html .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}    
}

.m_html .navbar-inverse .navbar-link {
    color: #999;
}

.m_html .navbar-inverse .navbar-link:hover {
    color: #fff;
}

.m_html .label-default {
    background-color: #999;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.m_html .label-default[href]:hover,.m_html .label-default[href]:focus {
    background-color: gray;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.m_html .label-primary {
    background-color: #428bca;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.m_html .label-primary[href]:hover,.m_html .label-primary[href]:focus {
    background-color: #3071a9;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.m_html .label-success {
    background-color: #5cb85c;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.m_html .label-success[href]:hover,.m_html .label-success[href]:focus {
    background-color: #449d44;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.m_html .label-info {
    background-color: #5bc0de;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.m_html .label-info[href]:hover,.m_html .label-info[href]:focus {
    background-color: #31b0d5;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.m_html .label-warning {
    background-color: #f0ad4e;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.m_html .label-warning[href]:hover,.m_html .label-warning[href]:focus {
    background-color: #ec971f;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.m_html .label-danger {
    background-color: #d9534f;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.m_html .label-danger[href]:hover,.m_html .label-danger[href]:focus {
    background-color: #c9302c;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.m_html .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

.m_html .badge:empty {
    display: none;
}

.m_html a.badge:hover,.m_html a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.m_html .btn .badge {
    position: relative;
    top: -1px;
}

.m_html a.list-group-item.active>.badge,.m_html .nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff;
}

.m_html .nav-pills>li>a>.badge {
    margin-left: 3px;
}

.m_html .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.m_html .alert h4 {
    margin-top: 0;
    color: inherit;
}

.m_html .alert .alert-link {
    font-weight: 700;
}

.m_html .alert>p,.m_html .alert>ul {
    margin-bottom: 0;
}

.m_html .alert>p+p {
    margin-top: 5px;
}

.m_html .alert-dismissable {
    padding-right: 35px;
}

.m_html .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.m_html .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.m_html .alert-success hr {
    border-top-color: #c9e2b3;
}

.m_html .alert-success .alert-link {
    color: #356635;
}

.m_html .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.m_html .alert-info hr {
    border-top-color: #a6e1ec;
}

.m_html .alert-info .alert-link {
    color: #2d6987;
}

.m_html .alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

.m_html .alert-warning hr {
    border-top-color: #f8e5be;
}

.m_html .alert-warning .alert-link {
    color: #a47e3c;
}

.m_html .alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.m_html .alert-danger hr {
    border-top-color: #e6c1c7;
}

.m_html .alert-danger .alert-link {
    color: #953b39;
}

.m_html .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: "";
}

.m_html .dropdown {
    position: relative;
}

.m_html .dropdown-toggle:focus {
    outline: 0;
}

.m_html .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,.m_html 0,.m_html 0,.m_html 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,.m_html 0,.m_html 0,.m_html 0.175);
    box-shadow: 0 6px 12px rgba(0,.m_html 0,.m_html 0,.m_html 0.175);
    background-clip: padding-box;
}

.m_html .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.m_html .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.m_html .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.m_html .dropdown-menu>li>a:hover,.m_html .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #428bca;
}

.m_html .dropdown-menu>.active>a,.m_html .dropdown-menu>.active>a:hover,.m_html .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.m_html .dropdown-menu>.disabled>a,.m_html .dropdown-menu>.disabled>a:hover,.m_html .dropdown-menu>.disabled>a:focus {
    color: #999;
}

.m_html .dropdown-menu>.disabled>a:hover,.m_html .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.m_html .open>.dropdown-menu {
    display: block;
}

.m_html .open>a {
    outline: 0;
}

.m_html .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

.m_html .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.m_html .pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.m_html .dropup .caret,.m_html .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: "";
}

.m_html .dropup .dropdown-menu,.m_html .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.m_html @media (min-width:768px) {
    .navbar-rightdropdown-menuright: 0;
    left: auto;
}    
}
.modal .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal .tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.modal .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.modal .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.modal .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.modal .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.modal .tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.modal .tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.modal .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.modal .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.modal .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.modal .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.modal .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.modal .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.modal .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.modal .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

body>.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

body>.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

body>.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

body>.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

body>.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

body>.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

body>.tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

body>.tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

body>.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

body>.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

body>.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

body>.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

body>.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

body>.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

body>.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

body>.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.m_html .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.m_html .tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}

.m_html .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.m_html .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.m_html .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.m_html .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.m_html .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.m_html .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.m_html .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.m_html .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.m_html .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.m_html .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.m_html .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.m_html .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.m_html .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.m_html .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.m_html .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,.m_html 0,.m_html 0,.m_html 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,.m_html 0,.m_html 0,.m_html 0.2);
    box-shadow: 0 5px 10px rgba(0,.m_html 0,.m_html 0,.m_html 0.2);
    white-space: normal;
}

.m_html .popover.top {
    margin-top: -10px;
}

.m_html .popover.right {
    margin-left: 10px;
}

.m_html .popover.bottom {
    margin-top: 10px;
}

.m_html .popover.left {
    margin-left: -10px;
}

.m_html .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.m_html .popover-content {
    padding: 9px 14px;
}

.m_html .popover .arrow,.m_html .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.m_html .popover .arrow {
    border-width: 11px;
}

.m_html .popover .arrow:after {
    border-width: 10px;
    content: "";
}

.m_html .popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,.m_html 0,.m_html 0,.m_html 0.25);
    bottom: -11px;
}

.m_html .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.m_html .popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,.m_html 0,.m_html 0,.m_html 0.25);
}

.m_html .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.m_html .popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,.m_html 0,.m_html 0,.m_html 0.25);
    top: -11px;
}

.m_html .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.m_html .popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,.m_html 0,.m_html 0,.m_html 0.25);
}

.m_html .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.modal-open{overflow:hidden;}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px;}
.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out;}
.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
.modal-dialog{margin-left:auto;margin-right:auto;width:auto;padding:10px;z-index:1050;}
.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);background-clip:padding-box;outline:none;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000000;}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}
.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50);}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px;}
.modal-header .close{margin-top:-2px;}
.modal-title{margin:0;line-height:1.428571429;}
.modal-body{position:relative;padding:20px;}
.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer:before,.modal-footer:after{content:" ";display:table;}
.modal-footer:after{clear:both;}
.modal-footer:before,.modal-footer:after{content:" ";display:table;}
.modal-footer:after{clear:both;}
.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0;}
.modal-footer .btn-group .btn+.btn{margin-left:-1px;}
.modal-footer .btn-block+.btn-block{margin-left:0;}


.m_html .carousel {
    position: relative;
}

.m_html .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.m_html .carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.m_html .carousel-inner>.item>img,.m_html .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.m_html .carousel-inner>.active,.m_html .carousel-inner>.next,.m_html .carousel-inner>.prev {
    display: block;
}

.m_html .carousel-inner>.active {
    left: 0;
}

.m_html .carousel-inner>.next,.m_html .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.m_html .carousel-inner>.next {
    left: 100%;
}

.m_html .carousel-inner>.prev {
    left: -100%;
}

.m_html .carousel-inner>.next.left,.m_html .carousel-inner>.prev.right {
    left: 0;
}

.m_html .carousel-inner>.active.left {
    left: -100%;
}

.m_html .carousel-inner>.active.right {
    left: 100%;
}

.m_html .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,.m_html 0,.m_html 0,.m_html 0.6);
}

.m_html .carousel-control.left {
    background-image: -webkit-gradient(linear,.m_html 0% top,.m_html 100% top,.m_html from(rgba(0,.m_html 0,.m_html 0,.m_html 0.5)),.m_html to(rgba(0,.m_html 0,.m_html 0,.m_html 0.0001)));
    background-image: -webkit-linear-gradient(left,.m_html color-stop(rgba(0,.m_html 0,.m_html 0,.m_html 0.5) 0%),.m_html color-stop(rgba(0,.m_html 0,.m_html 0,.m_html 0.0001) 100%));
    background-image: -moz-linear-gradient(left,.m_html rgba(0,.m_html 0,.m_html 0,.m_html 0.5) 0%,.m_html rgba(0,.m_html 0,.m_html 0,.m_html 0.0001) 100%);
    background-image: linear-gradient(to right,.m_html rgba(0,.m_html 0,.m_html 0,.m_html 0.5) 0%,.m_html rgba(0,.m_html 0,.m_html 0,.m_html 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',.m_html endColorstr='#00000000',.m_html GradientType=1);
}

.m_html .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear,.m_html 0% top,.m_html 100% top,.m_html from(rgba(0,.m_html 0,.m_html 0,.m_html 0.0001)),.m_html to(rgba(0,.m_html 0,.m_html 0,.m_html 0.5)));
    background-image: -webkit-linear-gradient(left,.m_html color-stop(rgba(0,.m_html 0,.m_html 0,.m_html 0.0001) 0%),.m_html color-stop(rgba(0,.m_html 0,.m_html 0,.m_html 0.5) 100%));
    background-image: -moz-linear-gradient(left,.m_html rgba(0,.m_html 0,.m_html 0,.m_html 0.0001) 0%,.m_html rgba(0,.m_html 0,.m_html 0,.m_html 0.5) 100%);
    background-image: linear-gradient(to right,.m_html rgba(0,.m_html 0,.m_html 0,.m_html 0.0001) 0%,.m_html rgba(0,.m_html 0,.m_html 0,.m_html 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',.m_html endColorstr='#80000000',.m_html GradientType=1);
}

.m_html .carousel-control:hover,.m_html .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.m_html .carousel-control .icon-prev,.m_html .carousel-control .icon-next,.m_html .carousel-control .glyphicon-chevron-left,.m_html .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.m_html .carousel-control .icon-prev,.m_html .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.m_html .carousel-control .icon-prev:before {
    content: '\2039';
}

.m_html .carousel-control .icon-next:before {
    content: '\203a';
}

.m_html .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.m_html .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}

.m_html .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.m_html .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,.m_html 0,.m_html 0,.m_html 0.6);
}

.m_html .carousel-caption .btn {
    text-shadow: none;
}

.m_html @media screen and (min-width:768px) {
    .carousel-controlicon-prevm_htmlcarousel-controlicon-nextwidth: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
}

.m_html .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}

.m_html .carousel-indicators {
    bottom: 20px;
}    
}

.m_html .clearfix:before,.m_html .clearfix:after {
    content: " ";
    display: table;
}

.m_html .clearfix:after {
    clear: both;
}

.m_html .pull-right {
    float: right !important;
}

.m_html .pull-left {
    float: left !important;
}

.m_html /*Bootstrap Progress Bars*/
.m_html @-webkit-keyframes progress-bar-stripes {
    frombackground-position: 40px 0;
}

.m_html to {
    background-position: 0 0;
}    
}

.m_html @keyframes progress-bar-stripes {
    frombackground-position: 40px 0;
}

.m_html to {
    background-position: 0 0;
}    
}

.m_html .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,.m_html 0,.m_html 0,.m_html .1);
    box-shadow: inset 0 1px 2px rgba(0,.m_html 0,.m_html 0,.m_html .1);
}

.m_html .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,.m_html 0,.m_html 0,.m_html .15);
    box-shadow: inset 0 -1px 0 rgba(0,.m_html 0,.m_html 0,.m_html .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.m_html .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
    background-image: linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
    background-size: 40px 40px;
}

.m_html .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.m_html .progress-bar-success {
    background-color: #5cb85c;
}

.m_html .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
    background-image: linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
}

.m_html .progress-bar-info {
    background-color: #5bc0de;
}

.m_html .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
    background-image: linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
}

.m_html .progress-bar-warning {
    background-color: #f0ad4e;
}

.m_html .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
    background-image: linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
}

.m_html .progress-bar-danger {
    background-color: #d9534f;
}

.m_html .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
    background-image: linear-gradient(45deg,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 25%,.m_html transparent 25%,.m_html transparent 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 50%,.m_html rgba(255,.m_html 255,.m_html 255,.m_html .15) 75%,.m_html transparent 75%,.m_html transparent);
}
