/*CSS Style sheet for the COMWeb application*/

#header img {
    max-width: 100%;
}

html {
    height: 100%;
}

html, body {
    min-height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#imgBackgroundFull {
    /* z-index: -999;*/
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    font-size: x-large;
}

.RadButton {
    text-decoration: none !important;
}

img {
    border: 0;
}

table {
    text-align: left;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: thin;
}

td {
    /*padding: 0px;     margin: 0px;*/
    vertical-align: top;
    /*text-align: left;*/
}

table, caption, tbody, tfoot, thead, tr, th, td {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

.newsfeedDesc {
    font-family: Arial;
    font-size: small;
    font-style: normal;
}

.newsfeedAddedBy {
    font-family: Arial;
    font-size: small;
}

.newsfeedDate {
    text-align: right;
    font-family: Arial;
    font-size: small;
    font-style: normal;
    font-weight: bold;
}

.adminPage {
    width: 100%;
    background-color: white;
    border-width: 0;
    border-collapse: collapse;
    border-style: none;
    color: black;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    border: none;
    background-position: left top;
    background-repeat: repeat;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    line-height: initial;
}

.divMainSite {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: white;
}

.systembody {
    color: black;
    background-color: white !important;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 0;
    height: 100%;
    text-decoration: none;
    border: none;
    background-position: left top;
    background-repeat: repeat;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.systemContentArea {
    width: 960px;
    background-color: white;
    padding: 0 10px 10px 10px;
    border-width: 0;
    border-color: #000000;
    border-collapse: collapse;
    border-spacing: 0;
    border-style: none;
}

#SecurityDiv {
    width: 100%;
    padding: 40px 0 30px 0;
    background-image: url("/images/v-grayfade-stripe.gif");
    background-position: left top;
    background-repeat: repeat-x;
}

    #SecurityDiv h2 {
        color: #517cdd;
        font: normal 1.3em arial;
        margin: 0;
        padding: 0 0 7px 0;
    }

.LoginBox {
    text-align: left;
    font-size: 13px;
    border: 1px outset #ffffff;
    border-collapse: collapse;
    background-color: #e7e8f0;
    width: 100%;
    /*background-color: #ffffff;*/
    background-image: url("/images/v-grayfade.jpg");
    background-position: left bottom;
    background-repeat: repeat-x;
}

.LoginButton {
    background-color: #f5f5f5;
    font: normal 0.9em arial;
    width: 100px;
    cursor: pointer;
}

.LoginOuterBox {
    border: 0 outset #f0f0f0;
    border-collapse: collapse;
    background-color: #ffffff;
    background-image: url("/images/v-grayfade-reverse.jpg");
    background-position: left top;
    background-repeat: repeat-x;
}

#LoginIntro {
    font: normal 1em tahoma;
    padding-right: 20px;
}

    #LoginIntro h2 {
        font: bold 1.1em arial;
        color: Black;
        padding: 0;
        margin: 0;
    }

fieldset {
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}


    fieldset legend {
        border-right: #c6ccce 1px solid;
        padding-right: 5px;
        border-top: #c6ccce 1px solid;
        padding-left: 5px;
        font-weight: bold;
        font-size: 12px;
        background: #f7f9f9;
        margin-bottom: 0;
        padding-bottom: 2px;
        border-left: #c6ccce 1px solid;
        padding-top: 2px;
        border-bottom: #c6ccce 1px solid;
        color: #044897;
    }

        fieldset legend span {
            font-weight: normal;
            font-size: 12px;
            color: #666;
        }

.alert_box {
    background-color: #b0e57c;
    color: #006b31;
    border: solid 1px #006b31;
    padding: 10px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold; /*     width:400px;     z-index:99999;     position:absolute;     top:200px;     left:200px;     */
}

.alert_box_red {
    background-color: #ebd9d9;
    color: #910709;
    border: solid 1px #910709;
    padding: 10px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold; /*     width:400px;     z-index:99999;     position:absolute;     top:200px;     left:200px;     */
}

    .alert_box img, .alert_box_red img {
        padding-right: 10px;
        float: left;
        border: none;
        position: relative;
        top: -3px;
    }


/* Bootstrap Alerts */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

/* End Bootstrap Alerts */

.readonly_field {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    background-color: #EEEEEE !important;
    color: Black;
}

.tblStyle {
    width: 100%;
}

.inputPrompt {
    width: 300px; /*font-weight: bold;*/
    background-color: #eee;
    padding-left: 5px;
    vertical-align: middle;
}

.inputField {
    padding-left: 10px;
}

.inputFieldLabel {
    padding-left: 10px;
    height: 22px;
    vertical-align: middle;
}

.inputBlank {
}

.inputSection {
    font-weight: bold;
    background-color: #eee;
    padding-left: 5px;
}

.aligntop {
    vertical-align: top;
}

.fsSettings {
    background-color: #FFFFFF; /* -moz-box-shadow: 10px 10px 5px #888;             -webkit-box-shadow: 10px 10px 5px #888;             box-shadow: 5px 5px 5px #888; */
}

.fsLegend {
    font-size: 15px !important;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #cccccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #999999;
    }

/*.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    height: 14px;
}

    .breadcrumb .separator {
        padding: 0 4px;
    }

    .breadcrumb li {
        float: left;
        line-height: 14px;
        color: #000;
    }

        .breadcrumb li a, .breadcrumb li a:hover {
            font: 12px 'Segoe UI', Arial, 'sans-serif';
            color: #000;
            text-decoration: underline;
        }*/

#divNoJavascript {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background: #FF0000;
    color: #ccc;
}

    #divNoJavascript a {
        color: #fff;
    }

.alertUrgent {
    color: Red;
   vertical-align: middle;
}

.alertHigh {
    color: #FF9900;
    vertical-align: middle;
}

.alertNormal {
    color: #000000;
    vertical-align: middle;
}


/* PMenu Styles */
/* RadMenu Mac skin */

.RadMenu_PMenu {
    border: solid 1px #dadada;
    border-bottom: 0;
}

    .RadMenu_PMenu .rmLink {
        text-decoration: none;
        font-weight: bold;
        color: black;
        line-height: 22px;
        border-bottom-color: #d7d7d7;
        /*	background: #e9e9e9 url(Menu/MainItemBackground.gif) repeat-x;   */
        background: #e9e9e9 url('Menu/bottom.gif') right center no-repeat;
    }

.RadMenu_PMenu_Context {
    background: none;
    border: 0;
}

.RadMenu_PMenu .rmLink:hover,
.RadMenu_PMenu .rmFocused,
.RadMenu_PMenu .rmExpanded {
    color: White;
    /* background: #4291ec url(Menu/MainItemBackgroundHvr.gif) repeat-x;  */
    background: #4291ec url('Menu/InvertedBottom.gif') right center no-repeat;
}

.RadMenu_PMenu .rmText {
    font-size: 11px;
    padding: 0 9px;
    font-family: Arial, Verdana, Sans-Serif;
}

.RadMenu_PMenu .rmGroup {
    background: white url(Menu/MenuItemBackground.gif);
    border: solid 1px #dadada;
}

    .RadMenu_PMenu .rmGroup .rmLink {
        background: none;
        float: left;
        _width: 160px; /* IE6 */
        min-width: 160px; /* IE7, Mozilla, Opera */
        text-align: left;
        color: #333;
    }

    .RadMenu_PMenu .rmGroup .rmText {
        padding-left: 25px;
    }

    .RadMenu_PMenu .rmGroup .rmLink:hover,
    .RadMenu_PMenu .rmGroup .rmFocused,
    .RadMenu_PMenu .rmGroup .rmExpanded {
        background: #326dc8 url(Menu/MenuItemBackgroundHvr.gif) repeat-x;
        color: white;
    }

.RadMenu_PMenu .rmLeftArrow,
.RadMenu_PMenu .rmRightArrow,
.RadMenu_PMenu .rmTopArrow,
.RadMenu_PMenu .rmBottomArrow,
.RadMenu_PMenu .rmLeftArrowDisabled,
.RadMenu_PMenu .rmRightArrowDisabled,
.RadMenu_PMenu .rmTopArrowDisabled,
.RadMenu_PMenu .rmBottomArrowDisabled {
    background: #326dc8 url(Menu/left.gif) center center no-repeat;
    width: 15px;
    text-decoration: none;
    color: #326dc8;
}

.RadMenu_PMenu .rmTopArrow,
.RadMenu_PMenu .rmTopArrowDisabled {
    background-image: url(Menu/top.gif);
    width: 100%;
    text-decoration: none;
    color: #326dc8;
    height: 10px;
}

.RadMenu_PMenu .rmBottomArrow,
.RadMenu_PMenu .rmBottomArrowDisabled {
    background-image: url(Menu/bottom.gif);
    width: 100%;
    height: 10px;
}

.RadMenu_PMenu .rmRightArrow,
.RadMenu_PMenu .rmLeftArrow {
    height: 100%;
}

.RadMenu_PMenu .rmRightArrow,
.RadMenu_PMenu .rmRightArrowDisabled {
    background-image: url(Menu/right.gif);
}

.RadMenu_PMenu .rmVertical .rmSeparator {
    padding: 0;
    background: #d0d2d4;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border-top: 0;
    border-bottom: 0;
}

.RadMenu_PMenu .rmRootGroup .rmSeparator .rmText {
    display: none;
}

.RadMenu_PMenu .rmExpandLeft,
.RadMenu_PMenu .rmExpandRight {
    background: transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_PMenu .rmLink:hover .rmExpandLeft,
.RadMenu_PMenu .rmLink:hover .rmExpandRight,
.RadMenu_PMenu .rmFocused .rmExpandLeft,
.RadMenu_PMenu .rmFocused .rmExpandRight,
.RadMenu_PMenu .rmExpanded .rmExpandLeft,
.RadMenu_PMenu .rmExpanded .rmExpandRight {
    background: transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_PMenu .rmRootGroup .rmDisabled,
.RadMenu_PMenu .rmRootGroup .rmDisabled:hover {
    color: #999;
}

    .RadMenu_PMenu .rmRootGroup .rmDisabled:hover {
        background: #E9E9E9 url(Menu/MainItemBackground.gif) repeat-x;
    }

.RadMenu_PMenu .rmGroup .rmDisabled,
.RadMenu_PMenu .rmGroup .rmDisabled:hover {
    background: transparent;
    border: none;
    color: #999;
}

/* right to left */

.RadMenu_PMenu_rtl * {
    text-align: right !important;
}

.RadMenu_PMenu_rtl .rmRootGroup {
    width: 100%;
}

.RadMenu_PMenu_rtl .rmVertical .rmLink:hover .rmExpandLeft,
.RadMenu_PMenu_rtl .rmVertical .rmLink:hover .rmExpandRight,
.RadMenu_PMenu_rtl .rmVertical .rmFocused .rmText,
.RadMenu_PMenu_rtl .rmVertical .rmExpanded .rmText {
    background: transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
    margin: 0;
}

.RadMenu_PMenu_rtl .rmExpandLeft,
.RadMenu_PMenu_rtl .rmExpandRight {
    background: transparent url(Menu/left.gif) left center no-repeat;
}

.sectionHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-decoration: underline;
}

.sectionBody {
    font-size: small;
    font-weight: normal;
    font-style: italic;
    color: #808080;
}

.sectionTable {
    width: 100%; /*background-color: #F2F2F2;*/
}

.sectionTitle {
    font-size: medium;
    font-weight: bold;
    color: Black;
}

.mainSectionBox {
    color: black;
    text-decoration: none;
    float: left;
    width: 420px;
    padding: 0 20px 10px 10px;
    margin: 0 10px 10px 0; /*border-width : 1px;             border-style:solid;             border-color:Black;*/
}

.imageBox {
    float: left;
    width: 80px;
    margin: 0 10px 0 0;
}

.img-thin-roundframe-gray {
    padding: 6px;
    border: 1px solid #cccccc;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
}

.img-big-rounded-corners-gray {
    border: 1px solid #cccccc;
    border-radius: 25px 25px 25px 25px;
}

.img-small-rounded-corners-gray {
    border: 1px solid #cccccc;
    border-radius: 10px 10px 10px 10px;
}

.div-thin-roundframe-gray {
    padding: 6px;
    border: 1px solid #cccccc;
    border-radius: 5px 5px 5px 5px;
}

.tabPageViewItem {
    font-size: larger !important;
    padding-left: 0 !important;
    text-align: left !important;
    white-space: normal !important;
}

div.CustomMenuWrapper {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
}


div#CustomMenu {
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    /*height: 352px;*/
}

#CustomMenu .RadMenu {
    background-color: black;
}

#CustomMenu div.RadMenu .rmGroup .rmText {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#CustomMenu div.RadMenu ul.rmRootGroup,
#CustomMenu div.RadMenu div.rmRootGroup {
    background: none;
    border: 0;
    height: 100%;
    padding-left: 0;
}

#CustomMenu div.RadMenu .rmHorizontal .rmItem {
    padding: 0;
}

#CustomMenu div.RadMenu .rmItem {
    position: static;
}

#CustomMenu div.RadMenu .rmLink .rmText,
#CustomMenu div.RadMenu .rmFocused .rmText {
    line-height: 57px;
    color: #ffffff;
    /*text-transform: uppercase;*/
    font-size: 16px;
}

#CustomMenu div.RadMenu .rmLink:hover,
#CustomMenu div.RadMenu .rmFocused,
#CustomMenu div.RadMenu .rmSelected,
#CustomMenu div.RadMenu .rmExpanded {
    background-color: rgb(18, 16, 161);
}

#CustomMenu * html div.RadMenu .rmLink:hover,
#CustomMenu * html div.RadMenu .rmFocused,
#CustomMenu * html div.RadMenu .rmSelected,
#CustomMenu * html div.RadMenu .rmExpanded {
    background: #080808;
    /*filter: alpha(opacity=70);*/
}

#CustomMenu div.RadMenu .rmSelected .rmText,
#CustomMenu div.RadMenu .rmLink:hover .rmText,
#CustomMenu div.RadMenu .rmExpanded .rmText {
    color: #ffffff;
}

#CustomMenu div.RadMenu .rmHorizontal .rmItem a.rmLink .rmText {
    border: 0 none;
}

#CustomMenu div.RadMenu .rmRootGroup .rmItem .rmVertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Used for a single click button*/
.btnDisable .rbPrimaryIcon {
    background: url(/images/spinner.gif) !important;
}

/*.NewsfeedToolTip {
    max-height: 500px;
    width: 700px;
    overflow: auto;
}*/

.NewsfeedItem {
    width: 100%;
    max-height: 180px;
    overflow-y: auto;
}

.container {
    width: 100%;
}

.fullSite {
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 100%;
    overflow: visible;
}

.page-header {
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 100%;
    overflow: visible;
}

.page-footer {
    width: 980px;
    margin: 0 auto;
}

.siteMapLink {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}

.loginLink {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
}

/* Some temp bootstrap CSS*/
.help-block {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #737373;
    background-image: url("/images/eventInfo.gif");
    background-repeat: no-repeat;
    padding-left: 20px;
}
/* End Bootstrap CSS extras*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

    .glyphicon:empty {
        width: 1em;
    }

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}
