
a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
a:hover, a:active {
    outline: 0 none;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-appearance: none;
    cursor: pointer;
}
@-moz-document url-prefix("") {
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    padding: 6px 14px;
}
}
input[type="search"] {
    box-sizing: content-box;
}
.dropdown {
    position: relative;
}
.dropdown-toggle {
}
.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0 none;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
    content: "↓";
    display: inline-block;
    height: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 5px;
    opacity: 0.5;
    text-indent: -99999px;
    vertical-align: top;
    width: 0;
}
.caret.white {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white;
    opacity: 0.95;
}
.dropdown .caret {
    margin-left: 2px;
    margin-top: 8px;
}
.dropdown:hover .caret, .open.dropdown .caret {
    opacity: 1;
}
.m-dropdown-menu {
    background-color: white;
    border: 1px solid #eee;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    display: none;
    float: left;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 0;
    max-width: 225px;
    min-width: 225px;
    padding: 0 0 6px;
    position: absolute;
    top: 98%;
    z-index: 1000;
}
.m-dropdown-menu.bottom-up {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto;
}
.m-dropdown-menu .divider {
    border-top: 1px solid #ebebeb;
    cursor: default;
    margin-bottom: 10px;
    margin-top: 9px;
    padding: 0;
}
.m-dropdown-menu a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 18px;
    padding: 6px 0 6px 30px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.m-dropdown-menu a [class^="icon-"] {
    left: 7px;
    position: absolute;
    top: 8px;
}
.m-dropdown-menu li > a:hover, .m-dropdown-menu .active > a, .m-dropdown-menu .active > a:hover {
    background-color: #eee;
    text-decoration: none;
}
.dropdown.open {
}
.dropdown.open .dropdown-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #08c;
}
.dropdown.open .m-dropdown-menu {
    display: block;
}
.m-btn {
    background-color: #eee;
    background-image: -moz-linear-gradient(center top , #eee, #eee);
    background-repeat: repeat-x;
    border: 0 none;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 60px 0 0;
    min-width: 42px;
    outline: 0 none;
    overflow: visible;
    padding: 10px 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    vertical-align: inherit;
    white-space: nowrap;
    z-index: 1;
}
.m-btn:hover, .m-btn:focus, .m-btn:active, .m-btn.active {
    background-color: #dcdcdc;
    background-image: -moz-linear-gradient(center top , #dcdcdc, #dcdcdc);
    background-repeat: repeat-x;
    color: #333;
    outline: 0 none;
    text-decoration: none;
    z-index: 100;
}
.m-btn:active, .m-btn.active {
    background-color: #eee;
    background-image: -moz-linear-gradient(center top , #eee, #dcdcdc);
    background-repeat: repeat-x;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25) inset;
}
.m-btn:focus {
    border-color: #4d90fe;
}
.m-btn::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.m-btn.red-stripe {
    border-left: 3px solid #d84a38;
}
.m-btn.blue-stripe {
    border-left: 3px solid #4d90fe;
}
.m-btn.purple-stripe {
    border-left: 3px solid #852b99;
}
.m-btn.green-stripe {
    border-left: 3px solid #35aa47;
}
.m-btn.red:active, .m-btn.red.active, .m-btn.red.disabled, .m-btn.red[disabled], .m-btn.blue:active, .m-btn.blue.active, .m-btn.blue.disabled, .m-btn.blue[disabled], .m-btn.purple:active, .m-btn.purple.active, .m-btn.purple.disabled, .m-btn.purple[disabled], .m-btn.green:active, .m-btn.green.active, .m-btn.green.disabled, .m-btn.green[disabled], .m-btn.black:active, .m-btn.black.active, .m-btn.black.disabled, .m-btn.black[disabled] {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25) inset;
    color: white !important;
}
.m-btn.red.disabled, .m-btn.red[disabled], .m-btn.blue.disabled, .m-btn.blue[disabled], .m-btn.purple.disabled, .m-btn.purple[disabled], .m-btn.green.disabled, .m-btn.green[disabled] {
    opacity: 0.7;
}
.m-btn.black.disabled, .m-btn.black[disabled] {
    opacity: 0.5;
}
.m-btn.red {
    background-color: #d84a38;
    background-image: -moz-linear-gradient(center top , #dd4b39, #d14836);
    background-repeat: repeat-x;
    color: white;
    text-shadow: none;
}
.m-btn.red:hover, .m-btn.red:focus, .m-btn.red:active, .m-btn.red.active, .m-btn.red[disabled], .m-btn.red.disabled {
    background-color: #c53727;
    background-image: -moz-linear-gradient(center top , #c53727, #c53727);
    background-repeat: repeat-x;
}
.m-btn.red:active, .m-btn.red.active {
    background-color: #dd4b39;
    background-image: -moz-linear-gradient(center top , #dd4b39, #c53727);
    background-repeat: repeat-x;
}
.m-btn.blue {
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
    background-repeat: repeat-x;
    color: white;
    text-shadow: none;
}
.m-btn.blue:hover, .m-btn.blue:focus, .m-btn.blue:active, .m-btn.blue.active, .m-btn.blue[disabled], .m-btn.blue.disabled {
    background-color: #0072bb;
    background-image: -moz-linear-gradient(center top , #0072bb, #0072bb);
    background-repeat: repeat-x;
}
.m-btn.blue:active, .m-btn.blue.active {
    background-color: #4d90fe;
    background-image: -moz-linear-gradient(center top , #4d90fe, #0072bb);
    background-repeat: repeat-x;
}
.m-btn.green {
    background-color: #35aa47;
    background-image: -moz-linear-gradient(center top , #35aa47, #35aa47);
    background-repeat: repeat-x;
    color: white;
    text-shadow: none;
}
.m-btn.green:hover, .m-btn.green:focus, .m-btn.green:active, .m-btn.green.active, .m-btn.green.disabled, .m-btn.green[disabled] {
    background-color: #1d943b;
    background-image: -moz-linear-gradient(center top , #1d943b, #1d943b);
    background-repeat: repeat-x;
}
.m-btn.green:active, .m-btn.green.active {
    background-color: #35aa47;
    background-image: -moz-linear-gradient(center top , #35aa47, #1d943b);
    background-repeat: repeat-x;
}
.m-btn.purple {
    background-color: #852b99;
    background-image: -moz-linear-gradient(center top , #852b99, #852b99);
    background-repeat: repeat-x;
    color: white;
    text-shadow: none;
}
.m-btn.purple:hover, .m-btn.purple:focus, .m-btn.purple:active, .m-btn.purple.active, .m-btn.purple.disabled, .m-btn.purple[disabled] {
    background-color: #6d1b81;
    background-image: -moz-linear-gradient(center top , #6d1b81, #6d1b81);
    background-repeat: repeat-x;
}
.m-btn.purple:active, .m-btn.purple.active {
    background-color: #35aa47;
    background-image: -moz-linear-gradient(center top , #852b99, #6d1b81);
    background-repeat: repeat-x;
}
.m-btn.black {
    background-color: #555;
    background-image: -moz-linear-gradient(center top , #555, #555);
    background-repeat: repeat-x;
    color: white;
    text-shadow: none;
}
.m-btn.black:hover, .m-btn.black:focus, .m-btn.black:active, .m-btn.black.active, .m-btn.black.disabled, .m-btn.black[disabled] {
    background-color: #222;
    background-image: -moz-linear-gradient(center top , #222, #222);
    background-repeat: repeat-x;
}
.m-btn.black:active, .m-btn.black.active {
    background-color: #222;
    background-image: -moz-linear-gradient(center top , #444, #222);
    background-repeat: repeat-x;
}
.sm {
    font-size: 11px;
}
.mini {
    font-size: 11px;
    height: 13px;
    line-height: 13px;
    padding: 4px 10px;
}
.big {
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    padding: 20px 26px;
}
.rnd {
    border-radius: 5px;
}
.big.rnd {
    border-radius: 11px;
}
.m-btn.disabled, .m-btn[disabled] {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #eee, #ddd);
    background-repeat: repeat-x;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25) inset;
    color: #999;
    cursor: default;
}
.m-btn.icn-only {
    min-width: 14px;
}
.m-btn.bigicn-only {
    min-width: 34px;
}
.m-btn-group {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.m-btn + .m-btn, .m-btn + .m-btn-group, .m-btn-group + .m-btn, .m-btn-group + .m-btn-group {
    margin-left: 15px;
}
.m-btn.dropdown-carettoggle {
    height: 18px;
    min-width: 5px;
    padding: 8px;
}
.m-btn.dropdown-carettoggle > .caret {
    margin-top: 8px;
}
.m-btn.caret:hover {
    opacity: 1;
}
.m-btn-group .m-btn {
    float: left;
    margin-left: -1px;
    position: relative;
}
.m-btn-group .m-btn:first-child {
    margin-left: 0;
}
.m-btn-group .m-btn.rnd:first-child {
    border-radius: 5px 0 0 5px;
}
.m-btn-group .m-btn.rnd.dropdown-carettoggle {
    border-radius: 0 5px 5px 0;
}
.m-btn-strip .m-btn, .m-btn-strip .m-btn-group {
    vertical-align: top;
}
.m-btn-group.open {
}
.m-btn-group.open .dropdown-carettoggle, .m-btn-group.open .dropdown-toggle {
    background-image: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
}
.m-btn-group.open .m-dropdown-menu {
    display: block;
    margin-top: 1px;
}
label.m-wrap, input.m-wrap, button.m-wrap, select.m-wrap, textarea.m-wrap {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
input.m-wrap, button.m-wrap, select.m-wrap, textarea.m-wrap {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
}
label.m-wrap {
    display: block;
    margin-bottom: 5px;
}
select.m-wrap, textarea.m-wrap, input.m-wrap[type="text"], input.m-wrap[type="password"], input.m-wrap[type="datetime"], input.m-wrap[type="datetime-local"], input.m-wrap[type="date"], input.m-wrap[type="month"], input.m-wrap[type="time"], input.m-wrap[type="week"], input.m-wrap[type="number"], input.m-wrap[type="email"], input.m-wrap[type="url"], input.m-wrap[type="search"], input.m-wrap[type="tel"], input.m-wrap[type="color"], .m-uneditable-input {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    margin-top: 0;
    padding: 6px;
    vertical-align: top;
}
input.m-wrap, textarea.m-wrap, .m-uneditable-input {
    width: 206px;
}
textarea.m-wrap {
    height: auto;
}
textarea.m-wrap, input.m-wrap[type="text"], input.m-wrap[type="password"], input.m-wrap[type="datetime"], input.m-wrap[type="datetime-local"], input.m-wrap[type="date"], input.m-wrap[type="month"], input.m-wrap[type="time"], input.m-wrap[type="week"], input.m-wrap[type="number"], input.m-wrap[type="email"], input.m-wrap[type="url"], input.m-wrap[type="search"], input.m-wrap[type="tel"], input.m-wrap[type="color"], .m-uneditable-input {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea.m-wrap:focus, input.m-wrap[type="text"]:focus, input.m-wrap[type="password"]:focus, input.m-wrap[type="datetime"]:focus, input.m-wrap[type="datetime-local"]:focus, input.m-wrap[type="date"]:focus, input.m-wrap[type="month"]:focus, input.m-wrap[type="time"]:focus, input.m-wrap[type="week"]:focus, input.m-wrap[type="number"]:focus, input.m-wrap[type="email"]:focus, input.m-wrap[type="url"]:focus, input.m-wrap[type="search"]:focus, input.m-wrap[type="tel"]:focus, input.m-wrap[type="color"]:focus, .m-uneditable-input:focus {
    border-color: #111;
    box-shadow: none;
    outline: 0 none;
}
input.m-wrap[type="radio"], input.m-wrap[type="checkbox"] {
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    margin: 4px 0 0;
}
input.m-wrap[type="file"], input.m-wrap[type="image"], input.m-wrap[type="radio"], input.m-wrap[type="checkbox"] {
    width: auto;
}
select.m-wrap, input.m-wrap[type="file"] {
    height: 34px;
    line-height: 30px;
}
select.m-wrap {
    background-color: #fff;
    border: 1px solid #aaa;
    width: 220px;
}
select.m-wrap[multiple], select.m-wrap[size] {
    height: auto;
}
select.m-wrap:focus, input.m-wrap[type="file"]:focus, input.m-wrap[type="radio"]:focus, input.m-wrap[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.m-uneditable-input, .m-uneditable-textarea {
    background-color: #fafafa;
    border-color: #aaa;
    box-shadow: none;
    color: #999;
    cursor: default;
}
.m-uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}
.m-uneditable-textarea {
    height: auto;
    width: auto;
}
input.m-wrap:-moz-placeholder, textarea.m-wrap:-moz-placeholder {
    color: #999;
}
.m-radio, .m-checkbox {
    min-height: 18px;
    padding-left: 18px;
}
.m-radio input.m-wrap[type="radio"], .m-checkbox input.m-wrap[type="checkbox"] {
    float: left;
    margin-left: -18px;
}
.m-controls > .m-radio:first-child, .m-controls > .m-checkbox:first-child {
    padding-top: 5px;
}
.m-radio.inline, .m-checkbox.inline {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
    vertical-align: middle;
}
.m-radio.inline + .m-radio.inline, .m-checkbox.inline + .m-checkbox.inline {
    margin-left: 10px;
}
.m-ctrl-small {
    width: 120px !important;
}
.m-ctrl-medium {
    width: 206px !important;
}
.m-ctrl-large {
    width: 320px !important;
}
.m-ctrl-huge {
    font-size: 24px !important;
    line-height: 36px !important;
    padding: 22px 8px !important;
    width: 480px !important;
}
input.m-wrap[class*="span"], select.m-wrap[class*="span"], textarea.m-wrap[class*="span"], .m-uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}
.m-input-append input[class*="span"], .m-input-append .m-uneditable-input[class*="span"], .m-input-prepend input[class*="span"], .m-input-prepend .m-uneditable-input[class*="span"] {
    display: inline-block;
}
input.m-wrap, textarea.m-wrap, .m-uneditable-input {
    margin-left: 0;
}
.m-input-prepend .add-on > [class^="icon-"] {
    margin-left: 3px;
    margin-top: 5px;
}
.m-input-append .add-on > [class^="icon-"] {
    margin-left: 0;
    margin-top: 5px;
}
input.m-wrap[disabled], select.m-wrap[disabled], textarea.m-wrap[disabled] {
    background-color: #fafafa;
    cursor: not-allowed;
}
input.m-wrap[readonly], select.m-wrap[readonly], textarea.m-wrap[readonly] {
    background-color: #fafafa;
    cursor: default;
}
input.m-wrap[type="radio"][disabled], input.m-wrap[type="checkbox"][disabled], input.m-wrap[type="radio"][readonly], input.m-wrap[type="checkbox"][readonly] {
    background-color: transparent;
}
input.m-wrap:focus:required:invalid, textarea.m-wrap:focus:required:invalid, select.m-wrap:focus:required:invalid {
    border-color: #444;
    color: #b94a48;
}
input.m-wrap:focus:required:invalid:focus, textarea.m-wrap:focus:required:invalid:focus, select.m-wrap:focus:required:invalid:focus {
    border-color: #444;
}
.m-input-append, .m-input-prepend {
    font-size: 0;
    margin-bottom: 5px;
    white-space: nowrap;
}
.m-input-append input, .m-input-prepend input, .m-input-append select, .m-input-prepend select, .m-input-append .uneditable-input, .m-input-prepend .uneditable-input {
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}
.m-input-append input:focus, .m-input-prepend input:focus, .m-input-append select:focus, .m-input-prepend select:focus, .m-input-append .m-uneditable-input:focus, .m-input-prepend .m-uneditable-input:focus {
    z-index: 2;
}
.m-input-append .add-on, .m-input-prepend .add-on {
    background-color: #ddd;
    border: 1px solid #eee;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: auto;
}
.m-input-append .add-on, .m-input-prepend .add-on, .m-input-append .m-btn, .m-input-prepend .m-btn {
    border-radius: 0;
    vertical-align: top;
}
.m-input-append .active, .m-input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}
.m-input-prepend .add-on, .m-input-prepend .m-btn {
    margin-right: -1px;
    margin-top: 0;
}
.m-input-prepend .add-on:first-child, .m-input-prepend .m-btn:first-child {
    border-radius: 0;
}
.m-input-append input, .m-input-append select, .m-input-append .m-uneditable-input {
    border-radius: 0;
}
.m-input-append .add-on, .m-input-append .m-btn {
    margin-left: -1px;
    margin-top: 0;
}
.m-input-append .add-on:last-child, .m-input-append .m-btn:last-child {
    border-radius: 0;
}
.m-input-prepend.input-append input, .m-input-prepend.input-append select, .m-input-prepend.input-append .m-uneditable-input {
    border-radius: 0;
}
.m-input-prepend.m-input-append .add-on:first-child, .m-input-prepend.m-input-append .m-btn:first-child {
    border-radius: 0;
    margin-right: -1px;
}
.m-input-prepend.m-input-append .add-on:last-child, .m-input-prepend.m-input-append .m-btn:last-child {
    border-radius: 0;
    margin-left: -1px;
}
.m-btn [class^="icon-"] {
    background-image: url("img/glyphicons-halflings.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 0;
    vertical-align: top;
    width: 14px;
}
.m-btn[class^="icon-"]:last-child {
}
.m-btn .icon-white {
    background-image: url("img/glyphicons-halflings-white.png");
}
.disabled > [class^="icon-"], [disabled] > [class^="icon-"] {
    opacity: 0.5;
}
.disabled > [class^="m-icon-"], [disabled] > [class^="m-icon-"] {
    opacity: 0.4;
}
.icon-glass {
    background-position: 0 0;
}
.icon-music {
    background-position: -24px 0;
}
.icon-search {
    background-position: -48px 0;
}
.icon-envelope {
    background-position: -72px 0;
}
.icon-heart {
    background-position: -96px 0;
}
.icon-star {
    background-position: -120px 0;
}
.icon-star-empty {
    background-position: -144px 0;
}
.icon-user {
    background-position: -168px 0;
}
.icon-film {
    background-position: -192px 0;
}
.icon-th-large {
    background-position: -216px 0;
}
.icon-th {
    background-position: -240px 0;
}
.icon-th-list {
    background-position: -264px 0;
}
.icon-ok {
    background-position: -288px 0;
}
.icon-remove {
    background-position: -312px 0;
}
.icon-zoom-in {
    background-position: -336px 0;
}
.icon-zoom-out {
    background-position: -360px 0;
}
.icon-off {
    background-position: -384px 0;
}
.icon-signal {
    background-position: -408px 0;
}
.icon-cog {
    background-position: -432px 0;
}
.icon-trash {
    background-position: -456px 0;
}
.icon-home {
    background-position: 0 -24px;
}
.icon-file {
    background-position: -24px -24px;
}
.icon-time {
    background-position: -48px -24px;
}
.icon-road {
    background-position: -72px -24px;
}
.icon-download-alt {
    background-position: -96px -24px;
}
.icon-download {
    background-position: -120px -24px;
}
.icon-upload {
    background-position: -144px -24px;
}
.icon-inbox {
    background-position: -168px -24px;
}
.icon-play-circle {
    background-position: -192px -24px;
}
.icon-repeat {
    background-position: -216px -24px;
}
.icon-refresh {
    background-position: -240px -24px;
}
.icon-list-alt {
    background-position: -264px -24px;
}
.icon-lock {
    background-position: -287px -24px;
}
.icon-flag {
    background-position: -312px -24px;
}
.icon-headphones {
    background-position: -336px -24px;
}
.icon-volume-off {
    background-position: -360px -24px;
}
.icon-volume-down {
    background-position: -384px -24px;
}
.icon-volume-up {
    background-position: -408px -24px;
}
.icon-qrcode {
    background-position: -432px -24px;
}
.icon-barcode {
    background-position: -456px -24px;
}
.icon-tag {
    background-position: 0 -48px;
}
.icon-tags {
    background-position: -25px -48px;
}
.icon-book {
    background-position: -48px -48px;
}
.icon-bookmark {
    background-position: -72px -48px;
}
.icon-print {
    background-position: -96px -48px;
}
.icon-camera {
    background-position: -120px -48px;
}
.icon-font {
    background-position: -144px -48px;
}
.icon-bold {
    background-position: -167px -48px;
}
.icon-italic {
    background-position: -192px -48px;
}
.icon-text-height {
    background-position: -216px -48px;
}
.icon-text-width {
    background-position: -240px -48px;
}
.icon-align-left {
    background-position: -264px -48px;
}
.icon-align-center {
    background-position: -288px -48px;
}
.icon-align-right {
    background-position: -312px -48px;
}
.icon-align-justify {
    background-position: -336px -48px;
}
.icon-list {
    background-position: -360px -48px;
}
.icon-indent-left {
    background-position: -384px -48px;
}
.icon-indent-right {
    background-position: -408px -48px;
}
.icon-facetime-video {
    background-position: -432px -48px;
}
.icon-picture {
    background-position: -456px -48px;
}
.icon-pencil {
    background-position: 0 -72px;
}
.icon-map-marker {
    background-position: -24px -72px;
}
.icon-adjust {
    background-position: -48px -72px;
}
.icon-tint {
    background-position: -72px -72px;
}
.icon-edit {
    background-position: -96px -72px;
}
.icon-share {
    background-position: -120px -72px;
}
.icon-check {
    background-position: -144px -72px;
}
.icon-move {
    background-position: -168px -72px;
}
.icon-step-backward {
    background-position: -192px -72px;
}
.icon-fast-backward {
    background-position: -216px -72px;
}
.icon-backward {
    background-position: -240px -72px;
}
.icon-play {
    background-position: -264px -72px;
}
.icon-pause {
    background-position: -288px -72px;
}
.icon-stop {
    background-position: -312px -72px;
}
.icon-forward {
    background-position: -336px -72px;
}
.icon-fast-forward {
    background-position: -360px -72px;
}
.icon-step-forward {
    background-position: -384px -72px;
}
.icon-eject {
    background-position: -408px -72px;
}
.icon-chevron-left {
    background-position: -432px -72px;
}
.icon-chevron-right {
    background-position: -456px -72px;
}
.icon-plus-sign {
    background-position: 0 -96px;
}
.icon-minus-sign {
    background-position: -24px -96px;
}
.icon-remove-sign {
    background-position: -48px -96px;
}
.icon-ok-sign {
    background-position: -72px -96px;
}
.icon-question-sign {
    background-position: -96px -96px;
}
.icon-info-sign {
    background-position: -120px -96px;
}
.icon-screenshot {
    background-position: -144px -96px;
}
.icon-remove-circle {
    background-position: -168px -96px;
}
.icon-ok-circle {
    background-position: -192px -96px;
}
.icon-ban-circle {
    background-position: -216px -96px;
}
.icon-arrow-left {
    background-position: -240px -96px;
}
.icon-arrow-right {
    background-position: -264px -96px;
}
.icon-arrow-up {
    background-position: -289px -96px;
}
.icon-arrow-down {
    background-position: -312px -96px;
}
.icon-share-alt {
    background-position: -336px -96px;
}
.icon-resize-full {
    background-position: -360px -96px;
}
.icon-resize-small {
    background-position: -384px -96px;
}
.icon-plus {
    background-position: -408px -96px;
}
.icon-minus {
    background-position: -433px -96px;
}
.icon-asterisk {
    background-position: -456px -96px;
}
.icon-exclamation-sign {
    background-position: 0 -120px;
}
.icon-gift {
    background-position: -24px -120px;
}
.icon-leaf {
    background-position: -48px -120px;
}
.icon-fire {
    background-position: -72px -120px;
}
.icon-eye-open {
    background-position: -96px -120px;
}
.icon-eye-close {
    background-position: -120px -120px;
}
.icon-warning-sign {
    background-position: -144px -120px;
}
.icon-plane {
    background-position: -168px -120px;
}
.icon-calendar {
    background-position: -192px -120px;
}
.icon-random {
    background-position: -216px -120px;
    width: 16px;
}
.icon-comment {
    background-position: -240px -120px;
}
.icon-magnet {
    background-position: -264px -120px;
}
.icon-chevron-up {
    background-position: -288px -120px;
}
.icon-chevron-down {
    background-position: -313px -119px;
}
.icon-retweet {
    background-position: -336px -120px;
}
.icon-shopping-cart {
    background-position: -360px -120px;
}
.icon-folder-close {
    background-position: -384px -120px;
}
.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}
.icon-resize-vertical {
    background-position: -432px -119px;
}
.icon-resize-horizontal {
    background-position: -456px -118px;
}
.icon-hdd {
    background-position: 0 -144px;
}
.icon-bullhorn {
    background-position: -24px -144px;
}
.icon-bell {
    background-position: -48px -144px;
}
.icon-certificate {
    background-position: -72px -144px;
}
.icon-thumbs-up {
    background-position: -96px -144px;
}
.icon-thumbs-down {
    background-position: -120px -144px;
}
.icon-hand-right {
    background-position: -144px -144px;
}
.icon-hand-left {
    background-position: -168px -144px;
}
.icon-hand-up {
    background-position: -192px -144px;
}
.icon-hand-down {
    background-position: -216px -144px;
}
.icon-circle-arrow-right {
    background-position: -240px -144px;
}
.icon-circle-arrow-left {
    background-position: -264px -144px;
}
.icon-circle-arrow-up {
    background-position: -288px -144px;
}
.icon-circle-arrow-down {
    background-position: -312px -144px;
}
.icon-globe {
    background-position: -336px -144px;
}
.icon-wrench {
    background-position: -360px -144px;
}
.icon-tasks {
    background-position: -384px -144px;
}
.icon-filter {
    background-position: -408px -144px;
}
.icon-briefcase {
    background-position: -432px -144px;
}
.icon-fullscreen {
    background-position: -456px -144px;
}
[class^="m-icon-"] {
    background-image: url("img/syncfusion-icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 0;
    vertical-align: top;
    width: 14px;
}
[class^="m-icon-big-"] {
    background-image: url("img/syncfusion-icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    margin: 6px;
    vertical-align: top;
    width: 30px;
}
.m-icon-white {
    background-image: url("img/syncfusion-icons-white.png");
}
[class^="big-"]:last-child {
}
.m-icon-swapright {
    background-position: -27px -10px;
}
.m-icon-swapdown {
    background-position: -68px -10px;
}
.m-icon-swapleft {
    background-position: -8px -10px;
}
.m-icon-swapup {
    background-position: -47px -10px;
}
.m-icon-big-swapright {
    background-position: -42px -28px;
}
.m-icon-big-swapdown {
    background-position: -115px -28px;
}
.m-icon-big-swapleft {
    background-position: -6px -28px;
}
.m-icon-big-swapup {
    background-position: -78px -28px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}
