/*

Calendar 1.0.0
Copyright(c) 2016-2016 Bryntum AB
http://bryntum.com/contact
http://bryntum.com/license

*/
@font-face {
    font-family: 'FontAwesome';
    src: url('font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000" !important;
}

.fa-music:before {
    content: "\f001" !important;
}

.fa-search:before {
    content: "\f002" !important;
}

.fa-envelope-o:before {
    content: "\f003" !important;
}

.fa-heart:before {
    content: "\f004" !important;
}

.fa-star:before {
    content: "\f005" !important;
}

.fa-star-o:before {
    content: "\f006" !important;
}

.fa-user:before {
    content: "\f007" !important;
}

.fa-film:before {
    content: "\f008" !important;
}

.fa-th-large:before {
    content: "\f009" !important;
}

.fa-th:before {
    content: "\f00a" !important;
}

.fa-th-list:before {
    content: "\f00b" !important;
}

.fa-check:before {
    content: "\f00c" !important;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d" !important;
}

.fa-search-plus:before {
    content: "\f00e" !important;
}

.fa-search-minus:before {
    content: "\f010" !important;
}

.fa-power-off:before {
    content: "\f011" !important;
}

.fa-signal:before {
    content: "\f012" !important;
}

.fa-gear:before, .fa-cog:before {
    content: "\f013" !important;
}

.fa-trash-o:before {
    content: "\f014" !important;
}

.fa-home:before {
    content: "\f015" !important;
}

.fa-file-o:before {
    content: "\f016" !important;
}

.fa-clock-o:before {
    content: "\f017" !important;
}

.fa-road:before {
    content: "\f018" !important;
}

.fa-download:before {
    content: "\f019" !important;
}

.fa-arrow-circle-o-down:before {
    content: "\f01a" !important;
}

.fa-arrow-circle-o-up:before {
    content: "\f01b" !important;
}

.fa-inbox:before {
    content: "\f01c" !important;
}

.fa-play-circle-o:before {
    content: "\f01d" !important;
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e" !important;
}

.fa-refresh:before {
    content: "\f021" !important;
}

.fa-list-alt:before {
    content: "\f022" !important;
}

.fa-lock:before {
    content: "\f023" !important;
}

.fa-flag:before {
    content: "\f024" !important;
}

.fa-headphones:before {
    content: "\f025" !important;
}

.fa-volume-off:before {
    content: "\f026" !important;
}

.fa-volume-down:before {
    content: "\f027" !important;
}

.fa-volume-up:before {
    content: "\f028" !important;
}

.fa-qrcode:before {
    content: "\f029" !important;
}

.fa-barcode:before {
    content: "\f02a" !important;
}

.fa-tag:before {
    content: "\f02b" !important;
}

.fa-tags:before {
    content: "\f02c" !important;
}

.fa-book:before {
    content: "\f02d" !important;
}

.fa-bookmark:before {
    content: "\f02e" !important;
}

.fa-print:before {
    content: "\f02f" !important;
}

.fa-camera:before {
    content: "\f030" !important;
}

.fa-font:before {
    content: "\f031" !important;
}

.fa-bold:before {
    content: "\f032" !important;
}

.fa-italic:before {
    content: "\f033" !important;
}

.fa-text-height:before {
    content: "\f034" !important;
}

.fa-text-width:before {
    content: "\f035" !important;
}

.fa-align-left:before {
    content: "\f036" !important;
}

.fa-align-center:before {
    content: "\f037" !important;
}

.fa-align-right:before {
    content: "\f038" !important;
}

.fa-align-justify:before {
    content: "\f039" !important;
}

.fa-list:before {
    content: "\f03a" !important;
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b" !important;
}

.fa-indent:before {
    content: "\f03c" !important;
}

.fa-video-camera:before {
    content: "\f03d" !important;
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e" !important;
}

.fa-pencil:before {
    content: "\f040" !important;
}

.fa-map-marker:before {
    content: "\f041" !important;
}

.fa-adjust:before {
    content: "\f042" !important;
}

.fa-tint:before {
    content: "\f043" !important;
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044" !important;
}

.fa-share-square-o:before {
    content: "\f045" !important;
}

.fa-check-square-o:before {
    content: "\f046" !important;
}

.fa-arrows:before {
    content: "\f047" !important;
}

.fa-step-backward:before {
    content: "\f048" !important;
}

.fa-fast-backward:before {
    content: "\f049" !important;
}

.fa-backward:before {
    content: "\f04a" !important;
}

.fa-play:before {
    content: "\f04b" !important;
}

.fa-pause:before {
    content: "\f04c" !important;
}

.fa-stop:before {
    content: "\f04d" !important;
}

.fa-forward:before {
    content: "\f04e" !important;
}

.fa-fast-forward:before {
    content: "\f050" !important;
}

.fa-step-forward:before {
    content: "\f051" !important;
}

.fa-eject:before {
    content: "\f052" !important;
}

.fa-chevron-left:before {
    content: "\f053" !important;
}

.fa-chevron-right:before {
    content: "\f054" !important;
}

.fa-plus-circle:before {
    content: "\f055" !important;
}

.fa-minus-circle:before {
    content: "\f056" !important;
}

.fa-times-circle:before {
    content: "\f057" !important;
}

.fa-check-circle:before {
    content: "\f058" !important;
}

.fa-question-circle:before {
    content: "\f059" !important;
}

.fa-info-circle:before {
    content: "\f05a" !important;
}

.fa-crosshairs:before {
    content: "\f05b" !important;
}

.fa-times-circle-o:before {
    content: "\f05c" !important;
}

.fa-check-circle-o:before {
    content: "\f05d" !important;
}

.fa-ban:before {
    content: "\f05e" !important;
}

.fa-arrow-left:before {
    content: "\f060" !important;
}

.fa-arrow-right:before {
    content: "\f061" !important;
}

.fa-arrow-up:before {
    content: "\f062" !important;
}

.fa-arrow-down:before {
    content: "\f063" !important;
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064" !important;
}

.fa-expand:before {
    content: "\f065" !important;
}

.fa-compress:before {
    content: "\f066" !important;
}

.fa-plus:before {
    content: "\f067" !important;
}

.fa-minus:before {
    content: "\f068" !important;
}

.fa-asterisk:before {
    content: "\f069" !important;
}

.fa-exclamation-circle:before {
    content: "\f06a" !important;
}

.fa-gift:before {
    content: "\f06b" !important;
}

.fa-leaf:before {
    content: "\f06c" !important;
}

.fa-fire:before {
    content: "\f06d" !important;
}

.fa-eye:before {
    content: "\f06e" !important;
}

.fa-eye-slash:before {
    content: "\f070" !important;
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071" !important;
}

.fa-plane:before {
    content: "\f072" !important;
}

.fa-calendar:before {
    content: "\f073" !important;
}

.fa-random:before {
    content: "\f074" !important;
}

.fa-comment:before {
    content: "\f075" !important;
}

.fa-magnet:before {
    content: "\f076" !important;
}

.fa-chevron-up:before {
    content: "\f077" !important;
}

.fa-chevron-down:before {
    content: "\f078" !important;
}

.fa-retweet:before {
    content: "\f079" !important;
}

.fa-shopping-cart:before {
    content: "\f07a" !important;
}

.fa-folder:before {
    content: "\f07b" !important;
}

.fa-folder-open:before {
    content: "\f07c" !important;
}

.fa-arrows-v:before {
    content: "\f07d" !important;
}

.fa-arrows-h:before {
    content: "\f07e" !important;
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080" !important;
}

.fa-twitter-square:before {
    content: "\f081" !important;
}

.fa-facebook-square:before {
    content: "\f082" !important;
}

.fa-camera-retro:before {
    content: "\f083" !important;
}

.fa-key:before {
    content: "\f084" !important;
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085" !important;
}

.fa-comments:before {
    content: "\f086" !important;
}

.fa-thumbs-o-up:before {
    content: "\f087" !important;
}

.fa-thumbs-o-down:before {
    content: "\f088" !important;
}

.fa-star-half:before {
    content: "\f089" !important;
}

.fa-heart-o:before {
    content: "\f08a" !important;
}

.fa-sign-out:before {
    content: "\f08b" !important;
}

.fa-linkedin-square:before {
    content: "\f08c" !important;
}

.fa-thumb-tack:before {
    content: "\f08d" !important;
}

.fa-external-link:before {
    content: "\f08e" !important;
}

.fa-sign-in:before {
    content: "\f090" !important;
}

.fa-trophy:before {
    content: "\f091" !important;
}

.fa-github-square:before {
    content: "\f092" !important;
}

.fa-upload:before {
    content: "\f093" !important;
}

.fa-lemon-o:before {
    content: "\f094" !important;
}

.fa-phone:before {
    content: "\f095" !important;
}

.fa-square-o:before {
    content: "\f096" !important;
}

.fa-bookmark-o:before {
    content: "\f097" !important;
}

.fa-phone-square:before {
    content: "\f098" !important;
}

.fa-twitter:before {
    content: "\f099" !important;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a" !important;
}

.fa-github:before {
    content: "\f09b" !important;
}

.fa-unlock:before {
    content: "\f09c" !important;
}

.fa-credit-card:before {
    content: "\f09d" !important;
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e" !important;
}

.fa-hdd-o:before {
    content: "\f0a0" !important;
}

.fa-bullhorn:before {
    content: "\f0a1" !important;
}

.fa-bell:before {
    content: "\f0f3" !important;
}

.fa-certificate:before {
    content: "\f0a3" !important;
}

.fa-hand-o-right:before {
    content: "\f0a4" !important;
}

.fa-hand-o-left:before {
    content: "\f0a5" !important;
}

.fa-hand-o-up:before {
    content: "\f0a6" !important;
}

.fa-hand-o-down:before {
    content: "\f0a7" !important;
}

.fa-arrow-circle-left:before {
    content: "\f0a8" !important;
}

.fa-arrow-circle-right:before {
    content: "\f0a9" !important;
}

.fa-arrow-circle-up:before {
    content: "\f0aa" !important;
}

.fa-arrow-circle-down:before {
    content: "\f0ab" !important;
}

.fa-globe:before {
    content: "\f0ac" !important;
}

.fa-wrench:before {
    content: "\f0ad" !important;
}

.fa-tasks:before {
    content: "\f0ae" !important;
}

.fa-filter:before {
    content: "\f0b0" !important;
}

.fa-briefcase:before {
    content: "\f0b1" !important;
}

.fa-arrows-alt:before {
    content: "\f0b2" !important;
}

.fa-group:before, .fa-users:before {
    content: "\f0c0" !important;
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1" !important;
}

.fa-cloud:before {
    content: "\f0c2" !important;
}

.fa-flask:before {
    content: "\f0c3" !important;
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4" !important;
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5" !important;
}

.fa-paperclip:before {
    content: "\f0c6" !important;
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7" !important;
}

.fa-square:before {
    content: "\f0c8" !important;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9" !important;
}

.fa-list-ul:before {
    content: "\f0ca" !important;
}

.fa-list-ol:before {
    content: "\f0cb" !important;
}

.fa-strikethrough:before {
    content: "\f0cc" !important;
}

.fa-underline:before {
    content: "\f0cd" !important;
}

.fa-table:before {
    content: "\f0ce" !important;
}

.fa-magic:before {
    content: "\f0d0" !important;
}

.fa-truck:before {
    content: "\f0d1" !important;
}

.fa-pinterest:before {
    content: "\f0d2" !important;
}

.fa-pinterest-square:before {
    content: "\f0d3" !important;
}

.fa-google-plus-square:before {
    content: "\f0d4" !important;
}

.fa-google-plus:before {
    content: "\f0d5" !important;
}

.fa-money:before {
    content: "\f0d6" !important;
}

.fa-caret-down:before {
    content: "\f0d7" !important;
}

.fa-caret-up:before {
    content: "\f0d8" !important;
}

.fa-caret-left:before {
    content: "\f0d9" !important;
}

.fa-caret-right:before {
    content: "\f0da" !important;
}

.fa-columns:before {
    content: "\f0db" !important;
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc" !important;
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd" !important;
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de" !important;
}

.fa-envelope:before {
    content: "\f0e0" !important;
}

.fa-linkedin:before {
    content: "\f0e1" !important;
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2" !important;
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3" !important;
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4" !important;
}

.fa-comment-o:before {
    content: "\f0e5" !important;
}

.fa-comments-o:before {
    content: "\f0e6" !important;
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7" !important;
}

.fa-sitemap:before {
    content: "\f0e8" !important;
}

.fa-umbrella:before {
    content: "\f0e9" !important;
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea" !important;
}

.fa-lightbulb-o:before {
    content: "\f0eb" !important;
}

.fa-exchange:before {
    content: "\f0ec" !important;
}

.fa-cloud-download:before {
    content: "\f0ed" !important;
}

.fa-cloud-upload:before {
    content: "\f0ee" !important;
}

.fa-user-md:before {
    content: "\f0f0" !important;
}

.fa-stethoscope:before {
    content: "\f0f1" !important;
}

.fa-suitcase:before {
    content: "\f0f2" !important;
}

.fa-bell-o:before {
    content: "\f0a2" !important;
}

.fa-coffee:before {
    content: "\f0f4" !important;
}

.fa-cutlery:before {
    content: "\f0f5" !important;
}

.fa-file-text-o:before {
    content: "\f0f6" !important;
}

.fa-building-o:before {
    content: "\f0f7" !important;
}

.fa-hospital-o:before {
    content: "\f0f8" !important;
}

.fa-ambulance:before {
    content: "\f0f9" !important;
}

.fa-medkit:before {
    content: "\f0fa" !important;
}

.fa-fighter-jet:before {
    content: "\f0fb" !important;
}

.fa-beer:before {
    content: "\f0fc" !important;
}

.fa-h-square:before {
    content: "\f0fd" !important;
}

.fa-plus-square:before {
    content: "\f0fe" !important;
}

.fa-angle-double-left:before {
    content: "\f100" !important;
}

.fa-angle-double-right:before {
    content: "\f101" !important;
}

.fa-angle-double-up:before {
    content: "\f102" !important;
}

.fa-angle-double-down:before {
    content: "\f103" !important;
}

.fa-angle-left:before {
    content: "\f104" !important;
}

.fa-angle-right:before {
    content: "\f105" !important;
}

.fa-angle-up:before {
    content: "\f106" !important;
}

.fa-angle-down:before {
    content: "\f107" !important;
}

.fa-desktop:before {
    content: "\f108" !important;
}

.fa-laptop:before {
    content: "\f109" !important;
}

.fa-tablet:before {
    content: "\f10a" !important;
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b" !important;
}

.fa-circle-o:before {
    content: "\f10c" !important;
}

.fa-quote-left:before {
    content: "\f10d" !important;
}

.fa-quote-right:before {
    content: "\f10e" !important;
}

.fa-spinner:before {
    content: "\f110" !important;
}

.fa-circle:before {
    content: "\f111" !important;
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112" !important;
}

.fa-github-alt:before {
    content: "\f113" !important;
}

.fa-folder-o:before {
    content: "\f114" !important;
}

.fa-folder-open-o:before {
    content: "\f115" !important;
}

.fa-smile-o:before {
    content: "\f118" !important;
}

.fa-frown-o:before {
    content: "\f119" !important;
}

.fa-meh-o:before {
    content: "\f11a" !important;
}

.fa-gamepad:before {
    content: "\f11b" !important;
}

.fa-keyboard-o:before {
    content: "\f11c" !important;
}

.fa-flag-o:before {
    content: "\f11d" !important;
}

.fa-flag-checkered:before {
    content: "\f11e" !important;
}

.fa-terminal:before {
    content: "\f120" !important;
}

.fa-code:before {
    content: "\f121" !important;
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122" !important;
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123" !important;
}

.fa-location-arrow:before {
    content: "\f124" !important;
}

.fa-crop:before {
    content: "\f125" !important;
}

.fa-code-fork:before {
    content: "\f126" !important;
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127" !important;
}

.fa-question:before {
    content: "\f128" !important;
}

.fa-info:before {
    content: "\f129" !important;
}

.fa-exclamation:before {
    content: "\f12a" !important;
}

.fa-superscript:before {
    content: "\f12b" !important;
}

.fa-subscript:before {
    content: "\f12c" !important;
}

.fa-eraser:before {
    content: "\f12d" !important;
}

.fa-puzzle-piece:before {
    content: "\f12e" !important;
}

.fa-microphone:before {
    content: "\f130" !important;
}

.fa-microphone-slash:before {
    content: "\f131" !important;
}

.fa-shield:before {
    content: "\f132" !important;
}

.fa-calendar-o:before {
    content: "\f133" !important;
}

.fa-fire-extinguisher:before {
    content: "\f134" !important;
}

.fa-rocket:before {
    content: "\f135" !important;
}

.fa-maxcdn:before {
    content: "\f136" !important;
}

.fa-chevron-circle-left:before {
    content: "\f137" !important;
}

.fa-chevron-circle-right:before {
    content: "\f138" !important;
}

.fa-chevron-circle-up:before {
    content: "\f139" !important;
}

.fa-chevron-circle-down:before {
    content: "\f13a" !important;
}

.fa-html5:before {
    content: "\f13b" !important;
}

.fa-css3:before {
    content: "\f13c" !important;
}

.fa-anchor:before {
    content: "\f13d" !important;
}

.fa-unlock-alt:before {
    content: "\f13e" !important;
}

.fa-bullseye:before {
    content: "\f140" !important;
}

.fa-ellipsis-h:before {
    content: "\f141" !important;
}

.fa-ellipsis-v:before {
    content: "\f142" !important;
}

.fa-rss-square:before {
    content: "\f143" !important;
}

.fa-play-circle:before {
    content: "\f144" !important;
}

.fa-ticket:before {
    content: "\f145" !important;
}

.fa-minus-square:before {
    content: "\f146" !important;
}

.fa-minus-square-o:before {
    content: "\f147" !important;
}

.fa-level-up:before {
    content: "\f148" !important;
}

.fa-level-down:before {
    content: "\f149" !important;
}

.fa-check-square:before {
    content: "\f14a" !important;
}

.fa-pencil-square:before {
    content: "\f14b" !important;
}

.fa-external-link-square:before {
    content: "\f14c" !important;
}

.fa-share-square:before {
    content: "\f14d" !important;
}

.fa-compass:before {
    content: "\f14e" !important;
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150" !important;
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151" !important;
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152" !important;
}

.fa-euro:before, .fa-eur:before {
    content: "\f153" !important;
}

.fa-gbp:before {
    content: "\f154" !important;
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155" !important;
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156" !important;
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157" !important;
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158" !important;
}

.fa-won:before, .fa-krw:before {
    content: "\f159" !important;
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a" !important;
}

.fa-file:before {
    content: "\f15b" !important;
}

.fa-file-text:before {
    content: "\f15c" !important;
}

.fa-sort-alpha-asc:before {
    content: "\f15d" !important;
}

.fa-sort-alpha-desc:before {
    content: "\f15e" !important;
}

.fa-sort-amount-asc:before {
    content: "\f160" !important;
}

.fa-sort-amount-desc:before {
    content: "\f161" !important;
}

.fa-sort-numeric-asc:before {
    content: "\f162" !important;
}

.fa-sort-numeric-desc:before {
    content: "\f163" !important;
}

.fa-thumbs-up:before {
    content: "\f164" !important;
}

.fa-thumbs-down:before {
    content: "\f165" !important;
}

.fa-youtube-square:before {
    content: "\f166" !important;
}

.fa-youtube:before {
    content: "\f167" !important;
}

.fa-xing:before {
    content: "\f168" !important;
}

.fa-xing-square:before {
    content: "\f169" !important;
}

.fa-youtube-play:before {
    content: "\f16a" !important;
}

.fa-dropbox:before {
    content: "\f16b" !important;
}

.fa-stack-overflow:before {
    content: "\f16c" !important;
}

.fa-instagram:before {
    content: "\f16d" !important;
}

.fa-flickr:before {
    content: "\f16e" !important;
}

.fa-adn:before {
    content: "\f170" !important;
}

.fa-bitbucket:before {
    content: "\f171" !important;
}

.fa-bitbucket-square:before {
    content: "\f172" !important;
}

.fa-tumblr:before {
    content: "\f173" !important;
}

.fa-tumblr-square:before {
    content: "\f174" !important;
}

.fa-long-arrow-down:before {
    content: "\f175" !important;
}

.fa-long-arrow-up:before {
    content: "\f176" !important;
}

.fa-long-arrow-left:before {
    content: "\f177" !important;
}

.fa-long-arrow-right:before {
    content: "\f178" !important;
}

.fa-apple:before {
    content: "\f179" !important;
}

.fa-windows:before {
    content: "\f17a" !important;
}

.fa-android:before {
    content: "\f17b" !important;
}

.fa-linux:before {
    content: "\f17c" !important;
}

.fa-dribbble:before {
    content: "\f17d" !important;
}

.fa-skype:before {
    content: "\f17e" !important;
}

.fa-foursquare:before {
    content: "\f180" !important;
}

.fa-trello:before {
    content: "\f181" !important;
}

.fa-female:before {
    content: "\f182" !important;
}

.fa-male:before {
    content: "\f183" !important;
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184" !important;
}

.fa-sun-o:before {
    content: "\f185" !important;
}

.fa-moon-o:before {
    content: "\f186" !important;
}

.fa-archive:before {
    content: "\f187" !important;
}

.fa-bug:before {
    content: "\f188" !important;
}

.fa-vk:before {
    content: "\f189" !important;
}

.fa-weibo:before {
    content: "\f18a" !important;
}

.fa-renren:before {
    content: "\f18b" !important;
}

.fa-pagelines:before {
    content: "\f18c" !important;
}

.fa-stack-exchange:before {
    content: "\f18d" !important;
}

.fa-arrow-circle-o-right:before {
    content: "\f18e" !important;
}

.fa-arrow-circle-o-left:before {
    content: "\f190" !important;
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191" !important;
}

.fa-dot-circle-o:before {
    content: "\f192" !important;
}

.fa-wheelchair:before {
    content: "\f193" !important;
}

.fa-vimeo-square:before {
    content: "\f194" !important;
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195" !important;
}

.fa-plus-square-o:before {
    content: "\f196" !important;
}

.fa-space-shuttle:before {
    content: "\f197" !important;
}

.fa-slack:before {
    content: "\f198" !important;
}

.fa-envelope-square:before {
    content: "\f199" !important;
}

.fa-wordpress:before {
    content: "\f19a" !important;
}

.fa-openid:before {
    content: "\f19b" !important;
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c" !important;
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d" !important;
}

.fa-yahoo:before {
    content: "\f19e" !important;
}

.fa-google:before {
    content: "\f1a0" !important;
}

.fa-reddit:before {
    content: "\f1a1" !important;
}

.fa-reddit-square:before {
    content: "\f1a2" !important;
}

.fa-stumbleupon-circle:before {
    content: "\f1a3" !important;
}

.fa-stumbleupon:before {
    content: "\f1a4" !important;
}

.fa-delicious:before {
    content: "\f1a5" !important;
}

.fa-digg:before {
    content: "\f1a6" !important;
}

.fa-pied-piper:before {
    content: "\f1a7" !important;
}

.fa-pied-piper-alt:before {
    content: "\f1a8" !important;
}

.fa-drupal:before {
    content: "\f1a9" !important;
}

.fa-joomla:before {
    content: "\f1aa" !important;
}

.fa-language:before {
    content: "\f1ab" !important;
}

.fa-fax:before {
    content: "\f1ac" !important;
}

.fa-building:before {
    content: "\f1ad" !important;
}

.fa-child:before {
    content: "\f1ae" !important;
}

.fa-paw:before {
    content: "\f1b0" !important;
}

.fa-spoon:before {
    content: "\f1b1" !important;
}

.fa-cube:before {
    content: "\f1b2" !important;
}

.fa-cubes:before {
    content: "\f1b3" !important;
}

.fa-behance:before {
    content: "\f1b4" !important;
}

.fa-behance-square:before {
    content: "\f1b5" !important;
}

.fa-steam:before {
    content: "\f1b6" !important;
}

.fa-steam-square:before {
    content: "\f1b7" !important;
}

.fa-recycle:before {
    content: "\f1b8" !important;
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9" !important;
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba" !important;
}

.fa-tree:before {
    content: "\f1bb" !important;
}

.fa-spotify:before {
    content: "\f1bc" !important;
}

.fa-deviantart:before {
    content: "\f1bd" !important;
}

.fa-soundcloud:before {
    content: "\f1be" !important;
}

.fa-database:before {
    content: "\f1c0" !important;
}

.fa-file-pdf-o:before {
    content: "\f1c1" !important;
}

.fa-file-word-o:before {
    content: "\f1c2" !important;
}

.fa-file-excel-o:before {
    content: "\f1c3" !important;
}

.fa-file-powerpoint-o:before {
    content: "\f1c4" !important;
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5" !important;
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6" !important;
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7" !important;
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8" !important;
}

.fa-file-code-o:before {
    content: "\f1c9" !important;
}

.fa-vine:before {
    content: "\f1ca" !important;
}

.fa-codepen:before {
    content: "\f1cb" !important;
}

.fa-jsfiddle:before {
    content: "\f1cc" !important;
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd" !important;
}

.fa-circle-o-notch:before {
    content: "\f1ce" !important;
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0" !important;
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1" !important;
}

.fa-git-square:before {
    content: "\f1d2" !important;
}

.fa-git:before {
    content: "\f1d3" !important;
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4" !important;
}

.fa-tencent-weibo:before {
    content: "\f1d5" !important;
}

.fa-qq:before {
    content: "\f1d6" !important;
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7" !important;
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8" !important;
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9" !important;
}

.fa-history:before {
    content: "\f1da" !important;
}

.fa-circle-thin:before {
    content: "\f1db" !important;
}

.fa-header:before {
    content: "\f1dc" !important;
}

.fa-paragraph:before {
    content: "\f1dd" !important;
}

.fa-sliders:before {
    content: "\f1de" !important;
}

.fa-share-alt:before {
    content: "\f1e0" !important;
}

.fa-share-alt-square:before {
    content: "\f1e1" !important;
}

.fa-bomb:before {
    content: "\f1e2" !important;
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3" !important;
}

.fa-tty:before {
    content: "\f1e4" !important;
}

.fa-binoculars:before {
    content: "\f1e5" !important;
}

.fa-plug:before {
    content: "\f1e6" !important;
}

.fa-slideshare:before {
    content: "\f1e7" !important;
}

.fa-twitch:before {
    content: "\f1e8" !important;
}

.fa-yelp:before {
    content: "\f1e9" !important;
}

.fa-newspaper-o:before {
    content: "\f1ea" !important;
}

.fa-wifi:before {
    content: "\f1eb" !important;
}

.fa-calculator:before {
    content: "\f1ec" !important;
}

.fa-paypal:before {
    content: "\f1ed" !important;
}

.fa-google-wallet:before {
    content: "\f1ee" !important;
}

.fa-cc-visa:before {
    content: "\f1f0" !important;
}

.fa-cc-mastercard:before {
    content: "\f1f1" !important;
}

.fa-cc-discover:before {
    content: "\f1f2" !important;
}

.fa-cc-amex:before {
    content: "\f1f3" !important;
}

.fa-cc-paypal:before {
    content: "\f1f4" !important;
}

.fa-cc-stripe:before {
    content: "\f1f5" !important;
}

.fa-bell-slash:before {
    content: "\f1f6" !important;
}

.fa-bell-slash-o:before {
    content: "\f1f7" !important;
}

.fa-trash:before {
    content: "\f1f8" !important;
}

.fa-copyright:before {
    content: "\f1f9" !important;
}

.fa-at:before {
    content: "\f1fa" !important;
}

.fa-eyedropper:before {
    content: "\f1fb" !important;
}

.fa-paint-brush:before {
    content: "\f1fc" !important;
}

.fa-birthday-cake:before {
    content: "\f1fd" !important;
}

.fa-area-chart:before {
    content: "\f1fe" !important;
}

.fa-pie-chart:before {
    content: "\f200" !important;
}

.fa-line-chart:before {
    content: "\f201" !important;
}

.fa-lastfm:before {
    content: "\f202" !important;
}

.fa-lastfm-square:before {
    content: "\f203" !important;
}

.fa-toggle-off:before {
    content: "\f204" !important;
}

.fa-toggle-on:before {
    content: "\f205" !important;
}

.fa-bicycle:before {
    content: "\f206" !important;
}

.fa-bus:before {
    content: "\f207" !important;
}

.fa-ioxhost:before {
    content: "\f208" !important;
}

.fa-angellist:before {
    content: "\f209" !important;
}

.fa-cc:before {
    content: "\f20a" !important;
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b" !important;
}

.fa-meanpath:before {
    content: "\f20c" !important;
}

.fa-buysellads:before {
    content: "\f20d" !important;
}

.fa-connectdevelop:before {
    content: "\f20e" !important;
}

.fa-dashcube:before {
    content: "\f210" !important;
}

.fa-forumbee:before {
    content: "\f211" !important;
}

.fa-leanpub:before {
    content: "\f212" !important;
}

.fa-sellsy:before {
    content: "\f213" !important;
}

.fa-shirtsinbulk:before {
    content: "\f214" !important;
}

.fa-simplybuilt:before {
    content: "\f215" !important;
}

.fa-skyatlas:before {
    content: "\f216" !important;
}

.fa-cart-plus:before {
    content: "\f217" !important;
}

.fa-cart-arrow-down:before {
    content: "\f218" !important;
}

.fa-diamond:before {
    content: "\f219" !important;
}

.fa-ship:before {
    content: "\f21a" !important;
}

.fa-user-secret:before {
    content: "\f21b" !important;
}

.fa-motorcycle:before {
    content: "\f21c" !important;
}

.fa-street-view:before {
    content: "\f21d" !important;
}

.fa-heartbeat:before {
    content: "\f21e" !important;
}

.fa-venus:before {
    content: "\f221" !important;
}

.fa-mars:before {
    content: "\f222" !important;
}

.fa-mercury:before {
    content: "\f223" !important;
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224" !important;
}

.fa-transgender-alt:before {
    content: "\f225" !important;
}

.fa-venus-double:before {
    content: "\f226" !important;
}

.fa-mars-double:before {
    content: "\f227" !important;
}

.fa-venus-mars:before {
    content: "\f228" !important;
}

.fa-mars-stroke:before {
    content: "\f229" !important;
}

.fa-mars-stroke-v:before {
    content: "\f22a" !important;
}

.fa-mars-stroke-h:before {
    content: "\f22b" !important;
}

.fa-neuter:before {
    content: "\f22c" !important;
}

.fa-genderless:before {
    content: "\f22d" !important;
}

.fa-facebook-official:before {
    content: "\f230" !important;
}

.fa-pinterest-p:before {
    content: "\f231" !important;
}

.fa-whatsapp:before {
    content: "\f232" !important;
}

.fa-server:before {
    content: "\f233" !important;
}

.fa-user-plus:before {
    content: "\f234" !important;
}

.fa-user-times:before {
    content: "\f235" !important;
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236" !important;
}

.fa-viacoin:before {
    content: "\f237" !important;
}

.fa-train:before {
    content: "\f238" !important;
}

.fa-subway:before {
    content: "\f239" !important;
}

.fa-medium:before {
    content: "\f23a" !important;
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b" !important;
}

.fa-optin-monster:before {
    content: "\f23c" !important;
}

.fa-opencart:before {
    content: "\f23d" !important;
}

.fa-expeditedssl:before {
    content: "\f23e" !important;
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240" !important;
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241" !important;
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242" !important;
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243" !important;
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244" !important;
}

.fa-mouse-pointer:before {
    content: "\f245" !important;
}

.fa-i-cursor:before {
    content: "\f246" !important;
}

.fa-object-group:before {
    content: "\f247" !important;
}

.fa-object-ungroup:before {
    content: "\f248" !important;
}

.fa-sticky-note:before {
    content: "\f249" !important;
}

.fa-sticky-note-o:before {
    content: "\f24a" !important;
}

.fa-cc-jcb:before {
    content: "\f24b" !important;
}

.fa-cc-diners-club:before {
    content: "\f24c" !important;
}

.fa-clone:before {
    content: "\f24d" !important;
}

.fa-balance-scale:before {
    content: "\f24e" !important;
}

.fa-hourglass-o:before {
    content: "\f250" !important;
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251" !important;
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252" !important;
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253" !important;
}

.fa-hourglass:before {
    content: "\f254" !important;
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255" !important;
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256" !important;
}

.fa-hand-scissors-o:before {
    content: "\f257" !important;
}

.fa-hand-lizard-o:before {
    content: "\f258" !important;
}

.fa-hand-spock-o:before {
    content: "\f259" !important;
}

.fa-hand-pointer-o:before {
    content: "\f25a" !important;
}

.fa-hand-peace-o:before {
    content: "\f25b" !important;
}

.fa-trademark:before {
    content: "\f25c" !important;
}

.fa-registered:before {
    content: "\f25d" !important;
}

.fa-creative-commons:before {
    content: "\f25e" !important;
}

.fa-gg:before {
    content: "\f260" !important;
}

.fa-gg-circle:before {
    content: "\f261" !important;
}

.fa-tripadvisor:before {
    content: "\f262" !important;
}

.fa-odnoklassniki:before {
    content: "\f263" !important;
}

.fa-odnoklassniki-square:before {
    content: "\f264" !important;
}

.fa-get-pocket:before {
    content: "\f265" !important;
}

.fa-wikipedia-w:before {
    content: "\f266" !important;
}

.fa-safari:before {
    content: "\f267" !important;
}

.fa-chrome:before {
    content: "\f268" !important;
}

.fa-firefox:before {
    content: "\f269" !important;
}

.fa-opera:before {
    content: "\f26a" !important;
}

.fa-internet-explorer:before {
    content: "\f26b" !important;
}

.fa-tv:before, .fa-television:before {
    content: "\f26c" !important;
}

.fa-contao:before {
    content: "\f26d" !important;
}

.fa-500px:before {
    content: "\f26e" !important;
}

.fa-amazon:before {
    content: "\f270" !important;
}

.fa-calendar-plus-o:before {
    content: "\f271" !important;
}

.fa-calendar-minus-o:before {
    content: "\f272" !important;
}

.fa-calendar-times-o:before {
    content: "\f273" !important;
}

.fa-calendar-check-o:before {
    content: "\f274" !important;
}

.fa-industry:before {
    content: "\f275" !important;
}

.fa-map-pin:before {
    content: "\f276" !important;
}

.fa-map-signs:before {
    content: "\f277" !important;
}

.fa-map-o:before {
    content: "\f278" !important;
}

.fa-map:before {
    content: "\f279" !important;
}

.fa-commenting:before {
    content: "\f27a" !important;
}

.fa-commenting-o:before {
    content: "\f27b" !important;
}

.fa-houzz:before {
    content: "\f27c" !important;
}

.fa-vimeo:before {
    content: "\f27d" !important;
}

.fa-black-tie:before {
    content: "\f27e" !important;
}

.fa-fonticons:before {
    content: "\f280" !important;
}

.x-fa:before {
    font-family: FontAwesome !important;
}

@font-face {
    font-family: 'ExtJS';
    src: url('font-ext/fonts/ExtJS.eot?-tqegh9');
    src: url('font-ext/fonts/ExtJS.eot?#iefix-tqegh9') format('embedded-opentype'), url('font-ext/fonts/ExtJS.ttf?-tqegh9') format('truetype'), url('font-ext/fonts/ExtJS.woff?-tqegh9') format('woff'), url('font-ext/fonts/ExtJS.svg?-tqegh9#ExtJS') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ext {
    font-family: ExtJS;
}

.ext-sencha:before {
    content: "\e61e";
}

.ext-checkbox-checked:before {
    content: "\e613";
}

.ext-checkbox-unchecked:before {
    content: "\e614";
}

.ext-chevron-left:before {
    content: "\e615";
}

.ext-chevron-right:before {
    content: "\e616";
}

.ext-double-chevron-left:before {
    content: "\e617";
}

.ext-double-chevron-right:before {
    content: "\e618";
}

.ext-sort-down:before {
    content: "\e619";
}

.ext-sort-up:before {
    content: "\e61a";
}

.ext-spinner-down:before {
    content: "\e61b";
}

.ext-spinner-up:before {
    content: "\e61c";
}

.ext-square-edit:before {
    content: "\e61d";
}

.ext-equals-vertical:before {
    content: "\e612";
}

.ext-collapse:before {
    content: "\e600";
}

.ext-columns:before {
    content: "\e601";
}

.ext-dirty:before {
    content: "\e602";
}

.ext-dirty-rtl:before {
    content: "\e603";
}

.ext-edit-html:before {
    content: "\e604";
}

.ext-equals:before {
    content: "\e605";
}

.ext-expand:before {
    content: "\e606";
}

.ext-group-by:before {
    content: "\e607";
}

.ext-minimize:before {
    content: "\e608";
}

.ext-nw-handle:before {
    content: "\e609";
}

.ext-ne-handle:before {
    content: "\e60a";
}

.ext-sw-handle:before {
    content: "\e60b";
}

.ext-se-handle:before {
    content: "\e60c";
}

.ext-text-background-color:before {
    content: "\e60d";
}

.ext-text-color:before {
    content: "\e60e";
}

.ext-text-decrease:before {
    content: "\e60f";
}

.ext-text-increase:before {
    content: "\e610";
}

.ext-unpin:before {
    content: "\e611";
}

.cal-month-bar {
    height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cal-month-bar-buttons {
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    border-width: 1px;
    border-style: solid;
    border-color: #f6f6f6;
}

.cal-month-bar-button {
    text-align: center;
    color: #606060;
    cursor: pointer;
}

.cal-month-bar-button-pressed {
    background: #fff !important;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd !important;
}

.cal-month-header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
}

.cal-month-header-day {
    display: inline-block;
    cursor: pointer;
    padding-right: 5px;
    padding-bottom: 2px;
    color: #606060;
}

.cal-month-header-day-nonworking {
    color: #ea3b06;
}

.cal-event-starts-earlier-week:before, .cal-event-ends-future-week:after {
    top: 50%;
    border-style: solid;
    border-color: transparent;
    border-top-width: 8px;
    border-bottom-width: 8px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -8px;
}

.cal-drag-drop-proxy {
    z-index: -1;
    width: 0;
    height: 0;
}

.cal-event {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #606060;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    margin: 0 2px 1px 1px;
}

.cal-drag-drop-proxy .cal-event {
    position: absolute;
    z-index: 50000;
}

.cal-event.x-view-item-focused {
    outline: none !important;
}

.cal-event-bullet {
    display: inline-block;
    height: 6px;
    width: 6px;
    position: relative;
    top: -1px;
    margin-left: 6px;
    border-radius: 6px;
    background-color: #606060;
}

.cal-event-body {
    overflow: hidden;
    text-align: left;
    padding: 0 6px;
    white-space: pre;
    position: relative;
}

.cal-event-more-events {
    font-size: 0.9em;
    font-weight: 500;
    padding: 0 7px;
    color: #ea3b06;
    position: relative;
    cursor: pointer;
}

.cal-event-dragging {
    cursor: move;
}

.cal-event-selected {
    color: #fff !important;
    background-color: green !important;
    border-color: green !important;
}

    .cal-event-selected .cal-event-bullet {
        background-color: #fff !important;
    }

.cal-event-multiday {
    color: #fff !important;
    background-color: #606060;
    border-color: #606060;
}

    .cal-event-multiday .cal-event-bullet {
        background-color: #fff !important;
    }

.cal-event-resizable-handle {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 10px;
    height: 100%;
    cursor: col-resize;
}

.cal-event-resizable-handle-start {
    left: 0;
}

.cal-event-resizable-handle-end {
    right: 0;
}

.cal-event-starts-earlier-week .cal-event-bullet {
    visibility: hidden;
}

.cal-event-starts-earlier-week:before {
    background: #fff;
    right: 100%;
    margin-right: -5px;
    border-left-width: 0;
    border-right-width: 5px;
    border-right-color: inherit;
}

.cal-event-ends-future-week:after {
    background: #f6f6f6;
    left: 100%;
    margin-left: -5px;
    border-right-width: 0;
    border-left-width: 5px;
    border-left-color: inherit;
}

.cal-day-week-num, .cal-day-date-num {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    padding: 3px 5px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    min-width: 25px;
    cursor: default;
}

.cal-day-week-num {
    color: #5fa2dd;
    left: 0;
    cursor: pointer;
}

.cal-day-date-num {
    color: #606060;
    right: 0;
    cursor: pointer;
}

.cal-day-date-num-other-month {
    color: #aaa;
    font-weight: 300;
}

.cal-day-date-num-today {
    background: #5fa2dd !important;
    color: #fff;
    border-radius: 5px;
    right: 1px;
    top: 1px;
}

.cal-day-date-num-container {
    height: 23px;
}

.cal-week-row {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 0;
    width: 100%;
}

.cal-week-row-events-row {
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.cal-week-row-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-top-style: solid;
}

.cal-week-row-background-day {
    background-color: #fff;
    position: relative;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
}

.cal-week-row-background-day-nonworking {
    background-color: #f6f6f6;
}

.cal-week-row-background-day-highlight {
    background-color: #fdfced !important;
}

.cal-week-row-background-day-dragging {
    background-color: #fdfced !important;
}

.cal-week-row-index-1 {
    top: 0%;
    height: 17%;
}

.cal-week-row-index-2 {
    top: 16.66667%;
    height: 17%;
}

.cal-week-row-index-3 {
    top: 33.33333%;
    height: 17%;
}

.cal-week-row-index-4 {
    top: 50%;
    height: 17%;
}

.cal-week-row-index-5 {
    top: 66.66667%;
    height: 17%;
}

.cal-week-row-index-6 {
    top: 83.33333%;
    bottom: 0%;
}

.cal-resource-sel-menu .x-menu-item a {
    color: inherit !important;
}

.cal-resource-sel-menu-group-item {
    color: inherit !important;
    font-family: FontAwesome !important;
    background: transparent !important;
}

.x-menu-item-checked .cal-resource-sel-menu-group-item:before {
    content: "\f14a" !important;
}

.x-menu-item-unchecked .cal-resource-sel-menu-group-item:before {
    content: "\f0c8" !important;
}

.cal-resource-picker input {
    padding-left: 28px;
}

.cal-resource-picker .x-form-item-body {
    position: relative;
    z-index: 10;
}

.cal-resource-picker-icon {
    z-index: 10;
    height: 45%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    line-height: 1em;
    font-size: 1em;
    font-family: FontAwesome !important;
}

    .cal-resource-picker-icon:before {
        content: "\f0c8" !important;
    }

.cal-resource-picker-option-icon {
    margin-right: 10px;
    color: inherit;
    font-family: FontAwesome !important;
}

    .cal-resource-picker-option-icon:before {
        content: "\f0c8" !important;
    }

.x-boundlist-selected .cal-resource-picker-option-icon:before {
    content: "\f0c8" !important;
}

.cal-event-list {
    background: #fff;
    border: none;
}

    .cal-event-list ul {
        margin: 0;
        padding: 0;
    }

    .cal-event-list .x-tip-body {
        background-color: #fff;
    }

    .cal-event-list .x-tip-header {
        background-color: #fff;
        padding: 3px;
    }

    .cal-event-list .x-tip-header-title {
        color: #606060;
        padding-left: 5px;
    }

    .cal-event-list .x-tool-img {
        color: #606060;
        font-family: FontAwesome !important;
        background: transparent !important;
        opacity: 0.8;
    }

        .cal-event-list .x-tool-img:before {
            content: "\f00d" !important;
        }

    .cal-event-list .cal-event {
        color: #606060;
    }

        .cal-event-list .cal-event .cal-event-bullet {
            background-color: #606060;
        }

    .cal-event-list .x-tip-default-tl, .cal-event-list .x-tip-default-tr, .cal-event-list .x-tip-default-tc, .cal-event-list .x-tip-default-bl, .cal-event-list .x-tip-default-br, .cal-event-list .x-tip-default-bc, .cal-event-list .x-tip-default-ml, .cal-event-list .x-tip-default-mr, .cal-event-list .x-tip-default-mc {
        background: #fff;
    }

.cal-event-list-view-container {
    table-layout: fixed;
    width: 100%;
}

.cal-month-view {
    background: #fff;
    overflow: hidden;
    border-width: 1px;
    border-color: #ddd;
    border-bottom-style: solid;
    border-left-style: solid;
}

.cal-resource-filter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f6f6f6;
    border-width: 0;
    border-color: #ddd;
    border-style: solid;
}

    .cal-resource-filter .x-form-item-label-inner {
        color: #606060 !important;
        font-weight: bold;
        padding: 8px 10px 5px 10px;
    }

    .cal-resource-filter .x-form-checkboxgroup-body {
        padding: 0 10px;
    }

    .cal-resource-filter .x-form-cb-label {
        color: #606060 !important;
        cursor: pointer;
    }

    .cal-resource-filter .x-form-cb-input {
        cursor: pointer;
    }

    .cal-resource-filter .x-form-checkbox {
        color: inherit;
        font-family: FontAwesome !important;
        background: transparent !important;
        font-size: 1.2em;
    }

        .cal-resource-filter .x-form-checkbox:before {
            content: "\f0c8" !important;
        }

    .cal-resource-filter .x-form-cb-checked .x-form-checkbox:before {
        content: "\f14a" !important;
    }

.cal-resource-field .x-form-display-field {
    padding-left: 18px;
}

.cal-resource-field .x-form-item-body {
    position: relative;
    z-index: 10;
}

.cal-resource-field-icon {
    z-index: 10;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    line-height: 1em;
    font-size: 1em;
    font-family: FontAwesome !important;
}

    .cal-resource-field-icon:before {
        content: "\f0c8" !important;
    }

.cal-nav-bar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border-width: 0px;
}

    .cal-nav-bar .x-btn {
        border-color: #ddd;
    }

    .cal-nav-bar .x-btn-inner {
        color: #606060;
    }

    .cal-nav-bar .cal-current-month {
        color: #606060;
        font-size: 1.5em;
        font-weight: bold;
    }

    .cal-nav-bar .cal-create-btn .x-btn-inner {
        line-height: 1.5em;
        font-size: 1.5em;
    }

.sch-timeline {
    cursor: pointer;
    position: absolute;
    border-style: dotted;
    border-color: #aaa;
    overflow: hidden;
    z-index: 4;
}

    .sch-timeline:hover {
        z-index: 1000;
    }

.x-ie .sch-timeline {
    margin-left: 0;
}

.sch-horizontal .sch-timeline {
    border-width: 0 0 0 1px;
    height: 100%;
    margin-left: -1px;
}

.sch-vertical .sch-timeline {
    border-width: 1px 0 0 0;
    width: 100%;
}

.sch-header-indicator {
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #f33;
    background: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}

.x-ie8 .sch-header-indicator {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    background: transparent;
}

.sch-horizontal .sch-header-indicator {
    bottom: 3px;
    margin: 0 -5px 0 -6px;
    border-radius: 8px 8px 8px 0;
}

.x-ie .sch-horizontal .sch-header-indicator {
    margin: 0 -5px;
}

.x-ie .sch-horizontal .sch-header-indicator-start, .x-ie .sch-horizontal .sch-header-indicator-end {
    margin: 0 -5px 0 -6px;
}

.x-ie8 .sch-horizontal .sch-header-indicator {
    bottom: 0;
    border-bottom: none !important;
    border-top-color: #f33;
    margin: 0 -4px 0 -5px;
}

.sch-vertical .sch-header-indicator {
    right: 3px;
    margin: -5px 0 0 0;
    border-radius: 8px 8px 0 8px;
}

.sch-vertical.x-rtl .sch-header-indicator {
    right: auto;
    left: 3px;
    border-radius: 0 8px 8px 8px;
}

.x-ie8 .sch-vertical .sch-header-indicator {
    right: 0;
    margin: -5px 0 0 0;
    border-right: none !important;
    border-left-color: #f33;
}

.x-ie8 .sch-vertical.x-rtl .sch-header-indicator {
    right: auto;
    left: 0;
    border-left: none !important;
    border-right: 5px solid #f33;
}

.sch-column-line {
    border-style: solid;
    border-color: #e9e9e9;
    pointer-events: none;
    z-index: auto;
}

.sch-vertical .sch-verticaltimeaxis-cell.sch-column-line-solid, .sch-column-line-solid {
    border-color: #d0d0d0;
}

.x-ie10 .sch-column-line, .x-ie9m .sch-column-line {
    z-index: -1;
}

.sch-timelinepanel .x-grid-item-focused .x-grid-cell-inner:before {
    border: none;
}

.sch-header-row .x-column-header-inner, .sch-timeheader {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.sch-simple-timeaxis .x-column-header-text-container {
    display: none !important;
}

.sch-column-header.sch-header-cell-center {
    padding-left: 0;
    padding-right: 0;
}

.sch-simple-timeaxis .x-column-header-inner {
    padding: 0;
}

.sch-column-header {
    padding: 7px 0;
    color: #404040;
    border-right: 1px solid #d0d0d0;
}

.sch-header-row {
    border-top: 1px solid #d0d0d0;
}

.sch-column-header-over {
    background-color: #eaeff4;
}

.sch-simple-timeaxis .sch-simple-timeheader {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 6px;
}

.sch-simple-timeheader-pad {
    padding: 0 6px;
}

.sch-simple-timeaxis .sch-header-row-compact .sch-simple-timeheader {
    padding-left: 1px;
    padding-right: 1px;
    font-size: 85%;
}

.sch-simple-timeaxis .sch-header-row-compact .sch-column-header {
    padding-left: 0;
    padding-right: 0;
}

.x-safari .sch-simple-timeaxis .sch-header-row-compact .sch-simple-timeheader {
    padding-left: 0;
    padding-right: 0;
}

.sch-timeaxiscolumn .x-column-header-inner {
    padding: 0;
}

.sch-header-row {
    table-layout: fixed;
}

.sch-header-single-row .x-group-sub-header {
    border-top-width: 0 !important;
}

.x-webkit .sch-column-header .x-column-header-inner {
    white-space: normal;
}

.sch-header-secondary-canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.sch-horizontal .sch-header-secondary-canvas {
    height: 100%;
}

.sch-zone {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    margin-left: -1px;
    z-index: -1;
}

.sch-horizontal .sch-zone {
    height: 100%;
}

.sch-vertical .sch-zone {
    width: 100%;
}

.x-ie8m .sch-zone {
    background: transparent;
    zoom: 1;
}

.sch-print-body .sch-zone {
    border-left-style: solid;
    border-left-color: #f4f4f4;
}

.sch-resourcezone {
    position: absolute;
    overflow: hidden;
    background: #eee;
    pointer-events: none;
}

.x-ie .sch-resourcezone {
    z-index: -1;
}

.sch-horizontal .sch-resourcezone {
    top: 0 !important;
    height: 100% !important;
}

.sch-vertical .sch-resourcezone {
    width: 100% !important;
}

.sch-ltr.sch-vertical .sch-resourcezone {
    left: 0 !important;
}

.sch-rtl.sch-vertical .sch-resourcezone {
    right: 0 !important;
}

.x-ie .sch-horizontal .sch-timelineview td.sch-timetd {
    z-index: 0;
    background-image: url(bryntum-scheduler-theme-base/images/1px.png);
}

.x-webkit .sch-horizontal td.sch-timetd {
    position: relative;
}

.sch-horizontal td.sch-timetd .x-grid-cell-inner {
    z-index: auto;
}

.sch-timelinepanel .x-grid-with-row-lines .x-grid-item[data-recordindex="0"] {
    border-top-color: transparent;
}

.sch-locked-column-fixer {
    margin: 0 !important;
    right: auto !important;
}

.sch-timelineview .x-grid-item td.sch-timetd {
    overflow: visible;
    background-color: transparent;
    border-top-color: transparent;
}

.sch-timelineview td.sch-timetd {
    overflow: hidden;
}

td.sch-timetd .x-grid-cell-inner {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    cursor: default;
    overflow: visible;
}

.sch-timelineview .x-grid-item-container {
    position: relative;
}

.sch-animations-enabled .sch-resourcezone, .sch-animations-enabled .sch-timeline, .sch-animations-enabled .sch-zone {
    -moz-transition-property: width, left, top, height;
    -moz-transition-duration: 0.4s;
    -webkit-transition-property: width, left, top, height;
    -webkit-transition-duration: 0.4s;
    -ms-transition-property: width, left, top, height;
    -ms-transition-duration: 0.4s;
    transition-property: width, left, top, height;
    transition-duration: 0.4s;
}

.sch-timelinepanel .x-grid-item-focused .x-grid-cell-inner:before {
    border: none;
}

.sch-event {
    color: #dea007;
    border-color: #dea007;
    border-style: solid;
    border-width: 0;
    background-color: #ffedbd;
    font-weight: bold;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    z-index: 5;
    text-align: left;
    opacity: 0.8;
    transition: opacity 0.2s, background 0.2s;
}

.sch-scheduler-with-dependencies .sch-event {
    overflow: visible;
}

.sch-scheduler-with-dependencies .sch-event-inner {
    width: 100%;
}

.sch-timelineview .x-grid-item-focused .x-grid-cell-inner {
    z-index: 5;
}

div.sch-event-fixed {
    cursor: default;
}

.sch-event-inner {
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    padding: 3px 1px 3px 3px;
}

.sch-event-withicon .sch-event-inner {
    padding-left: 19px;
    min-height: 16px;
}

.sch-horizontal.sch-ltr .sch-event.sch-event-endsoutside, .sch-horizontal.sch-rtl .sch-event.sch-event-startsoutside {
    border-right-color: #dea007;
    border-right-style: dashed;
    border-right-width: 0;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-radius-top-right: 0 !important;
    -webkit-border-radius-bottom-right: 0 !important;
    -ms-border-radius-top-right: 0 !important;
    -ms-border-radius-bottom-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.sch-horizontal.sch-ltr .sch-event.sch-event-startsoutside, .sch-horizontal.sch-rtl .sch-event.sch-event-endsoutside {
    border-left-color: #dea007;
    border-left-style: dashed;
    border-left-width: 0;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -webkit-border-radius-top-left: 0 !important;
    -webkit-border-radius-bottom-left: 0 !important;
    -ms-border-radius-top-left: 0 !important;
    -ms-border-radius-bottom-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.x-rtl .sch-event {
    text-align: right;
}

.sch-vertical .sch-event-startsoutside {
    border-top-color: #dea007;
    border-top-style: dashed;
    border-top-width: 0;
}

.sch-vertical .sch-event-endsoutside {
    border-bottom-color: #dea007;
    border-bottom-style: dashed;
    border-bottom-width: 0;
}

div.sch-event.sch-event-highlighted {
    box-shadow: inset 0 0 0 2px red !important;
    border-width: 0;
    border-color: red;
    border-style: solid;
    z-index: 1000;
}

.sch-horizontal .sch-event {
    min-width: 2px;
}

.sch-vertical .sch-event {
    min-height: 2px;
}

div.sch-event-selected, div.sch-event-hover.sch-event-selected {
    color: #fff;
    background-color: #ffc107;
    border-width: 0;
    border-color: #ffc107;
    border-style: solid;
    opacity: 1;
}

.sch-event.sch-event-hover {
    border-width: 0;
    border-color: #dea007;
    border-style: solid;
    box-shadow: 0 0 0 0 transparent;
    opacity: 0.95;
}

.sch-terminal {
    display: none;
    position: absolute;
    width: 11px;
    height: 11px;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 11px;
    cursor: pointer;
    z-index: 1000;
}

.sch-event-hover .sch-terminal {
    display: block;
}

.sch-terminal:hover {
    background: #d9d9d9;
}

.sch-terminal-left {
    left: 0;
    top: 50%;
    margin-top: -6px;
    margin-left: -9px;
}

.sch-terminal-right {
    right: 0;
    top: 50%;
    margin-top: -6px;
    margin-right: -9px;
}

.sch-terminal-top {
    left: 50%;
    top: 0;
    margin-left: -6px;
    margin-top: -9px;
}

.sch-terminal-bottom {
    left: 50%;
    bottom: 0;
    margin-left: -6px;
    margin-bottom: -9px;
}

.sch-vertical .sch-verticaltimeaxis-cell {
    background: #f9f9f9;
}

    .sch-vertical .sch-verticaltimeaxis-cell .x-grid-cell-inner {
        color: #666;
        padding: 0 5px;
    }

.sch-vertical .sch-schedulerview .x-grid-cell-inner {
    padding: 0;
}

.sch-vertical .sch-timetd {
    border-top-color: transparent;
}

.sch-vertical .sch-animations-enabled .sch-event {
    -moz-transition-property: width, left;
    -moz-transition-duration: 0.4s;
    -webkit-transition-property: width, left;
    -webkit-transition-duration: 0.4s;
    -ms-transition-property: width, left;
    -ms-transition-duration: 0.4s;
    transition-property: width, left;
    transition-duration: 0.4s;
}

.sch-vertical .sch-schedulerview .x-grid-cell-inner {
    height: 100%;
    overflow: visible;
}

.sch-vertical .sch-schedulerview td.sch-timetd, .sch-vertical .sch-schedulerview .x-grid-item-alt {
    background: transparent;
}

.sch-vertical .sch-schedulerview td.sch-col-alt {
    background: url(bryntum-scheduler-theme-base/images/altrow.png) repeat;
}

.sch-vertical .x-grid-item-over .sch-verticaltimeaxis-cell {
    background-color: #f9f9f9;
    border-color: #fafafa #ededed #ededed;
}

.sch-verticaltimeaxis-header .x-column-header-text {
    background-image: none;
}

.sch-vertical .sch-schedulerview .x-grid-cell-inner:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    content: " ";
    border-top: 1px dotted #e9e9e9;
    margin-top: -1px;
}

.sch-vertical .sch-header-secondary-canvas {
    width: 100%;
    z-index: 1;
}

.sch-vertical .x-grid-item {
    border-top-width: 0;
    border-color: transparent;
}

.sch-vertical .x-grid-cell {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e9e9e9;
}

.sch-vertical .sch-lockedview .x-grid-item:first-child .x-grid-cell {
    border-color: transparent;
}

.sch-vertical .sch-normalview .x-grid-cell {
    border-top-color: transparent;
}

.sch-clockwrap {
    position: relative;
}

.sch-clock {
    position: absolute;
    height: 21px;
    width: 21px;
    white-space: nowrap;
    display: inline-block;
    text-indent: -100px;
}

    .sch-clock, .sch-clock .sch-hourIndicator, .sch-clock .sch-minuteIndicator {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

.sch-supports-border-radius.sch-clock-hour .sch-clock {
    border: 2px solid #bddbe1;
    background-color: #fff;
    box-shadow: 0px 1px 1px #444 inset;
    border-radius: 100%;
}

.x-ie8m .sch-clock {
    background: url(bryntum-scheduler-theme-base/images/clock-bare.png) no-repeat left top !important;
}

.sch-clock-day .sch-clock {
    background: #fff none !important;
    border: 1px solid #ccc;
}

.sch-clock-text {
    margin-left: 25px;
    padding-bottom: 5px;
    padding-top: 2px;
    display: inline-block;
    white-space: nowrap;
}

.x-rtl .sch-clock-text {
    margin-left: auto;
    margin-right: 25px;
}

.sch-clock-day .sch-clock .sch-hourIndicator {
    width: inherit;
    position: static !important;
    background-color: #5966b0;
    border-bottom: 1px solid navy;
    font-size: 7px;
    line-height: 8px;
    text-align: center;
    color: #fff;
    height: 8px;
    text-indent: 0px;
    margin-top: -1px;
    text-shadow: rgba(200, 200, 200, 0.2) 0 -1px 0;
    border: 0 none;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    filter: none !important;
    -ms-filter: none !important;
}

.sch-clock-day .sch-clock .sch-minuteIndicator {
    width: inherit;
    color: #555;
    position: static !important;
    height: 16px;
    background-color: transparent;
    font-size: 10px;
    text-align: center;
    text-indent: 0;
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    line-height: 12px;
    border: 0 none;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    filter: none !important;
    -ms-filter: none !important;
}

.sch-clock .sch-minuteIndicator, .sch-clock .sch-hourIndicator {
    position: absolute;
    left: 50%;
    top: 1px;
    width: 2px;
    height: 8px;
    overflow: hidden;
    margin-left: -1px;
    transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
}

.sch-clock .sch-hourIndicator {
    border-top: 2px solid transparent;
    border-bottom: 6px solid #777;
}

.sch-clock .sch-minuteIndicator {
    border-top: 8px solid #777;
}

.sch-clock-hour.sch-supports-border-radius .sch-clock-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background: #777;
    border-radius: 3px;
    z-index: 2;
}

.sch-clock-day .sch-clock-dot {
    display: none;
}

.sch-tip-ok {
    padding-left: 20px;
    background: url(bryntum-scheduler-theme-base/images/drop-yes.png) no-repeat left top;
}

.sch-tip-notok {
    padding-left: 20px;
    background: url(bryntum-scheduler-theme-base/images/drop-no.png) no-repeat left top;
}

.sch-tooltip-enddate {
    padding-top: 2px;
}

.sch-tip-message {
    margin: 3px 0;
}

div.sch-dragcreator-proxy {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border: 1px solid #39b;
    border-radius: 3px;
    cursor: auto !important;
    opacity: 0.5;
    filter: opacity=50;
    zoom: 1;
    background-color: #c3daf9;
    z-index: 10000;
    -moz-transition-property: none !important;
    -webkit-transition-property: none !important;
    -ms-transition-property: none !important;
    transition-property: none !important;
}

.sch-dd-newtime {
    font-weight: bold;
    color: #274490;
    display: block;
    margin: 0 0 5px 4px;
}

.x-dd-drag-proxy.sch-dragproxy, .sch-dragproxy {
    background: none !important;
    overflow: visible !important;
    height: 1px;
    width: 1px;
    border-left-width: 0px;
    border-top-width: 0px;
    pointer-events: auto;
}

    .sch-dragproxy .sch-event {
        opacity: 0.6;
        filter: opacity=60;
        cursor: pointer;
    }

    .sch-dragproxy .x-resizable-handle, .sch-dragproxy .x-dd-drop-icon {
        display: none !important;
    }

    .sch-dragproxy .x-dd-drag-ghost {
        background-color: transparent;
        border: 0 none;
        padding: 0;
        white-space: nowrap;
        height: inherit;
    }

.sch-rtl .sch-dragproxy .sch-event {
    text-align: right;
}

.sch-rtl .sch-dragproxy .x-dd-drag-ghost .sch-event {
    right: auto !important;
}

.sch-dragproxy.sch-before-drag-finalized {
    z-index: 10 !important;
}

.sch-schedulerpanel .sch-resizable-handle {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    border-color: #ddd;
    border-style: double;
}

.sch-schedulerpanel.sch-vertical .sch-resizable-handle-start {
    border-width: 3px 0 0 0;
}

.sch-schedulerpanel.sch-vertical .sch-resizable-handle-end {
    border-width: 0 0 3px 0;
}

.sch-schedulerpanel.sch-horizontal .sch-resizable-handle-start, .sch-schedulerpanel.sch-horizontal .sch-resizable-handle-end {
    width: 7px;
    height: 50%;
    top: 25%;
}

.sch-schedulerpanel.sch-horizontal .sch-resizable-handle-start {
    border-width: 0 3px 0 0;
    cursor: w-resize;
    left: -2px;
}

.sch-schedulerpanel.sch-horizontal .sch-resizable-handle-end {
    border-width: 0 0 0 3px;
    cursor: e-resize;
    right: -2px;
}

.sch-schedulerpanel.sch-horizontal .x-rtl .sch-resizable-handle-start {
    border-width: 0 0 0 3px;
    cursor: e-resize;
    right: -2px;
    left: auto;
}

.sch-schedulerpanel.sch-horizontal .x-rtl .sch-resizable-handle-end {
    border-width: 0 3px 0 0;
    cursor: w-resize;
    left: -2px;
    right: auto;
}

.sch-vertical .sch-resizable-handle {
    width: 50%;
    left: 25%;
    cursor: n-resize;
    height: 7px;
}

.sch-vertical .sch-resizable-handle-start {
    top: 1px;
}

.sch-vertical .sch-resizable-handle-end {
    bottom: 1px;
}

.sch-event-endsoutside .sch-resizable-handle-end, .sch-event-startsoutside .sch-resizable-handle-start, .sch-schedulerview-readonly .sch-resizable-handle, .sch-event-resizable-false .sch-resizable-handle, .sch-event-resizable-start .sch-resizable-handle-end, .sch-event-resizable-end .sch-resizable-handle-start {
    display: none !important;
}

.sch-event .x-resizable-handle {
    background: none;
}

.sch-schedulerpanel .sch-event-hover .sch-resizable-handle {
    visibility: visible;
}

.sch-event-resizing .sch-resizable-handle {
    display: none !important;
}

.sch-touch-only.sch-schedulerpanel .sch-resizable-handle {
    visibility: visible;
    border: 0 none;
}

.sch-touch-only.sch-horizontal .sch-event .sch-resizable-handle {
    width: 20px;
}

.sch-touch-only.sch-vertical .sch-event .sch-resizable-handle {
    height: 20px;
}

.sch-calendar .sch-verticaltimeaxis-cell {
    background: #fff;
    overflow: visible;
}

.sch-calendar .x-grid-cell {
    border-bottom-color: #e0e0e0;
}

.sch-calendar .sch-schedulerview td.sch-col-alt {
    background-image: none;
}

.sch-calendar .x-grid-item:first-child .sch-verticaltimeaxis-cell .sch-calendarcolumn-ct {
    display: none;
}

.sch-calendar .sch-verticaltimeaxis-cell .x-grid-cell-inner {
    overflow: visible;
    padding-left: 0;
}

.sch-calendarcolumn-ct {
    color: #999;
    background: #fff;
    margin-top: -8px;
    position: absolute;
    padding: 0 3px 0 5px;
}

.sch-calendarcolumn-minutes, .sch-calendarcolumn-hours {
    display: block;
    float: left;
}

.sch-calendarcolumn-hours {
    font-size: 1.5em;
}

.sch-calendarcolumn-minutes {
    font-size: 0.8em;
    margin-top: -0.2em;
    margin-left: 2px;
}

.sch-calendar .sch-schedulerview td.sch-daycolumn-weekend {
    background-color: rgba(242, 242, 242, 0.4);
}

.sch-daycolumn-header-weekend .x-column-header-text {
    color: #888;
}

.sch-calendar .sch-schedulerview td.sch-daycolumn-today {
    background-color: rgba(255, 236, 236, 0.5);
}

.sch-daycolumn-header-today .x-column-header-text {
    color: #b26c3e;
}

.sch-item-canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.sch-horizontal .sch-item-canvas {
    height: 100%;
}

.sch-vertical .sch-item-canvas {
    width: 100%;
}

.sch-dependencyview-ct.sch-item-canvas-layer {
    z-index: 1 !important;
}

.x-rtl .sch-secondary-canvas, .x-rtl .sch-item-canvas {
    right: 0;
    left: auto;
}

.sch-dependencyview-ct {
    position: absolute;
    top: 0;
}

.sch-ltr .sch-dependencyview-ct {
    left: 0;
}

.x-rtl .sch-dependencyview-ct {
    right: 0;
}

.sch-dependency-line {
    position: absolute;
    border-style: solid;
    border-color: #777;
    border-width: 1px;
    overflow: hidden;
    z-index: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: transparent;
}

div.sch-dependency-line-horizontal {
    border-width: 1px 0px 0px 0px;
    height: 4px;
}

div.sch-dependency-line-vertical {
    border-width: 0px 0px 0px 1px;
    width: 4px;
}

.x-rtl div.sch-dependency-line-vertical {
    border-width: 0px 1px 0px 0px;
}

.sch-export .sch-dependency-line {
    -webkit-box-sizing: content-box;
}

.sch-export.x-chrome .sch-dependency-line, .sch-export.x-safari .sch-dependency-line, .sch-export.sch-ie-export .sch-dependency-line {
    -webkit-box-sizing: border-box;
}

.sch-dependency-arrow {
    position: absolute;
    height: 0px;
    width: 0px;
    border-style: solid;
    border-color: #777;
    line-height: 0;
    z-index: 1;
}

.sch-dependency-arrow-left {
    margin-top: -3.5px;
    margin-left: -8px;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-width: 4px 8px 4px 0;
    border-style: solid;
}

.sch-dependency-arrow-right {
    margin-top: -3.5px;
    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
}

.sch-dependency-arrow-up {
    margin-left: -3.5px;
    margin-top: -8px;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-width: 0px 4px 8px 4px;
    border-style: solid;
}

.sch-dependency-arrow-down {
    margin-left: -3.5px;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-width: 8px 4px 0;
    border-style: solid;
}

.x-rtl .sch-dependency-arrow-up, .x-rtl .sch-dependency-arrow-down {
    margin-left: 0;
    margin-right: -3.5px;
}

.x-rtl .sch-dependency-arrow-right {
    margin-right: -8px;
}

.sch-dependency-selected {
    z-index: 4;
}

.sch-dependency.sch-dependency-selected {
    border-color: red;
}

.sch-dependency-connector-proxy {
    position: absolute;
    width: 2px;
    border-left: 2px dashed gray;
    z-index: 20;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.sch-terminal-valid-drop {
    background: #a4cf6d;
    border-color: green;
}

.sch-terminal-invalid-drop {
    background: #d9705d;
    border-color: red;
}

.sch-terminals-visible .sch-terminal {
    display: block;
}

.sch-schedulerview-readonly .sch-terminal, .sch-terminal.sch-terminal-hidden {
    display: none;
}

.sch-create-dependency-tip .x-dd-drop-icon {
    vertical-align: top;
}

.sch-dep-tip {
    margin: 0px;
    min-width: 100px;
}

    .sch-dep-tip dd {
        margin: 0 0 10px 0;
    }

.sch-tree-filtered .x-tree-expander {
    visibility: hidden;
}

.sch-timelinetreeview .x-grid-item .x-grid-cell-inner {
    cursor: default;
}

.sch-tree-filtered .x-tree-expander {
    visibility: hidden;
}

.sch-timelinepanel-highlightweekends .sch-dayheadercell-nonworking, .sch-timelinepanel-highlightweekends .sch-dayheadercell-nonworking {
    background-image: none;
    background-color: #eee;
    color: #888;
}

.sch-simple-timeaxis .sch-header-row-compact .sch-column-header {
    padding: 7px 0;
}

.sch-zone {
    background-color: rgba(235, 235, 235, 0.5);
}

.x-ie8m .sch-zone {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50F5F5F5, endColorstr=#50F5F5F5);
}

.sch-timelineview .x-grid-item {
    background-color: rgba(255, 255, 255, 0.25);
}

.sch-timelineview .x-grid-item-alt {
    background-color: rgba(245, 245, 245, 0.63);
}

.x-ie8 .sch-timelineview .x-grid-item {
    background-color: transparent;
}

.x-ie8 .sch-timelineview .x-grid-item-alt {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50F5F5F5, endColorstr=#50F5F5F5);
    zoom: 1;
}
