﻿@charset "UTF-8"; /*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
    font-family: 'FrutigerLTArabic-55Roman';
    src: url('fonts/FrutigerLTArabic-55Roman.ttf');
}

html {
    /*font-family: sans-serif;*/
    font-family:'FrutigerLTArabic-55Roman';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('fonts/glyphicons-halflings-regular.woff') format('woff'),url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-x:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: 'FrutigerLTArabic-55Roman';
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #333;*/
      color:rgb(50,62,72);
    background-color: rgb(50,62,72);
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    /*color: #0093D6;*/
    color:rgb(50,62,72); 
    text-decoration: none;
}

    a:hover, a:focus {
        /*color: #005e8a;*/
        color:rgb(50,62,72);
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #EFEFEF;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #dbdbdb;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #dbdbdb;
}

.text-primary {
    color: #0093D6;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0070a3;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #0093D6;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #0070a3;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #dbdbdb;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #dbdbdb;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
     font-family:'FrutigerLTArabic-55Roman';
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #dbdbdb;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #EFEFEF;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    margin-right: 10px;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px; \9
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

    .has-success .input-group-addon.primary {
        color: #fff;
        background-color: #0093D6;
        border-color: #0081bd;
    }

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

    .has-warning .input-group-addon.primary {
        color: #fff;
        background-color: #0093D6;
        border-color: #0081bd;
    }

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

    .has-error .input-group-addon.primary {
        color: #fff;
        background-color: #0093D6;
        border-color: #0081bd;
    }

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #ffffff;
	background-color: #202A44;
    border-color: #202A44;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #CE0037;
        border-color: #CE0037;
    }

    .btn-primary:hover {
		color:#202A44;
        background-color: #e5e1e6;
        border-color: #202A44;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        
	color:#e5e1e6;
        background-color: #CE0037;
        border-color: #CE0037;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: rgb(50,62,72);
            border-color: rgb(50,62,72)
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        background-color: #0093D6;
        border-color: #0081bd;
    }

    .btn-primary .badge {
        color: #0093D6;
        background-color: #fff;
    }

.btn-success {
    color: #e5e1e6;
    background-color: #202A44;
    border-color: #202A44v;
}

    .btn-success:focus, .btn-success.focus {
        color: #e5e1e6;
        background-color: #202A44;
        border-color: #202A44;
    }

    .btn-success:hover {
        color: #202A44;
        background-color: #e5e1e6;
        border-color: #202A44;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #e5e1e6;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
            color: #e5e1e6;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #e5e1e6;
    background-color: #ce0037;
    border-color: #ce0037;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #e5e1e6v;
        background-color: #ce0037;
        border-color: #ce0037;
    }

    .btn-danger:hover {
        color: #e5e1e6;
        background-color: #ce0037;
        border-color: #ce0037;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #e5e1e6;
        background-color: #ce0037;
        border-color: #ce0037;
    }

        .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #0093D6;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #005e8a;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #dbdbdb;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

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

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

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

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

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

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

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

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

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

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

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #dbdbdb;
    white-space: nowrap;
}

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

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

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

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

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

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

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

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

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

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

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

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #0093D6;
    }

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

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

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

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

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

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

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

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

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

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #EFEFEF;
    }
}

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

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

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

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #0093D6;
    }

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

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

.nav-justified {
    width: 100%;
}

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

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

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

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #EFEFEF;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

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

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

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

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

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

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

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

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

    .navbar-brand > img {
        display: block;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

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

    .navbar-toggle:focus {
        outline: 0;
    }

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

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

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

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

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

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

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

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

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

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

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

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

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

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

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

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

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

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

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

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

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

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

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

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

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: rgb(50,62,72);
    border-color: #020202;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

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

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

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

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

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

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

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

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

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

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

    .navbar-inverse .navbar-text {
        color: #fff;
    }

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

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

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

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

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

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

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

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

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #dbdbdb;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #0093D6;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            z-index: 2;
            color: #005e8a;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #0093D6;
        border-color: #0093D6;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #dbdbdb;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

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

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #dbdbdb;
        background-color: #fff;
        cursor: not-allowed;
    }

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

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

.label:empty {
    display: none;
}

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

.label-default {
    background-color: #dbdbdb;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #c1c1c1;
    }

.label-primary {
    background-color: #0093D6;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #0070a3;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

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

    .badge:empty {
        display: none;
    }

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

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

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

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

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #EFEFEF;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #0093D6;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

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

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

    .alert .alert-link {
        font-weight: bold;
    }

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

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

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

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

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

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

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

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

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

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

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

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

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #dbdbdb;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #dbdbdb;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #0093D6;
    border-color: #0093D6;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #a3e2ff;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        /*color: #333;
        background-color: #f5f5f5;*/
		
        color: #333;
        background-color: #E5E1E6;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #0093D6;
}

    .panel-primary > .panel-heading {
        color: #fff;
        /* background-color: #0093D6; */
        background-color: #0093D6;
        border-color: #0093D6;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0093D6;
        }

        .panel-primary > .panel-heading .badge {
            color: #0093D6;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0093D6;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
     font-family:'FrutigerLTArabic-55Roman';
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
     font-family:'FrutigerLTArabic-55Roman';
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative;
}

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

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

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

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

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

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

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

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

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

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

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

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

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

.clearfix, .dl-horizontal dd, .container, .container-fluid, .row, .form-horizontal .form-group, .btn-toolbar, .btn-group-vertical > .btn-group, .nav, .navbar, .navbar-header, .navbar-collapse, .pager, .panel-body, .modal-header, .modal-footer {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
        clear: both;
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.pull-left {
    float: left !important;
}
.pull-left a{
    color:#FFFFFF;
}
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-block;
        top: 0;
        border-radius: 4px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block !important;
        height: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
        text-align: center;
        z-index: 1;
    }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
            color: #fff;
            background: #337ab7;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
            color: #fff;
            background: #5bc0de;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
            color: #fff;
            background: #5cb85c;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
            background: #f0ad4e;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
            color: #fff;
            background: #d9534f;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
            color: #000;
            background: #eee;
        }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 100;
        color: #333;
        background: #fff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch input[type=radio], .bootstrap-switch input[type=checkbox] {
        position: absolute !important;
        top: 0;
        left: 0;
        margin: 0;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
        padding: 6px 16px;
        font-size: 18px;
        line-height: 1.3333333;
    }

    .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-indeterminate, .bootstrap-switch.bootstrap-switch-readonly {
        cursor: default !important;
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
            opacity: .5;
            filter: alpha(opacity=50);
            cursor: default !important;
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: margin-left .5s;
        -o-transition: margin-left .5s;
        transition: margin-left .5s;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
        border-radius: 0 3px 3px 0;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
        border-radius: 3px 0 0 3px;
    }

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }
/*!
 * Fuel UX v3.15.6 
 * Copyright 2012-2016 ExactTarget
 * Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
 */

.clearfix, .dl-horizontal dd, .container, .container-fluid, .row, .form-horizontal .form-group, .btn-toolbar, .btn-group-vertical > .btn-group, .nav, .navbar, .navbar-header, .navbar-collapse, .pager, .panel-body, .modal-header, .modal-footer {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
        clear: both;
    }

@font-face {
    font-family: "fuelux";
    src: url("../addons/fuelux/fonts/fuelux.eot");
    src: url("../addons/fuelux/fonts/fuelux.eot?#iefix") format("embedded-opentype"),url(data:font-woff;base64,d09GRk9UVE8AAAUUAAsAAAAABuAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAegAAAIisWS2RkZGVE0AAALwAAAAGQAAABxvEtzhR0RFRgAAAwwAAAAdAAAAIAA4AARPUy8yAAADLAAAAEoAAABgL7lMbGNtYXAAAAN4AAAAPAAAAUrAGiK3aGVhZAAAA7QAAAAvAAAANgDSVuNoaGVhAAAD5AAAABwAAAAkBCkCA2htdHgAAAQAAAAAGgAAABoHmgL4bWF4cAAABBwAAAAGAAAABgALUABuYW1lAAAEJAAAAN0AAAF3kxoWmXBvc3QAAAUEAAAAEAAAACAAAwABeJw90M9rE0EUB/D30uzusLtuNTqiGIs/+gt6ifVHtgfRHqQHLTYumEsrpSSWRVNozNJc2t6S2K2bBATbS0tLe9jDUlJ6aS85hFT8H6SCFPwTZiCIbpnq6fMe8+Y7j0GIRgERlbdO9r1TBIwAwijvi/D+Ln4tuqqjq3e5erRHhetW7I/r/i90xfN4ndelOHztjgNcjMP3S3HQ41iIgX4WQ6AbrsJN6IUhGIYReApjMA6WM2c/SyQSgnuCYcF9wQPBQ8EjQVJgCkbEvudbA2AZK/gRV9DFVfyEHlaxBhpiJPlk7GX6TebdhxWDDfEb9JbaGezI9Laa74zTOyqTn9O7KosFtFdlg0ymfeE5e0X7VTZaogOqwXz+OOwM/pqbZz2vs+VwyGC/2YXwjsGWf4YBxrdfYZjhMT9M/veQwU7ZHD3MNianstmpyUb28KjROOox+OcrLnV1Nfysy0AQ6YD5Yjpf+jJxLB0Eza2WR0zFruSW5otEq7W2m3v7pJ2SFvKLubJNNPvAaVZa5ET27LXcxjzRkopVS29n9ki7Le0s+ItBmWjHE9KMnXasCjlRAs9f290gWskqpGczJNWWNnfW/WpAtB9Kq9Qs7M+SVErKb+bW7SrRgpmttGcRU64ES35xl2h/Ac9Ys4h4nGNgYGBkAILzccd+gelbXJ9hNABYswg7AAAAeJxjYGRgYOADYgkGEGBiYARCLiBmAfMYAAS4AD0AAAB4nGNgZmJgnMDAysDB6MOYxsDA4A6lvzJIMrQwMDAxsHIywIEAgskQkOaawuDwgOEBJ+OD/w8Y9Bj//v8LFGaEK1AAQkYALokNlwAAeJxjYGBgZoBgGQZGBhBwAfIYwXwWBg0gzQakGRmYGBgecP7/D1LwgAFEKzBC1QMBIxsDgjNCAQBlrAaweJxjYGRgYADiH2cX2sfz23xl4GZiAIHzt7g+w2lmBmbGv4x/gVwOBrA0AFSyC6wAeJxjYGRgYPzLwMCgx8QAAkA2IwMqYAIANwYCMQIAAAACAAADARUBhwGDAQ8AWAADAAMAXACnAAAAAFAAAAsAAHicbY49asNAEIU/2bJMsEmX1JsipYS0BAwuU/gAKdy7WAuDkPDagtzDkD5djpED5AQ5TZ7kKVJ4l9n59vHmB1jyQcJwEjLujSfMeTae8sTROJXn03jGgm/jTPdXziS9k7IcqwaeqOOD8ZRXcuNUnovxjEe+jDPpP+zpCTR632Hfh6ZXfpNUS2rYEfUNdd/sBBs6Ws5jjnIEHJ6CUnmt+N/sqnitsVJ4eSpe1KJrz5su1sH5onRrdx0p8Pkq92Uly82VtpIiJw7jCk7NhrFsQzwdutZVRXm78A9U7zY2AAAAeJxjYGZABowMaAAAAI4ABQ==) format("woff"),url("../addons/fuelux/fonts/fuelux.ttf") format("truetype"),url("../addons/fuelux/fonts/fuelux.svg#fuelux") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fuelux [class^="fueluxicon-"]:before, .fuelux [class*=" fueluxicon-"]:before {
    font-family: "fuelux" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fuelux .fueluxicon-loader-full:before {
    content: "\e000";
}

.fuelux .fueluxicon-loader-1:before {
    content: "\e001";
}

.fuelux .fueluxicon-loader-2:before {
    content: "\e002";
}

.fuelux .fueluxicon-loader-3:before {
    content: "\e003";
}

.fuelux .fueluxicon-loader-4:before {
    content: "\e004";
}

.fuelux .fueluxicon-loader-5:before {
    content: "\e005";
}

.fuelux .fueluxicon-loader-6:before {
    content: "\e006";
}

.fuelux .fueluxicon-loader-7:before {
    content: "\e007";
}

.fuelux .fueluxicon-loader-8:before {
    content: "\e008";
}

.fuelux .fueluxicon-bullet:before {
    content: "\e009";
}

.fuelux .radio-inline, .fuelux .checkbox-inline {
    padding-left: 0;
}

    .fuelux .radio-inline.highlight, .fuelux .checkbox-inline.highlight {
        left: -8px;
    }

    .fuelux .radio-inline label, .fuelux .checkbox-inline label {
        margin-bottom: 0;
    }

        label.fuelux .radio:hover:before, label.fuelux .checkbox:hover:before, label.fuelux .radio-inline:hover:before, label.fuelux .checkbox-inline:hover:before, .input-label.fuelux .radio:hover:before, .input-label.fuelux .checkbox:hover:before, .input-label.fuelux .radio-inline:hover:before, .input-label.fuelux .checkbox-inline:hover:before, .fuelux .radio label:hover:before, .fuelux .checkbox label:hover:before, .fuelux .radio-inline label:hover:before, .fuelux .checkbox-inline label:hover:before, .fuelux .radio .input-label:hover:before, .fuelux .checkbox .input-label:hover:before, .fuelux .radio-inline .input-label:hover:before, .fuelux .checkbox-inline .input-label:hover:before {
            box-shadow: inset 0 0 2px 1px rgba(91,157,217,0.7),0 0 5px 0 rgba(91,157,217,0.7);
        }

    .fuelux .radio label, .fuelux .checkbox label, .fuelux .radio-inline label, .fuelux .checkbox-inline label, .fuelux .radio .input-label, .fuelux .checkbox .input-label, .fuelux .radio-inline .input-label, .fuelux .checkbox-inline .input-label, label.fuelux .radio, label.fuelux .checkbox, label.fuelux .radio-inline, label.fuelux .checkbox-inline {
        cursor: pointer;
        font-weight: normal;
    }

    .fuelux .radio.highlight input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .radio-inline.highlight input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .checkbox-inline.highlight input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .radio.highlight input[type="radio"]:not(.sr-only) ~ label, .fuelux .checkbox.highlight input[type="radio"]:not(.sr-only) ~ label, .fuelux .radio-inline.highlight input[type="radio"]:not(.sr-only) ~ label, .fuelux .checkbox-inline.highlight input[type="radio"]:not(.sr-only) ~ label {
        padding: 4px;
        border-radius: 4px;
    }

    .fuelux .radio.highlight input[type="checkbox"]:not(.sr-only):checked ~ label, .fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only):checked ~ label, .fuelux .radio-inline.highlight input[type="checkbox"]:not(.sr-only):checked ~ label, .fuelux .checkbox-inline.highlight input[type="checkbox"]:not(.sr-only):checked ~ label, .fuelux .radio.highlight input[type="radio"]:not(.sr-only):checked ~ label, .fuelux .checkbox.highlight input[type="radio"]:not(.sr-only):checked ~ label, .fuelux .radio-inline.highlight input[type="radio"]:not(.sr-only):checked ~ label, .fuelux .checkbox-inline.highlight input[type="radio"]:not(.sr-only):checked ~ label {
        background-color: #e6e6e6;
        opacity: 1;
        z-index: 0;
    }

    .fuelux .radio input[type="checkbox"]:not(.sr-only), .fuelux .checkbox input[type="checkbox"]:not(.sr-only), .fuelux .radio-inline input[type="checkbox"]:not(.sr-only), .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only), .fuelux .radio input[type="radio"]:not(.sr-only), .fuelux .checkbox input[type="radio"]:not(.sr-only), .fuelux .radio-inline input[type="radio"]:not(.sr-only), .fuelux .checkbox-inline input[type="radio"]:not(.sr-only) {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

        .fuelux .radio input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .radio input[type="radio"]:not(.sr-only) ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only) ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only) ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only) ~ label {
            padding-left: 0;
        }

            .fuelux .radio input[type="checkbox"]:not(.sr-only) ~ label:before, .fuelux .checkbox input[type="checkbox"]:not(.sr-only) ~ label:before, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only) ~ label:before, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only) ~ label:before, .fuelux .checkbox input[type="radio"]:not(.sr-only) ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only) ~ label:before, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only) ~ label:before {
                font-family: "Glyphicons Halflings";
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                speak: none;
                border: 1px solid #aaaaaa;
                color: #FFF;
                font-size: 9px;
                width: 14px;
                height: 14px;
                padding: 0;
                margin-top: 0;
                margin-bottom: -2px;
                cursor: pointer;
                display: inline-block;
                text-align: left;
                z-index: 2;
                content: "";
            }

        .fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):active ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label {
            color: #333333;
            color: #39b3d7;
            cursor: pointer;
        }

            .fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label:before, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label:before, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label:before, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only):active ~ label:before, .fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label:before, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label:before, .fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label:before, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label:before, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label:before, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label:before, .fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label:before, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label:before {
                box-shadow: inset 0 0 2px 1px #5b9dd9,0 0 5px 0 #5b9dd9;
                outline: none;
            }

            .fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):active ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only):active ~ label:hover, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):active ~ label:hover, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active ~ label:hover, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active ~ label:hover, .fuelux .radio input[type="radio"]:not(.sr-only):active ~ label:hover, .fuelux .checkbox input[type="radio"]:not(.sr-only):active ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label:hover, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active ~ label:hover, .fuelux .radio input[type="checkbox"]:not(.sr-only):focus ~ label:hover, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus ~ label:hover, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus ~ label:hover, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus ~ label:hover, .fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label:hover, .fuelux .checkbox input[type="radio"]:not(.sr-only):focus ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label:hover, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus ~ label:hover {
                color: #333333;
                cursor: pointer;
            }

        .fuelux .radio input[type="checkbox"]:not(.sr-only):active:hover ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):active:hover ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only):active:hover ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active:hover ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only):checked:hover ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked:hover ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only):checked:hover ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked:hover ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):active:hover ~ label:hover, .fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label:hover, .fuelux .checkbox input[type="radio"]:not(.sr-only):active:hover ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label:hover, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):active:hover ~ label:hover, .fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .checkbox input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked:hover ~ label:hover, .fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label:hover, .fuelux .checkbox input[type="radio"]:not(.sr-only):checked:hover ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:hover, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:hover {
            color: #333333;
            cursor: pointer;
        }

        .fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label, .fuelux .radio input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled] ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled] ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label, .fuelux .radio input[type="radio"]:not(.sr-only)[disabled] ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled] ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled] ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled] ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only):disabled ~ label, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):disabled ~ label, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):disabled ~ label, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):disabled ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):disabled ~ label, .fuelux .checkbox input[type="radio"]:not(.sr-only):disabled ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):disabled ~ label, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):disabled ~ label, .fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before, .fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled="disabled"] ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before, .fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled="disabled"] ~ label:before, .fuelux .radio input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before, .fuelux .checkbox input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only)[disabled] ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only)[disabled] ~ label:before, .fuelux .checkbox input[type="radio"]:not(.sr-only)[disabled] ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only)[disabled] ~ label:before, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only)[disabled] ~ label:before, .fuelux .radio input[type="checkbox"]:not(.sr-only):disabled ~ label:before, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):disabled ~ label:before, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):disabled ~ label:before, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):disabled ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only):disabled ~ label:before, .fuelux .checkbox input[type="radio"]:not(.sr-only):disabled ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):disabled ~ label:before, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):disabled ~ label:before {
            color: #333333;
            opacity: .65;
            cursor: not-allowed !important;
            outline: none;
            box-shadow: none;
        }

        .fuelux .radio input[type="checkbox"]:not(.sr-only):checked ~ label:before, .fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked ~ label:before, .fuelux .radio-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only):checked ~ label:before, .fuelux .checkbox input[type="radio"]:not(.sr-only):checked ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):checked ~ label:before, .fuelux .checkbox-inline input[type="radio"]:not(.sr-only):checked ~ label:before {
            background: #39b3d7;
            border-color: #39b3d7;
        }

    .fuelux .radio.highlight:before, .fuelux .checkbox.highlight:before, .fuelux .radio-inline.highlight:before, .fuelux .checkbox-inline.highlight:before {
        left: 4px;
        top: 7px;
    }

.fuelux .radio.highlight input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only) ~ label, .fuelux .radio.highlight input[type="radio"]:not(.sr-only) ~ label, .fuelux .checkbox.highlight input[type="radio"]:not(.sr-only) ~ label {
    left: -8px;
    position: relative;
}

.fuelux .radio-inline, .fuelux .checkbox-inline {
    padding-left: 0;
}

    .fuelux .radio-inline:before, .fuelux .checkbox-inline:before {
        left: 0;
        top: 3px;
    }

.fuelux .checkbox.multiline, .fuelux .radio.multiline {
    float: left;
    margin-left: 15px;
}

    .fuelux .checkbox.multiline ~ .control-label, .fuelux .radio.multiline ~ .control-label {
        float: left;
        width: 80%;
        margin-left: 10px;
        text-align: left;
    }

        .fuelux .checkbox.multiline ~ .control-label > label, .fuelux .radio.multiline ~ .control-label > label {
            font-weight: normal;
            cursor: pointer;
        }

.fuelux .checkbox.highlight + .checkbox.highlight {
    margin-top: -5px;
}

.fuelux .checkbox.highlight label.checkbox-custom {
    padding: 4px 4px 4px 24px;
}

.fuelux .checkbox.highlight.checked label.checkbox-custom, .fuelux .checkbox.highlight label.checked.checkbox-custom {
    background: #e6e6e6;
    border-radius: 4px;
}

.fuelux .checkbox input[type="checkbox"]:focus + .checkbox-label, .fuelux .checkbox input[type="checkbox"]:hover + .checkbox-label, .fuelux .checkbox .checkbox-label:hover {
    color: #999999;
}

.fuelux .checkbox input[type="checkbox"]:disabled:focus + .checkbox-label, .fuelux .checkbox input[type="checkbox"]:disabled:hover + .checkbox-label, .fuelux .checkbox.disabled label:hover {
    color: inherit;
}

.fuelux .form-horizontal .checkbox-inline {
    padding-top: 0;
}

.fuelux .input-group-addon.checkbox-custom {
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 24px;
}

    .fuelux .input-group-addon.checkbox-custom input[type=checkbox] {
        position: absolute;
        margin-left: -24px;
    }

    .fuelux .input-group-addon.checkbox-custom:before {
        left: 11px;
        top: 9px;
    }

.fuelux .checkbox-custom {
    position: relative;
}

    .fuelux .checkbox-custom:before {
        font-family: "Glyphicons Halflings" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 1px solid #aaaaaa;
        border-radius: 4px;
        color: #FFF;
        content: " ";
        font-size: 9px;
        height: 14px;
        left: 0;
        padding: 1px 0 0 1px;
        position: absolute;
        top: 3px;
        width: 14px;
    }

    .fuelux .checkbox-custom:active:before, .fuelux .checkbox-custom:focus:before {
        color: #5B9DD9;
        cursor: pointer;
        box-shadow: inset 0 0 2px 1px #5B9DD9,0 0 5px 0 #5B9DD9;
    }

    .fuelux .checkbox-custom.highlight:before {
        left: 4px;
        top: 6px;
    }

    .fuelux .checkbox-custom.checked:before {
        background: #39b3d7;
        border-color: #39b3d7;
        content: "\e013";
    }

    .fuelux .checkbox-custom.disabled {
        cursor: not-allowed;
        opacity: .65;
    }

        .fuelux .checkbox-custom.disabled:before {
            cursor: not-allowed;
            opacity: .65;
        }

    .fuelux .checkbox-custom.checkbox-inline:before {
        left: 0;
        top: 3px;
    }

    .fuelux .checkbox-custom.checkbox-inline.highlight {
        padding: 4px 4px 4px 24px;
        left: -4px;
    }

        .fuelux .checkbox-custom.checkbox-inline.highlight:before {
            left: 4px;
            top: 7px;
        }

        .fuelux .checkbox-custom.checkbox-inline.highlight.checked {
            background: #e6e6e6;
            border-radius: 4px;
        }

    .fuelux .checkbox-custom input[type="checkbox"]:focus + .checkbox-label {
        color: #999999;
    }

    .fuelux .checkbox-custom input[type="checkbox"] + .checkbox-label.truncate {
        display: inherit;
        line-height: 14px;
        margin-top: 3px;
        margin-bottom: -3px;
    }

.fuelux label.checkbox-custom.checkbox-inline {
    padding-left: 20px;
}

.fuelux .checkbox input[type="checkbox"]:not(.sr-only) ~ label:before, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only) ~ label:before {
    border-radius: 4px;
    z-index: 1;
}

.fuelux .checkbox input[type="checkbox"]:not(.sr-only):checked ~ label:before, .fuelux .checkbox-inline input[type="checkbox"]:not(.sr-only):checked ~ label:before {
    color: white;
    content: "\e013";
    line-height: 1em;
    padding-left: 1px;
    font-size: 8px;
    padding-top: 2px;
}

.fuelux .checkbox.hightlight + .checkbox-inline.highlight, .fuelux .checkbox-inline.hightlight + .checkbox-inline.highlight {
    margin-left: -14px;
}

    .fuelux .checkbox.hightlight + .checkbox-inline.highlight.checkbox-custom, .fuelux .checkbox-inline.hightlight + .checkbox-inline.highlight.checkbox-custom {
        margin-left: 0;
    }

.fuelux .checkbox.highlight input[type="checkbox"]:not(.sr-only) ~ label {
    left: -4px;
}

.fuelux .radio.highlight {
    padding: 4px;
    margin: 0 0 5px 0;
}

    .fuelux .radio.highlight + .radio.highlight {
        margin-top: -9px;
    }

    .fuelux .radio.highlight label.radio-custom {
        left: -8px;
        padding: 4px 4px 4px 24px;
        border-radius: 4px;
    }

        .fuelux .radio.highlight label.radio-custom:before {
            left: 5px;
            top: 7px;
        }

        .fuelux .radio.highlight label.radio-custom:after {
            left: 9px;
            top: 11px;
        }

        .fuelux .radio.highlight.checked label.radio-custom, .fuelux .radio.highlight label.radio-custom.checked {
            background: #e6e6e6;
            border-radius: 4px;
        }

.fuelux .radio input[type="radio"]:focus + .radio-label, .fuelux .radio input[type="radio"]:hover + .radio-label, .fuelux .radio .radio-label:hover {
    color: #999999;
}

.fuelux .form-horizontal .radio-inline {
    padding-top: 0;
}

.fuelux .input-group-addon.radio-custom.radio-inline:before {
    left: 11px;
    top: 9px;
}

.fuelux .input-group-addon.radio-custom.radio-inline:after {
    left: 15px;
    top: 13px;
}

.fuelux .radio-custom {
    position: relative;
}

    .fuelux .radio-custom .highlight {
        padding: 4px;
        margin: 0 0 5px 0;
    }

        .fuelux .radio-custom .highlight.checked {
            background: #e6e6e6;
            border-radius: 4px;
        }

    .fuelux .radio-custom:after {
        background: transparent;
        border-radius: 6px;
        content: " ";
        height: 6px;
        left: 4px;
        position: absolute;
        top: 7px;
        width: 6px;
    }

    .fuelux .radio-custom:before {
        border: 1px solid #aaaaaa;
        border-radius: 14px;
        content: " ";
        height: 14px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 14px;
    }

    .fuelux .radio-custom.checked:after {
        background: #FFF;
    }

    .fuelux .radio-custom.checked:before {
        background: #39b3d7;
        border-color: #39b3d7;
    }

    .fuelux .radio-custom.disabled {
        cursor: not-allowed;
        opacity: .65;
    }

        .fuelux .radio-custom.disabled:after {
            cursor: not-allowed;
        }

        .fuelux .radio-custom.disabled:before {
            cursor: not-allowed;
            opacity: .65;
        }

    .fuelux .radio-custom.radio-inline:after {
        left: 4px;
        top: 7px;
    }

    .fuelux .radio-custom.radio-inline:before {
        left: 0;
        top: 3px;
    }

    .fuelux .radio-custom.radio-inline.highlight {
        left: -3px;
        padding: 4px 4px 4px 24px;
    }

        .fuelux .radio-custom.radio-inline.highlight:after {
            left: 8px;
            top: 11px;
        }

        .fuelux .radio-custom.radio-inline.highlight:before {
            left: 4px;
            top: 7px;
        }

        .fuelux .radio-custom.radio-inline.highlight.checked {
            background: #e6e6e6;
            border-radius: 4px;
        }

    .fuelux .radio-custom input[type="radio"]:focus + .radio-label {
        color: #999999;
    }

    .fuelux .radio-custom input[type="radio"] + .radio-label.truncate {
        display: inherit;
        line-height: 14px;
        margin-top: 3px;
        margin-bottom: -3px;
    }

.fuelux label.radio-custom.radio-inline {
    padding-left: 20px;
}

.fuelux .radio input[type="radio"]:not(.sr-only) ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only) ~ label:before {
    border-radius: 8px;
    z-index: 1;
}

.fuelux .radio input[type="radio"]:not(.sr-only):checked ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):checked ~ label:before {
    background: #39b3d7;
    background: -moz-radial-gradient(center, ellipse cover, #FFF 0, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #FFF), color-stop(40%, #FFF), color-stop(41%, #39b3d7), color-stop(100%, #39b3d7));
    background: -webkit-radial-gradient(center, ellipse cover, #FFF 0, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
    background: -o-radial-gradient(center, ellipse cover, #FFF 0, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
    background: -ms-radial-gradient(center, ellipse cover, #FFF 0, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
    background: radial-gradient(ellipse at center, #FFF 0, #FFF 40%, #39b3d7 41%, #39b3d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#39b3d7', GradientType=1);
}

.fuelux .radio input[type="radio"]:not(.sr-only):hover ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):hover ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only):active ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only):focus ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus ~ label:before {
    box-shadow: inset 0 0 2px 1px #5b9dd9,0 0 5px 0 #5b9dd9;
}

.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:before, .fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label:before, .fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:before {
    outline-color: none;
    outline-offset: 0;
    outline-style: none;
    outline-width: 0;
    cursor: default;
}

.fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label, .fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label, .fuelux .radio input[type="radio"]:not(.sr-only):active:hover ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):active:hover ~ label:hover, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):focus:hover ~ label:hover, .fuelux .radio input[type="radio"]:not(.sr-only):checked:hover ~ label:hover, .fuelux .radio-inline input[type="radio"]:not(.sr-only):checked:hover ~ label:hover {
    color: #333333;
    cursor: default;
}

.fuelux .combobox.disabled .input-group-btn {
    cursor: not-allowed;
}

.fuelux .combobox input::-ms-clear {
    display: none;
}

.fuelux .combobox .dropdown-menu > li.selected > a {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.fuelux .combobox .dropdown-menu > li > em {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.fuelux .datepicker-calendar {
    padding: 16px 16px 0;
    min-height: 262px;
}

    .fuelux .datepicker-calendar button {
        border: 0;
        padding: 0;
        background-color: transparent;
    }

.fuelux .datepicker-calendar-days {
    height: 182px;
    margin: 10px 0 12px;
    width: 100%;
}

    .fuelux .datepicker-calendar-days thead {
        border-bottom: 1px solid #cccccc;
    }

    .fuelux .datepicker-calendar-days tbody:before {
        color: transparent;
        content: "\200C";
        display: block;
        line-height: 3px;
        visibility: hidden;
    }

    .fuelux .datepicker-calendar-days td, .fuelux .datepicker-calendar-days th {
        font-size: 14px;
        height: 32px;
        text-align: center;
        vertical-align: middle;
        width: 14.29%;
    }

        .fuelux .datepicker-calendar-days td b, .fuelux .datepicker-calendar-days td button {
            color: #333333;
            display: inline-block;
            font-weight: normal;
            height: 30px;
            text-decoration: none;
            width: 30px;
        }

        .fuelux .datepicker-calendar-days td b {
            line-height: 30px;
        }

        .fuelux .datepicker-calendar-days td span {
            display: block;
            border-radius: 4px;
        }

            .fuelux .datepicker-calendar-days td span:hover {
                background: #f5f5f5;
                text-decoration: none;
            }

        .fuelux .datepicker-calendar-days td.current-day span {
            border: 1px solid #333333;
        }

        .fuelux .datepicker-calendar-days td.last-month, .fuelux .datepicker-calendar-days td.next-month {
            background: #d5d5d5;
        }

            .fuelux .datepicker-calendar-days td.last-month.first, .fuelux .datepicker-calendar-days td.next-month.first {
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                padding-left: 1px;
            }

            .fuelux .datepicker-calendar-days td.last-month.last, .fuelux .datepicker-calendar-days td.next-month.last {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                padding-right: 1px;
            }

        .fuelux .datepicker-calendar-days td.past b, .fuelux .datepicker-calendar-days td.past button {
            color: #999999;
        }

        .fuelux .datepicker-calendar-days td.restricted b, .fuelux .datepicker-calendar-days td.restricted button {
            cursor: no-drop;
            position: relative;
        }

            .fuelux .datepicker-calendar-days td.restricted b:before, .fuelux .datepicker-calendar-days td.restricted button:before {
                border-top: 1px solid #e9322d;
                bottom: 0;
                content: " ";
                display: block;
                left: 5px;
                position: absolute;
                right: 5px;
                top: 50%;
            }

            .fuelux .datepicker-calendar-days td.restricted b:hover, .fuelux .datepicker-calendar-days td.restricted button:hover {
                background: none;
            }

        .fuelux .datepicker-calendar-days td.selected span {
            background: #eeeeee;
        }

            .fuelux .datepicker-calendar-days td.selected span:hover {
                background: #dddddd;
            }

        .fuelux .datepicker-calendar-days td.selected b, .fuelux .datepicker-calendar-days td.selected button {
            color: #878787;
        }

        .fuelux .datepicker-calendar-days td.selected.current-day {
            box-shadow: 0 0 0 1px #FFF offset;
        }

            .fuelux .datepicker-calendar-days td.selected.current-day b, .fuelux .datepicker-calendar-days td.selected.current-day button {
                color: #222222;
            }

            .fuelux .datepicker-calendar-days td.selected.current-day span:hover b, .fuelux .datepicker-calendar-days td.selected.current-day span:hover button {
                border-color: #0f5f9f;
            }

    .fuelux .datepicker-calendar-days th {
        font-weight: bold;
        height: 22px;
        vertical-align: top;
    }

.fuelux .datepicker-calendar-header {
    *zoom: 1;
}

    .fuelux .datepicker-calendar-header:before, .fuelux .datepicker-calendar-header:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .fuelux .datepicker-calendar-header:after {
        clear: both;
    }

    .fuelux .datepicker-calendar-header button {
        border: 0;
        padding: 0;
        background-color: transparent;
    }

    .fuelux .datepicker-calendar-header .title {
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 174px;
        color: #222222;
        font-size: 20px;
        line-height: 30px;
        text-decoration: underline;
        vertical-align: middle;
    }

        .fuelux .datepicker-calendar-header .title:hover {
            color: #0f5f9f;
            text-decoration: underline;
        }

        .fuelux .datepicker-calendar-header .title.disabled {
            cursor: default;
            pointer-events: none;
            text-decoration: none;
        }

        .fuelux .datepicker-calendar-header .title .month {
            display: inline;
            margin: 0;
            padding: 0;
        }

            .fuelux .datepicker-calendar-header .title .month span {
                display: none;
            }

                .fuelux .datepicker-calendar-header .title .month span.current {
                    display: inline;
                }

    .fuelux .datepicker-calendar-header .next, .fuelux .datepicker-calendar-header .prev {
        background: #666666;
        background-clip: padding-box;
        border-radius: 30px;
        cursor: pointer;
        float: left;
        height: 30px;
        text-align: center;
        width: 30px;
    }

        .fuelux .datepicker-calendar-header .next span.glyphicon, .fuelux .datepicker-calendar-header .prev span.glyphicon {
            color: #FFF;
            font-size: 16px;
            line-height: 30px;
        }

        .fuelux .datepicker-calendar-header .next:hover, .fuelux .datepicker-calendar-header .prev:hover {
            background: #0f5f9f;
        }

    .fuelux .datepicker-calendar-header .next {
        float: right;
    }

        .fuelux .datepicker-calendar-header .next span.glyphicon {
            line-height: 28px;
        }

.fuelux .datepicker-calendar-footer {
    background: #e6e6e6;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #cccccc;
    height: 30px;
    margin: 0 -16px;
    padding: 4px 14px;
}

    .fuelux .datepicker-calendar-footer .datepicker-today {
        color: #333333;
        font-size: 14px;
        text-decoration: underline;
    }

        .fuelux .datepicker-calendar-footer .datepicker-today:hover {
            color: #1b75bb;
            text-decoration: underline;
        }

        .fuelux .datepicker-calendar-footer .datepicker-today.disabled {
            color: #878787;
            cursor: default;
            pointer-events: none;
        }

            .fuelux .datepicker-calendar-footer .datepicker-today.disabled:hover {
                color: #878787;
            }

.fuelux .datepicker-calendar-wrapper {
    border: 1px solid #757575;
    min-height: 20px;
    padding: 0;
    width: 300px;
}

.fuelux .datepicker-wheels {
    display: none;
}

    .fuelux .datepicker-wheels ul button {
        border: 0;
        padding: 0;
        background-color: transparent;
    }

.fuelux .datepicker-wheels-footer {
    background: #e6e6e6;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #cccccc;
    clear: both;
}

    .fuelux .datepicker-wheels-footer .datepicker-wheels-back {
        display: block;
        color: #222222;
        float: left;
        line-height: 22px;
        border: 0;
        background-color: transparent;
    }

        .fuelux .datepicker-wheels-footer .datepicker-wheels-back:hover {
            color: #1b75bb;
        }

    .fuelux .datepicker-wheels-footer .datepicker-wheels-select {
        float: right;
        background-color: transparent;
        color: #5B9DD9;
    }

        .fuelux .datepicker-wheels-footer .datepicker-wheels-select:hover {
            color: #1b75bb;
        }

.fuelux .datepicker-wheels-month, .fuelux .datepicker-wheels-year {
    float: left;
    width: 50%;
}

    .fuelux .datepicker-wheels-month ul, .fuelux .datepicker-wheels-year ul {
        height: 217px;
        list-style-type: none;
        margin: 0;
        overflow: auto;
        padding: 0;
        text-align: center;
    }

        .fuelux .datepicker-wheels-month ul li, .fuelux .datepicker-wheels-year ul li {
            margin: 4px 0;
        }

            .fuelux .datepicker-wheels-month ul li button, .fuelux .datepicker-wheels-year ul li button {
                width: 100%;
                text-align: center;
                color: #454545;
                display: block;
                font-size: 16px;
                line-height: 24px;
                text-decoration: none;
            }

                .fuelux .datepicker-wheels-month ul li button:hover, .fuelux .datepicker-wheels-year ul li button:hover {
                    background: #d9edf7;
                    text-decoration: none;
                }

            .fuelux .datepicker-wheels-month ul li.selected button, .fuelux .datepicker-wheels-year ul li.selected button {
                background: #1b75bb;
                color: #FFF;
            }

                .fuelux .datepicker-wheels-month ul li.selected button:hover, .fuelux .datepicker-wheels-year ul li.selected button:hover {
                    background: #0f5f9f;
                }

    .fuelux .datepicker-wheels-month .header, .fuelux .datepicker-wheels-year .header {
        background: #e6e6e6;
        background-clip: padding-box;
        border-bottom: 1px solid #cccccc;
        border-radius: 4px 0 0 0;
        color: #222222;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }

    .fuelux .datepicker-wheels-month.full, .fuelux .datepicker-wheels-year.full {
        border-left: 0;
        width: 100%;
    }

        .fuelux .datepicker-wheels-month.full .header, .fuelux .datepicker-wheels-year.full .header {
            border-radius: 4px 4px 0 0;
        }

.fuelux .datepicker-wheels-year {
    border-left: 1px solid #cccccc;
    float: right;
}

    .fuelux .datepicker-wheels-year .header {
        border-radius: 0 4px 0 0;
    }

.fuelux .datepicker input::-ms-clear {
    display: none;
}

.fuelux .infinitescroll {
    overflow-y: auto;
}

    .fuelux .infinitescroll .infinitescroll-end {
        clear: both;
        font-style: italic;
        padding: 6px;
        text-align: center;
    }

    .fuelux .infinitescroll .infinitescroll-load {
        clear: both;
        padding: 6px;
    }

        .fuelux .infinitescroll .infinitescroll-load button {
            padding: 5px 12px;
            width: 100%;
        }

        .fuelux .infinitescroll .infinitescroll-load .loader {
            font-size: 32px;
            height: 32px;
            margin: 0 auto;
            width: 32px;
        }

.fuelux .dropUp, .fuelux .dropup {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.fuelux .loader {
    height: 64px;
    font-size: 64px;
    position: relative;
    width: 64px;
}

    .fuelux .loader:after, .fuelux .loader:before {
        font-family: "fuelux" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .fuelux .loader:before {
        content: '\e000';
        opacity: .33;
    }

    .fuelux .loader.iefix:before {
        color: #bbbbbb;
        opacity: 1;
    }

    .fuelux .loader[data-frame="1"]:after {
        content: '\e001';
    }

    .fuelux .loader[data-frame="2"]:after {
        content: '\e002';
    }

    .fuelux .loader[data-frame="3"]:after {
        content: '\e003';
    }

    .fuelux .loader[data-frame="4"]:after {
        content: '\e004';
    }

    .fuelux .loader[data-frame="5"]:after {
        content: '\e005';
    }

    .fuelux .loader[data-frame="6"]:after {
        content: '\e006';
    }

    .fuelux .loader[data-frame="7"]:after {
        content: '\e007';
    }

    .fuelux .loader[data-frame="8"]:after {
        content: '\e008';
    }

.fuelux .pillbox {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    cursor: text;
    padding: 3px;
}

    .fuelux .pillbox[data-readonly] {
        border: 1px solid transparent;
    }

        .fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap {
            display: inline-block;
        }

            .fuelux .pillbox[data-readonly].truncate .pillbox-input-wrap.truncated {
                display: none;
            }

        .fuelux .pillbox[data-readonly].truncate .pillbox-more {
            display: inline;
        }

        .fuelux .pillbox[data-readonly] .pill span.glyphicon-close {
            display: none;
        }

        .fuelux .pillbox[data-readonly] .pillbox-add-item {
            display: none;
        }

        .fuelux .pillbox[data-readonly] .pillbox-input-wrap {
            display: none;
        }

            .fuelux .pillbox[data-readonly] .pillbox-input-wrap button.dropdown-toggle {
                display: none;
            }

    .fuelux .pillbox.pills-editable .pill-group .pill span {
        cursor: text;
    }

        .fuelux .pillbox.pills-editable .pill-group .pill span.glyphicon-close {
            cursor: pointer;
        }

    .fuelux .pillbox > .pill-group {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .fuelux .pillbox > .pill-group > .pill {
            margin: 2px;
            cursor: default;
            float: left;
            word-break: break-all;
        }

            .fuelux .pillbox > .pill-group > .pill.pillbox-highlight {
                outline: 1px dotted #999999;
            }

            .fuelux .pillbox > .pill-group > .pill.truncated {
                display: none;
            }

            .fuelux .pillbox > .pill-group > .pill .pillbox-list-edit {
                border: none;
                color: #333333;
                font-weight: normal;
                border-radius: 2px;
            }

                .fuelux .pillbox > .pill-group > .pill .pillbox-list-edit:focus {
                    outline: none;
                    border: none;
                }

            .fuelux .pillbox > .pill-group > .pill .glyphicon-close {
                cursor: pointer;
                top: -1px;
                left: 2px;
            }

                .fuelux .pillbox > .pill-group > .pill .glyphicon-close:before {
                    content: " \00d7";
                }

                .fuelux .pillbox > .pill-group > .pill .glyphicon-close:hover {
                    opacity: .4;
                }

    .fuelux .pillbox .pillbox-input-wrap {
        position: relative;
        margin: 4px 0 3px 3px;
        float: left;
    }

        .fuelux .pillbox .pillbox-input-wrap.editing {
            border: 1px solid #cccccc;
            border-radius: 4px;
            margin: 2px 0 3px 3px;
        }

            .fuelux .pillbox .pillbox-input-wrap.editing input.pillbox-add-item {
                border-radius: 4px;
                color: #333333;
                height: 32px;
            }

    .fuelux .pillbox .pillbox-add-item {
        border: none;
        box-shadow: none;
    }

        .fuelux .pillbox .pillbox-add-item:focus {
            outline: none;
            border: none;
        }

    .fuelux .pillbox .pillbox-more {
        cursor: pointer;
        display: none;
        line-height: 30px;
    }

    .fuelux .pillbox .suggest {
        max-height: 166px;
        overflow-y: auto;
    }

        .fuelux .pillbox .suggest > li {
            white-space: nowrap;
            cursor: pointer;
            padding: 3px 20px;
        }

            .fuelux .pillbox .suggest > li.pillbox-suggest-sel {
                background-color: #eeeeee;
            }

            .fuelux .pillbox .suggest > li:hover {
                background-color: #eeeeee;
            }

    .fuelux .pillbox input::-ms-clear {
        display: none;
    }

.fuelux .placard {
    display: inline-block;
    position: relative;
}

    .fuelux .placard[data-ellipsis="true"].showing div.placard-field, .fuelux .placard[data-ellipsis="true"].showing input.placard-field {
        overflow: auto;
        text-overflow: clip;
        white-space: normal;
    }

    .fuelux .placard[data-ellipsis="true"] div.placard-field, .fuelux .placard[data-ellipsis="true"] input.placard-field {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .fuelux .placard[data-ellipsis="true"] div.placard-field::-ms-clear, .fuelux .placard[data-ellipsis="true"] input.placard-field::-ms-clear {
            display: none;
        }

        .fuelux .placard[data-ellipsis="true"] div.placard-field[data-textarea] {
            overflow: auto;
            text-overflow: clip;
            white-space: normal;
        }

    .fuelux .placard[data-ellipsis="true"] textarea.placard-field[readonly] {
        overflow: hidden;
    }

    .fuelux .placard.showing .placard-footer, .fuelux .placard.showing .placard-header, .fuelux .placard.showing .placard-popup {
        display: block;
        z-index: 1;
    }

    .fuelux .placard.showing div.placard-field, .fuelux .placard.showing input.placard-field, .fuelux .placard.showing textarea.placard-field {
        background: #FFF;
        border: 1px solid #cccccc;
        box-shadow: none;
        position: relative;
        z-index: 1;
    }

    .fuelux .placard div.placard-field, .fuelux .placard input.placard-field, .fuelux .placard textarea.placard-field {
        resize: none;
    }

        .fuelux .placard div.placard-field[readonly], .fuelux .placard input.placard-field[readonly], .fuelux .placard textarea.placard-field[readonly] {
            background: #FFF;
            cursor: auto;
        }

            .fuelux .placard div.placard-field[readonly].glass, .fuelux .placard input.placard-field[readonly].glass, .fuelux .placard textarea.placard-field[readonly].glass {
                background: none;
            }

                .fuelux .placard div.placard-field[readonly].glass:hover, .fuelux .placard input.placard-field[readonly].glass:hover, .fuelux .placard textarea.placard-field[readonly].glass:hover {
                    background: #d9edf7;
                    cursor: pointer;
                }

        .fuelux .placard div.placard-field:focus, .fuelux .placard input.placard-field:focus, .fuelux .placard textarea.placard-field:focus {
            border: 1px solid #cccccc;
            box-shadow: none;
        }

    .fuelux .placard div.placard-field {
        width: 168px;
        overflow: auto;
    }

        .fuelux .placard div.placard-field[data-textarea] {
            height: 54px;
        }

.fuelux .placard-cancel {
    font-size: 12px;
    margin-right: 4px;
    vertical-align: middle;
}

.fuelux .placard-footer, .fuelux .placard-header {
    display: none;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
}

.fuelux .placard-footer {
    padding: 4px 0 8px 0;
    text-align: right;
    top: 100%;
}

.fuelux .placard-header {
    bottom: 100%;
    padding: 8px 0 4px 0;
}

    .fuelux .placard-header h1, .fuelux .placard-header h2, .fuelux .placard-header h3, .fuelux .placard-header h4, .fuelux .placard-header h5, .fuelux .placard-header h6 {
        margin: 0;
    }

.fuelux .placard-popup {
    background: #d9edf7;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
    bottom: -8px;
    box-shadow: 0 0 0 1px #FFF inset;
    display: none;
    left: -8px;
    position: absolute;
    right: -8px;
    top: -8px;
}

.fuelux .placard .glass {
    background: transparent;
    border: 1px solid #FFF;
    box-shadow: none;
}

    .fuelux .placard .glass:hover {
        background: #d9edf7;
        border-color: #5B9DD9;
        cursor: pointer;
    }

        .fuelux .placard .glass:hover[disabled] {
            background: transparent;
            border-color: #FFF;
            cursor: not-allowed;
        }

    .fuelux .placard .glass:focus {
        background: #FFF;
        border-color: #5B9DD9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.75),0 0 8px rgba(91,157,217,0.6);
        cursor: auto;
    }

        .fuelux .placard .glass:focus[disabled] {
            background: transparent;
            border-color: #FFF;
            cursor: not-allowed;
        }

    .fuelux .placard .glass[disabled] {
        cursor: not-allowed;
    }

.fuelux .repeater {
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.fuelux .repeater-canvas.scrolling {
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.fuelux .repeater-header, .fuelux .repeater-footer {
    background: #fafafa;
    min-height: 50px;
    padding: 8px;
    *zoom: 1;
}

    .fuelux .repeater-header:before, .fuelux .repeater-footer:before, .fuelux .repeater-header:after, .fuelux .repeater-footer:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .fuelux .repeater-header:after, .fuelux .repeater-footer:after {
        clear: both;
    }

.fuelux .repeater-header-left, .fuelux .repeater-footer-left {
    float: left;
}

.fuelux .repeater-header-right, .fuelux .repeater-footer-right {
    float: right;
}

@media (max-width:625px) {
    .fuelux .repeater-header-left, .fuelux .repeater-footer-left, .fuelux .repeater-header-right, .fuelux .repeater-footer-right {
        float: none;
        *zoom: 1;
    }

        .fuelux .repeater-header-left:before, .fuelux .repeater-footer-left:before, .fuelux .repeater-header-right:before, .fuelux .repeater-footer-right:before, .fuelux .repeater-header-left:after, .fuelux .repeater-footer-left:after, .fuelux .repeater-header-right:after, .fuelux .repeater-footer-right:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .fuelux .repeater-header-left:after, .fuelux .repeater-footer-left:after, .fuelux .repeater-header-right:after, .fuelux .repeater-footer-right:after {
            clear: both;
        }

    .fuelux .repeater-header-left, .fuelux .repeater-footer-left {
        margin-bottom: 8px;
    }
}

.fuelux .repeater-header {
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.fuelux .repeater-footer {
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fuelux .repeater-loader {
    display: none;
    left: 50%;
    position: absolute;
    margin: -32px 0 0 -32px;
    top: 50%;
}

.fuelux .repeater-viewport {
    min-height: 80px;
    position: relative;
}

.fuelux .repeater-pagination label {
    font-weight: normal;
}

.fuelux .repeater-pagination .repeater-primaryPaging {
    display: none;
    vertical-align: middle;
    width: 116px;
}

    .fuelux .repeater-pagination .repeater-primaryPaging.active {
        display: inline-block;
    }

    .fuelux .repeater-pagination .repeater-primaryPaging ul.dropdown-menu {
        min-width: 116px;
    }

.fuelux .repeater-pagination .repeater-secondaryPaging {
    display: none;
    width: 82px;
}

    .fuelux .repeater-pagination .repeater-secondaryPaging.active {
        display: inline-block;
    }

.fuelux .repeater-search {
    float: left;
    width: 200px;
}

.fuelux .repeater-title {
    display: block;
    float: left;
    line-height: 34px;
    margin-right: 10px;
}

.fuelux .repeater-itemization .selectlist, .fuelux .repeater-filters, .fuelux .repeater-secondaryPaging, .fuelux .repeater-primaryPaging, .fuelux .repeater-next, .fuelux .repeater-prev {
    margin: auto .3em;
}

.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable:hover td, .fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable.hovered td {
    background: #fff;
}

.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-select-checkbox {
    cursor: not-allowed;
}

.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table thead tr th.sortable, .fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table thead tr th .repeater-list-heading.sortable {
    background: #fafafa;
    cursor: auto;
}

.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable:hover.selected td, .fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable.hovered.selected td {
    background: #eee;
}

.fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable:hover td, .fuelux .repeater[data-viewtype="list"].disabled .repeater-canvas .repeater-list .repeater-list-wrapper table tbody tr.selectable.hovered td {
    background: #fff;
    cursor: auto;
}

.fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling {
    overflow: visible;
}

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.scrolling .repeater-list-wrapper {
        height: 100%;
        overflow: auto;
    }

.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list {
    position: relative;
}

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table {
        margin-bottom: 0;
        width: 100%;
    }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td {
            border-bottom: 1px solid #dddddd;
            border-left: 1px solid #dddddd;
            border-top: none;
        }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td:first-child {
                border-left: none;
            }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td.sorted {
                background: #fafafa;
            }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody td.truncate {
                display: inherit;
            }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr:focus {
            outline: 1px dotted #dddddd;
        }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.empty td {
            border-bottom: none;
            font-size: 14px;
            font-style: italic;
            padding: 20px;
            text-align: center;
            width: 100%;
        }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable:hover td, .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable.hovered td {
            background: #f5f5f5;
            cursor: pointer;
        }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selectable .checkbox-custom:before {
            margin-top: -4px;
            top: 0;
        }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selected td {
            background: #eeeeee;
            color: #333333;
        }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table tbody tr.selected td:first-child {
                padding-left: 30px;
            }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th {
            background: #fafafa;
            border-bottom: 1px solid #dddddd;
            border-left: 1px solid transparent;
            border-top: none;
            color: rgba(0,0,0,0);
            line-height: 1.42857;
            padding: 8px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
        }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th:first-child {
                border-left: none;
            }

                .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th:first-child .header-checkbox {
                    width: 37px;
                    padding-left: 12px;
                }

                    .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th:first-child .header-checkbox .checkbox-inline:before {
                        top: 0;
                    }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th.sortable:hover, .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th.sortable.sorted {
                background: #f5f5f5;
                cursor: pointer;
                background-color: #f2f2f2;
                background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
                background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
                background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
                background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
            }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th.sorted span.glyphicon {
                display: block;
                visibility: hidden;
            }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th span.glyphicon {
                display: none;
                float: right;
                margin-top: 2px;
            }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list table thead > tr > th .actions-hidden {
                visibility: hidden;
            }

.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-check {
    display: inline-block;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: top;
    width: 0;
}

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-check span.glyphicon {
        left: -22px;
        position: absolute;
        top: 2px;
    }

.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading {
    background: #fafafa;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-top: none;
    color: #333333;
    line-height: 1.42857;
    margin-left: -9px;
    padding: 8px;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.shifted {
        margin-left: -1px;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.shifted {
        margin-left: 0;
    }
}

.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable:hover, .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable.sorted {
    background: #f5f5f5;
    cursor: pointer;
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
    background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
    background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe6e6e6', GradientType=0);
}

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading.sortable.sorted span.glyphicon {
        display: block;
        visibility: visible;
    }

.fuelux .repeater[data-viewtype="list"] .repeater-canvas .repeater-list-heading span.glyphicon {
    display: none;
    float: right;
    margin-top: 2px;
}

.fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled {
    overflow: auto;
}

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list-wrapper {
        overflow: visible;
    }

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-column-wrapper {
        position: absolute;
        z-index: 2;
        left: 0;
    }

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-thead-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list .frozen-thead-wrapper table {
            border-right: 1px solid #dddddd;
        }

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table {
        table-layout: fixed;
        word-wrap: break-word;
    }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen {
            border-right: 1px solid #dddddd;
            z-index: 2;
            background: #FFF;
            border-collapse: collapse;
            table-layout: fixed;
            float: left;
        }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen td, .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen th {
                border-collapse: collapse;
                word-wrap: break-word;
            }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen .repeater-frozen-heading {
                background: #fafafa;
            }

                .fuelux .repeater[data-viewtype="list"] .repeater-canvas.frozen-enabled .repeater-list table.table-frozen .repeater-frozen-heading.shifted {
                    left: -1px;
                }

.fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled {
    overflow: auto;
}

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list-wrapper {
        overflow: visible;
    }

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper {
        position: absolute;
        z-index: 2;
        right: 0;
    }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table {
            table-layout: fixed;
            word-wrap: break-word;
        }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions {
                border-left: 1px solid #dddddd;
                z-index: 2;
                border-collapse: collapse;
                table-layout: fixed;
                float: right;
            }

                .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr {
                    border-left: 1px solid #dddddd;
                }

                    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.empty-heading {
                        background: transparent;
                        border-left: 1px solid transparent;
                    }

                        .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.empty-heading th {
                            background: transparent;
                        }

                    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td {
                        background: #FFF;
                    }

                    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable:hover td, .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable.hovered td {
                        background: #f5f5f5;
                        cursor: pointer;
                    }

                    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selectable .checkbox-custom:before {
                        margin-top: -4px;
                        top: 0;
                    }

                    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selected td {
                        background: #eeeeee;
                        color: #333333;
                    }

                        .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selected td:first-child {
                            padding-left: 30px;
                        }

                    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td, .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th {
                        border-collapse: collapse;
                        word-wrap: break-word;
                        padding-bottom: 5px;
                    }

                        .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td .btn-group, .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .btn-group {
                            width: 100%;
                            text-align: center;
                        }

                            .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr td .btn-group .btn, .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .btn-group .btn {
                                float: none;
                            }

                    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr.selected td:first-child {
                        padding-left: 8px;
                    }

                    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th {
                        border-bottom: 1px solid #dddddd;
                        padding-bottom: 7px;
                    }

                        .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .repeater-list-heading {
                            padding: 8px 0 7px;
                            border-left: 1px solid #fafafa;
                            margin-left: -9px;
                            width: 100%;
                        }

                            .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .repeater-list-heading .glyphicon {
                                display: inline-block;
                                float: none;
                                margin-top: 0;
                            }

                .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-column-wrapper table.table-actions .caret {
                    margin-left: 0;
                }

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list .actions-thead-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
    }

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list table {
        table-layout: fixed;
        word-wrap: break-word;
    }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list table thead tr th:last-child .repeater-list-heading {
            border-left: 1px solid transparent;
        }

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions {
        background-color: #FFF;
    }

        .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr {
            background-color: transparent;
        }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr.empty-heading {
                border-left: 1px solid #fafafa;
            }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr th {
                padding-bottom: 8px;
            }

            .fuelux .repeater[data-viewtype="list"] .repeater-canvas.actions-enabled .repeater-list.ie-9 .actions-column-wrapper table.table-actions tr td {
                padding-bottom: 6px;
                line-height: 1.39;
            }

.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list thead tr:first-child .header-checkbox {
    width: 37px;
}

    .fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list thead tr:first-child .header-checkbox .checkbox {
        margin: 0 4px;
    }

.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list tbody tr .body-checkbox {
    left: 4px;
    top: -3px;
}

.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled .repeater-list tr.selected td:first-child {
    padding-left: 8px;
}

.fuelux .repeater[data-viewtype="list"] .repeater-canvas.multi-select-enabled.actions-enabled .repeater-list .actions-column-wrapper table.table-actions tr th .repeater-list-heading {
    border-left: 1px solid #dddddd;
}

.fuelux .repeater[data-viewtype="list"] .repeater-loader {
    margin-top: -12px;
}

    .fuelux .repeater[data-viewtype="list"] .repeater-loader.noHeader {
        margin-top: -32px;
    }

.fuelux .repeater[data-viewtype="list"] .repeater-viewport {
    overflow: hidden;
}

.fuelux .repeater[data-viewtype="list"] .actions-wrapper {
    z-index: 10;
    text-align: right;
}

.fuelux .repeater.disabled .repeater-thumbnail.selectable:hover {
    background: #fff;
    cursor: auto;
}

.fuelux .repeater.disabled .repeater-thumbnail.selectable.selected:hover {
    background: #eeeeee;
}

.fuelux .repeater-thumbnail {
    border: 1px solid #dddddd;
    color: #666666;
    float: left;
    font-size: 14px;
    min-height: 110px;
    min-width: 100px;
    margin: 8px 7px;
    text-align: center;
}

    .fuelux .repeater-thumbnail img {
        display: block;
        margin-top: 10px;
        margin-bottom: 3px;
    }

.fuelux .repeater-thumbnail-cont {
    height: 100%;
    overflow-y: auto;
    padding: 6px;
    width: 100%;
}

    .fuelux .repeater-thumbnail-cont.align-center, .fuelux .repeater-thumbnail-cont.align-justify, .fuelux .repeater-thumbnail-cont.align-left, .fuelux .repeater-thumbnail-cont.align-right {
        position: relative;
        font-size: .1px;
    }

        .fuelux .repeater-thumbnail-cont.align-center:after, .fuelux .repeater-thumbnail-cont.align-justify:after, .fuelux .repeater-thumbnail-cont.align-left:after, .fuelux .repeater-thumbnail-cont.align-right:after {
            display: inline-block;
            width: 100%;
            content: '';
        }

        .fuelux .repeater-thumbnail-cont.align-center .infinitescroll-end, .fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-end, .fuelux .repeater-thumbnail-cont.align-left .infinitescroll-end, .fuelux .repeater-thumbnail-cont.align-right .infinitescroll-end, .fuelux .repeater-thumbnail-cont.align-center .infinitescroll-load, .fuelux .repeater-thumbnail-cont.align-justify .infinitescroll-load, .fuelux .repeater-thumbnail-cont.align-left .infinitescroll-load, .fuelux .repeater-thumbnail-cont.align-right .infinitescroll-load {
            display: inline-block;
            width: 100%;
        }

        .fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail, .fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail, .fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail, .fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail {
            display: inline-block;
            float: none;
            font-size: 14px;
        }

            .fuelux .repeater-thumbnail-cont.align-center .repeater-thumbnail:after, .fuelux .repeater-thumbnail-cont.align-justify .repeater-thumbnail:after, .fuelux .repeater-thumbnail-cont.align-left .repeater-thumbnail:after, .fuelux .repeater-thumbnail-cont.align-right .repeater-thumbnail:after {
                content: ' ';
            }

    .fuelux .repeater-thumbnail-cont.align-center {
        text-align: center;
    }

    .fuelux .repeater-thumbnail-cont.align-justify {
        text-align: justify;
    }

    .fuelux .repeater-thumbnail-cont.align-left {
        text-align: left;
    }

    .fuelux .repeater-thumbnail-cont.align-right {
        text-align: right;
    }

    .fuelux .repeater-thumbnail-cont div.empty {
        font-size: 14px;
        font-style: italic;
        padding: 14px 10px 20px;
        text-align: center;
    }

    .fuelux .repeater-thumbnail-cont .selectable:hover {
        background: #f5f5f5;
        cursor: pointer;
    }

    .fuelux .repeater-thumbnail-cont .selectable.selected {
        background: #eeeeee;
    }

        .fuelux .repeater-thumbnail-cont .selectable.selected:hover {
            background: #dddddd;
        }

.fuelux .spinbox {
    display: inline-block;
    position: relative;
}

    .fuelux .spinbox.digits-3 {
        width: 60px;
    }

    .fuelux .spinbox.disabled .spinbox-buttons {
        cursor: not-allowed;
    }

    .fuelux .spinbox .spinbox-input {
        float: left;
        padding-bottom: 3px;
        padding: 0 25px 0 7px;
    }

        .fuelux .spinbox .spinbox-input::-ms-clear {
            display: none;
        }

    .fuelux .spinbox .btn {
        position: relative;
        width: 20px;
        height: 13px;
        padding-top: 0;
        padding-right: 9px;
        padding-left: 9px;
        overflow-y: hidden;
    }

        .fuelux .spinbox .btn.disabled {
            cursor: not-allowed;
        }

    .fuelux .spinbox .spinbox-buttons {
        position: absolute;
        height: 28px;
        width: 20px;
        right: 2px;
    }

    .fuelux .spinbox .spinbox-up {
        padding: 0 0 14px 1px;
        top: 2px;
    }

        .fuelux .spinbox .spinbox-up .glyphicon-chevron-up {
            position: relative;
            top: 0;
        }

    .fuelux .spinbox .btn-group > .btn.spinbox-up {
        border-top-right-radius: 4px;
    }

    .fuelux .spinbox .spinbox-down {
        padding: 0 0 8px 1px;
        top: 2px;
        height: 15px;
        border-bottom-left-radius: 4px;
    }

        .fuelux .spinbox .spinbox-down .glyphicon-chevron-down {
            position: relative;
            left: 0;
            top: 0;
        }

    .fuelux .spinbox input::-ms-clear {
        display: none;
    }

.fuelux .scheduler .row {
    margin-bottom: 10px;
}

    .fuelux .scheduler .row.no-margin {
        margin-bottom: 0;
    }

.fuelux .scheduler .control-label {
    min-width: 7em;
}

.fuelux .scheduler .inline-form-text {
    float: left;
    line-height: 27px;
    margin-top: 4px;
}

.fuelux .scheduler .form-group {
    margin-bottom: 0;
}

.fuelux .scheduler .start-datetime .form-group {
    margin-left: 0;
}

.fuelux .scheduler .start-datetime .combobox {
    max-width: 9em;
}

    .fuelux .scheduler .start-datetime .combobox .dropdown-menu {
        max-height: 200px;
        overflow: auto;
    }

.fuelux .scheduler .start-datetime .dropdown {
    float: left;
    margin: 0 10px 0 0;
}

.fuelux .scheduler .timezone-container .input-group {
    max-width: 20em;
}

.fuelux .scheduler .timezone-container .dropdown-label {
    height: 18px;
    white-space: nowrap;
    max-width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fuelux .scheduler .timezone-container .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.fuelux .scheduler .repeat-panel {
    margin-left: 0;
}

    .fuelux .scheduler .repeat-panel label {
        font-weight: normal;
    }

    .fuelux .scheduler .repeat-panel .radio {
        margin-right: 10px;
    }

    .fuelux .scheduler .repeat-panel .form-group {
        margin-left: 0;
    }

.fuelux .scheduler .repeat-interval {
    margin-left: 0;
    *zoom: 1;
}

    .fuelux .scheduler .repeat-interval:before, .fuelux .scheduler .repeat-interval:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .fuelux .scheduler .repeat-interval:after {
        clear: both;
    }

    .fuelux .scheduler .repeat-interval .form-group {
        margin-left: 0;
    }

    .fuelux .scheduler .repeat-interval .dropdown-menu {
        max-height: 200px;
        overflow: auto;
    }

    .fuelux .scheduler .repeat-interval .repeat-every-panel {
        float: left;
    }

        .fuelux .scheduler .repeat-interval .repeat-every-panel .repeat-every-pretext {
            padding: 0 10px;
        }

        .fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox {
            float: left;
            margin-right: 10px;
        }

            .fuelux .scheduler .repeat-interval .repeat-every-panel .spinbox input {
                margin-bottom: 0;
            }

.fuelux .scheduler .repeat-monthly .repeat-monthly-date {
    margin-top: 10px;
    *zoom: 1;
}

    .fuelux .scheduler .repeat-monthly .repeat-monthly-date:before, .fuelux .scheduler .repeat-monthly .repeat-monthly-date:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .fuelux .scheduler .repeat-monthly .repeat-monthly-date:after {
        clear: both;
    }

    .fuelux .scheduler .repeat-monthly .repeat-monthly-date .selectlist {
        margin-left: 5px;
    }

.fuelux .scheduler .repeat-monthly .repeat-monthly-day {
    margin-top: 10px;
    *zoom: 1;
}

    .fuelux .scheduler .repeat-monthly .repeat-monthly-day:before, .fuelux .scheduler .repeat-monthly .repeat-monthly-day:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .fuelux .scheduler .repeat-monthly .repeat-monthly-day:after {
        clear: both;
    }

.fuelux .scheduler .repeat-monthly .month-days {
    margin-left: 10px;
}

.fuelux .scheduler .repeat-yearly .repeat-yearly-date {
    margin-top: 10px;
    *zoom: 1;
}

    .fuelux .scheduler .repeat-yearly .repeat-yearly-date:before, .fuelux .scheduler .repeat-yearly .repeat-yearly-date:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .fuelux .scheduler .repeat-yearly .repeat-yearly-date:after {
        clear: both;
    }

    .fuelux .scheduler .repeat-yearly .repeat-yearly-date .year-month-day {
        margin-left: 10px;
    }

.fuelux .scheduler .repeat-yearly .year-month-days {
    margin-left: 10px;
}

.fuelux .scheduler .repeat-yearly .year-month {
    margin-left: 10px;
}

.fuelux .scheduler .repeat-yearly .repeat-yearly-day {
    margin-top: 10px;
    *zoom: 1;
}

    .fuelux .scheduler .repeat-yearly .repeat-yearly-day:before, .fuelux .scheduler .repeat-yearly .repeat-yearly-day:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .fuelux .scheduler .repeat-yearly .repeat-yearly-day:after {
        clear: both;
    }

    .fuelux .scheduler .repeat-yearly .repeat-yearly-day .repeat-yearly-day-text {
        margin-left: 10px;
    }

.fuelux .scheduler .repeat-weekly.repeat-days-of-the-week {
    margin-top: 10px;
    *zoom: 1;
}

    .fuelux .scheduler .repeat-weekly.repeat-days-of-the-week:before, .fuelux .scheduler .repeat-weekly.repeat-days-of-the-week:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .fuelux .scheduler .repeat-weekly.repeat-days-of-the-week:after {
        clear: both;
    }

.fuelux .scheduler .repeat-weekly button:not(.active) {
    background-color: #FFF;
}

.fuelux .scheduler .repeat-weekly .btn-group.disabled {
    position: relative;
    opacity: .65;
}

    .fuelux .scheduler .repeat-weekly .btn-group.disabled:before {
        background: transparent;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
    }

.fuelux .scheduler .selectlist {
    float: left;
}

.fuelux .scheduler label.radio {
    float: left;
    line-height: 27px;
}

    .fuelux .scheduler label.radio input {
        margin-top: 8px;
    }

.fuelux .scheduler .repeat-end .end-after {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.fuelux .scheduler .repeat-end .form-group {
    margin-left: 0;
}

.fuelux .scheduler .repeat-end .end-option-panel {
    padding-left: 10px;
}

.fuelux .scheduler .repeat-end .selectlist {
    min-width: 100%;
}

    .fuelux .scheduler .repeat-end .selectlist button, .fuelux .scheduler .repeat-end .selectlist ul {
        min-width: 100%;
    }

.fuelux .scheduler input::-ms-clear {
    display: none;
}

.fuelux .search.disabled .input-group-btn {
    cursor: not-allowed;
}

.fuelux .search input::-ms-clear {
    display: none;
}

.fuelux .selectlist.disabled {
    cursor: not-allowed;
}

.fuelux .selectlist .selected-label {
    overflow: hidden;
    min-width: 2em;
}

.fuelux .selectlist .dropdown-menu {
    min-width: inherit;
    overflow-y: auto;
}

.fuelux .selectlist .btn.dropdown-toggle {
    text-align: left;
    padding-right: 28px;
}

    .fuelux .selectlist .btn.dropdown-toggle .caret {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 12px;
    }

.fuelux .button-sizer, .fuelux .selectlist-sizer {
    display: inline-block;
    position: absolute;
    visibility: hidden;
    top: 0;
    float: left;
}

    .fuelux .button-sizer .selectlist, .fuelux .selectlist-sizer .selectlist {
        display: block !important;
    }

    .fuelux .button-sizer .dropdown-menu, .fuelux .selectlist-sizer .dropdown-menu {
        display: block;
        min-width: inherit;
    }

    .fuelux .button-sizer .selected-label, .fuelux .selectlist-sizer .selected-label {
        width: auto !important;
    }

.fuelux .picker {
    display: inline-block;
    position: relative;
}

    .fuelux .picker[data-ellipsis="true"].showing input.picker-field {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
    }

    .fuelux .picker[data-ellipsis="true"] input.picker-field {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .fuelux .picker[data-ellipsis="true"] input.picker-field::-ms-clear {
            display: none;
        }

    .fuelux .picker[data-ellipsis="true"] textarea.picker-field[readonly] {
        overflow: hidden;
    }

    .fuelux .picker.showing .picker-footer, .fuelux .picker.showing .picker-header, .fuelux .picker.showing .picker-popup {
        display: block;
        z-index: 1;
    }

    .fuelux .picker.showing input.picker-field, .fuelux .picker.showing textarea.picker-field {
        background: #FFF;
        border: 1px solid #cccccc;
        box-shadow: none;
        position: relative;
        z-index: 1;
    }

    .fuelux .picker input.picker-field, .fuelux .picker textarea.picker-field {
        resize: none;
    }

        .fuelux .picker input.picker-field[readonly], .fuelux .picker textarea.picker-field[readonly] {
            background: #FFF;
            cursor: auto;
        }

            .fuelux .picker input.picker-field[readonly].glass, .fuelux .picker textarea.picker-field[readonly].glass {
                background: none;
            }

                .fuelux .picker input.picker-field[readonly].glass:hover, .fuelux .picker textarea.picker-field[readonly].glass:hover {
                    background: #d9edf7;
                    cursor: pointer;
                }

        .fuelux .picker input.picker-field:focus, .fuelux .picker textarea.picker-field:focus {
            border: 1px solid #cccccc;
            box-shadow: none;
        }

.fuelux .picker-cancel {
    font-size: 12px;
    margin-right: 4px;
    vertical-align: middle;
}

.fuelux .picker-footer, .fuelux .picker-header {
    display: none;
    left: 0;
    line-height: 1;
    right: 0;
}

.fuelux .picker-footer {
    padding: 8px 10px 8px 0;
    text-align: right;
    bottom: 0;
    position: absolute;
}

.fuelux .picker-header {
    height: 31px;
    padding: 8px 0 0 10px;
}

    .fuelux .picker-header h1, .fuelux .picker-header h2, .fuelux .picker-header h3, .fuelux .picker-header h4, .fuelux .picker-header h5, .fuelux .picker-header h6 {
        margin: 0;
    }

.fuelux .picker-popup {
    background: #d9edf7;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #FFF inset;
    display: none;
    position: absolute;
    padding-left: 6px;
    padding-right: 6px;
    height: 234px;
    width: 350px;
    margin: 4px 0;
}

.fuelux .picker .picker-body.well {
    background-color: #fff;
    overflow: scroll;
    padding: 0;
    height: 165px;
}

.fuelux .picker .tree {
    border: none;
}

.fuelux .picker .glass {
    background: transparent;
    border: 1px solid #FFF;
    box-shadow: none;
}

    .fuelux .picker .glass:hover {
        background: #d9edf7;
        border-color: #5B9DD9;
        cursor: pointer;
    }

        .fuelux .picker .glass:hover[disabled] {
            background: transparent;
            border-color: #FFF;
            cursor: not-allowed;
        }

    .fuelux .picker .glass:focus {
        background: #FFF;
        border-color: #5B9DD9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.75),0 0 8px rgba(91,157,217,0.6);
        cursor: auto;
    }

        .fuelux .picker .glass:focus[disabled] {
            background: transparent;
            border-color: #FFF;
            cursor: not-allowed;
        }

    .fuelux .picker .glass[disabled] {
        cursor: not-allowed;
    }

.fuelux .tree {
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 15px 0 15px;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    list-style: none;
}

    .fuelux .tree *:focus {
        outline: none;
    }

    .fuelux .tree button:focus {
        color: #999999;
    }

    .fuelux .tree ul {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .fuelux .tree li {
        margin: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .fuelux .tree .tree-loader {
        margin-left: 65px;
    }

    .fuelux .tree > .tree-loader {
        margin-left: 50px;
    }

    .fuelux .tree .tree-open > .tree-branch-header .glyphicon-play {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        position: relative;
    }

    .fuelux .tree [data-children=false] > .tree-branch-header .icon-caret:before {
        content: '\00a0';
    }

    .fuelux .tree .tree-branch .tree-branch-header {
        position: relative;
        border-radius: 6px;
        white-space: nowrap;
    }

        .fuelux .tree .tree-branch .tree-branch-header .tree-branch-name:hover {
            color: #999999;
        }

        .fuelux .tree .tree-branch .tree-branch-header .glyphicon-play {
            font-size: 10px;
            padding-right: 5px;
            padding-left: 7px;
        }

            .fuelux .tree .tree-branch .tree-branch-header .glyphicon-play:before {
                position: relative;
                top: -2px;
            }

        .fuelux .tree .tree-branch .tree-branch-header .tree-branch-name {
            white-space: nowrap;
            border-radius: 6px;
            background-color: transparent;
            border: 0;
        }

        .fuelux .tree .tree-branch .tree-branch-header label {
            font-weight: normal;
            padding-left: 3px;
            margin-bottom: 0;
            cursor: pointer;
        }

    .fuelux .tree .tree-branch .tree-branch-children {
        margin-left: 14px;
    }

    .fuelux .tree .tree-branch[haschildren='false'] .icon-caret, .fuelux .tree .tree-branch[data-has-children='false'] .icon-caret {
        visibility: hidden;
    }

    .fuelux .tree .tree-item, .fuelux .tree .tree-overflow {
        white-space: nowrap;
        position: relative;
        cursor: pointer;
        border-radius: 6px;
        margin-left: 26px;
    }

        .fuelux .tree .tree-item .tree-item-name, .fuelux .tree .tree-overflow .tree-item-name, .fuelux .tree .tree-item .tree-overflow-name, .fuelux .tree .tree-overflow .tree-overflow-name {
            white-space: nowrap;
            border-radius: 6px;
            background-color: transparent;
            border: 0;
        }

            .fuelux .tree .tree-item .tree-overflow-name .tree-label, .fuelux .tree .tree-overflow .tree-overflow-name .tree-label {
                margin-left: 15px;
                color: #0088cc;
            }

            .fuelux .tree .tree-item .tree-item-name:hover, .fuelux .tree .tree-overflow .tree-item-name:hover, .fuelux .tree .tree-item .tree-overflow-name:hover, .fuelux .tree .tree-overflow .tree-overflow-name:hover {
                color: #999999;
            }

        .fuelux .tree .tree-item.tree-selected .tree-item-name, .fuelux .tree .tree-overflow.tree-selected .tree-item-name {
            background-color: #eeeeee;
            color: #333333;
        }

        .fuelux .tree .tree-item label, .fuelux .tree .tree-overflow label {
            font-weight: normal;
            padding-left: 7px;
            margin-bottom: 0;
            cursor: pointer;
        }

    .fuelux .tree .icon-caret:hover + .tree-branch-name {
        color: #999999;
    }

    .fuelux .tree.tree-folder-select .tree-branch .icon-caret {
        background-color: transparent;
        border: 0;
    }

        .fuelux .tree.tree-folder-select .tree-branch .icon-caret:hover {
            cursor: pointer;
            color: #999999;
        }

    .fuelux .tree.tree-folder-select .tree-branch > .tree-branch-name {
        padding: 1px 5px 0 5px;
        border-radius: 6px;
    }

        .fuelux .tree.tree-folder-select .tree-branch > .tree-branch-name.tree-selected {
            background-color: #eeeeee;
        }

    .fuelux .tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name {
        background-color: #eeeeee;
    }

        .fuelux .tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name:hover {
            background-color: #eeeeee;
        }

.fuelux .truncate .tree .tree-branch-header .tree-branch-name, .fuelux .truncate .tree .tree-item .tree-item-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fuelux .wizard {
    *zoom: 1;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #fafafa;
    position: relative;
    min-height: 48px;
}

    .fuelux .wizard:before, .fuelux .wizard:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .fuelux .wizard:after {
        clear: both;
    }

    .fuelux .wizard.no-steps-container {
        overflow: hidden;
    }

    .fuelux .wizard .steps-container {
        border-radius: 4px 4px 0 0;
        overflow: hidden;
    }

    .fuelux .wizard > ul.steps, .fuelux .wizard > .steps-container > ul.steps {
        list-style: none outside none;
        padding: 0;
        margin: 0;
        width: 999999px;
    }

        .fuelux .wizard > ul.steps.previous-disabled li.complete, .fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete {
            cursor: default;
        }

            .fuelux .wizard > ul.steps.previous-disabled li.complete:hover, .fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete:hover {
                background: #f5f5f5;
                color: #468847;
                cursor: default;
            }

                .fuelux .wizard > ul.steps.previous-disabled li.complete:hover .chevron:before, .fuelux .wizard > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f5f5f5;
                }

        .fuelux .wizard > ul.steps li, .fuelux .wizard > .steps-container > ul.steps li {
            float: left;
            margin: 0;
            padding: 0 20px 0 30px;
            height: 46px;
            line-height: 46px;
            position: relative;
            background: #eeeeee;
            color: #999999;
            font-size: 16px;
            cursor: not-allowed;
        }

            .fuelux .wizard > ul.steps li .chevron, .fuelux .wizard > .steps-container > ul.steps li .chevron {
                border: 24px solid transparent;
                border-left: 14px solid #d4d4d4;
                border-right: 0;
                display: block;
                position: absolute;
                right: -14px;
                top: 0;
                z-index: 1;
            }

                .fuelux .wizard > ul.steps li .chevron:before, .fuelux .wizard > .steps-container > ul.steps li .chevron:before {
                    border: 24px solid transparent;
                    border-left: 14px solid #eeeeee;
                    border-right: 0;
                    content: "";
                    display: block;
                    position: absolute;
                    right: 1px;
                    top: -24px;
                }

            .fuelux .wizard > ul.steps li.complete, .fuelux .wizard > .steps-container > ul.steps li.complete {
                background: #f5f5f5;
                color: #468847;
            }

                .fuelux .wizard > ul.steps li.complete:hover, .fuelux .wizard > .steps-container > ul.steps li.complete:hover {
                    background: #e2eaee;
                    cursor: pointer;
                }

                    .fuelux .wizard > ul.steps li.complete:hover .chevron:before, .fuelux .wizard > .steps-container > ul.steps li.complete:hover .chevron:before {
                        border-left: 14px solid #e2eaee;
                    }

                .fuelux .wizard > ul.steps li.complete .chevron:before, .fuelux .wizard > .steps-container > ul.steps li.complete .chevron:before {
                    border-left: 14px solid #f5f5f5;
                }

            .fuelux .wizard > ul.steps li.active, .fuelux .wizard > .steps-container > ul.steps li.active {
                background: #eef7fb;
                color: #3a87ad;
                cursor: default;
            }

                .fuelux .wizard > ul.steps li.active .chevron:before, .fuelux .wizard > .steps-container > ul.steps li.active .chevron:before {
                    border-left: 14px solid #eef7fb;
                }

                .fuelux .wizard > ul.steps li.active .badge, .fuelux .wizard > .steps-container > ul.steps li.active .badge {
                    background-color: #3a87ad;
                }

            .fuelux .wizard > ul.steps li .badge, .fuelux .wizard > .steps-container > ul.steps li .badge {
                margin-right: 8px;
            }

            .fuelux .wizard > ul.steps li .badge-success, .fuelux .wizard > .steps-container > ul.steps li .badge-success {
                background-color: #468847;
            }

            .fuelux .wizard > ul.steps li:first-child, .fuelux .wizard > .steps-container > ul.steps li:first-child {
                border-radius: 4px 0 0 0;
                padding-left: 20px;
            }

    .fuelux .wizard.rtl {
        direction: rtl;
    }

        .fuelux .wizard.rtl > ul.steps, .fuelux .wizard.rtl > .steps-container > ul.steps {
            right: 0;
            left: auto;
            float: right;
        }

            .fuelux .wizard.rtl > ul.steps.previous-disabled li.complete:hover .chevron:before, .fuelux .wizard.rtl > .steps-container > ul.steps.previous-disabled li.complete:hover .chevron:before {
                border-right-color: #f5f5f5;
            }

            .fuelux .wizard.rtl > ul.steps li, .fuelux .wizard.rtl > .steps-container > ul.steps li {
                float: right;
            }

                .fuelux .wizard.rtl > ul.steps li .chevron, .fuelux .wizard.rtl > .steps-container > ul.steps li .chevron {
                    right: auto;
                    left: -14px;
                    border-right: 14px solid #cccccc;
                    border-left: 0;
                }

                    .fuelux .wizard.rtl > ul.steps li .chevron:before, .fuelux .wizard.rtl > .steps-container > ul.steps li .chevron:before {
                        right: auto;
                        left: 1px;
                        border-right: 14px solid #eeeeee;
                        border-left: 0;
                    }

                .fuelux .wizard.rtl > ul.steps li.active .chevron:before, .fuelux .wizard.rtl > .steps-container > ul.steps li.active .chevron:before {
                    border-right: 14px solid #eef7fb;
                }

                .fuelux .wizard.rtl > ul.steps li.complete .chevron:before, .fuelux .wizard.rtl > .steps-container > ul.steps li.complete .chevron:before {
                    border-right: 14px solid #f5f5f5;
                }

                .fuelux .wizard.rtl > ul.steps li.complete:hover .chevron:before, .fuelux .wizard.rtl > .steps-container > ul.steps li.complete:hover .chevron:before {
                    border-right: 14px solid #e2eaee;
                    border-left: none;
                }

                .fuelux .wizard.rtl > ul.steps li .badge, .fuelux .wizard.rtl > .steps-container > ul.steps li .badge {
                    margin-left: 8px;
                }

        .fuelux .wizard.rtl > .actions {
            right: auto;
            left: 0;
            float: left;
            border-left: none;
            border-right: 1px solid #d4d4d4;
            border-radius: 4px 0 0 0;
        }

            .fuelux .wizard.rtl > .actions .btn-prev span {
                margin-left: 5px;
                margin-right: 0;
            }

            .fuelux .wizard.rtl > .actions .btn-next span {
                margin-left: 0;
                margin-right: 5px;
            }

    .fuelux .wizard > .actions {
        z-index: 1000;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 46px;
        float: right;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: middle;
        background-color: #e6e6e6;
        border-left: 1px solid #d4d4d4;
        border-radius: 0 4px 0 0;
    }

        .fuelux .wizard > .actions a {
            line-height: 45px;
            font-size: 12px;
            margin-right: 8px;
        }

        .fuelux .wizard > .actions .btn-prev[disabled] {
            cursor: not-allowed;
        }

        .fuelux .wizard > .actions .btn-prev span {
            margin-right: 5px;
        }

        .fuelux .wizard > .actions .btn-next[disabled] {
            cursor: not-allowed;
        }

        .fuelux .wizard > .actions .btn-next span {
            margin-left: 5px;
        }

    .fuelux .wizard .step-content {
        border-top: 1px solid #cccccc;
        padding: 10px;
        float: left;
        width: 100%;
    }

        .fuelux .wizard .step-content .step-pane {
            display: none;
        }

        .fuelux .wizard .step-content > .active {
            display: block;
        }

            .fuelux .wizard .step-content > .active .btn-group .active {
                display: inline-block;
            }

    .fuelux .wizard.complete > .actions .btn-next .glyphicon {
        display: none;
    }

.fuelux .serif {
    font-family: Georgia,"Times New Roman",Times,serif;
}

.fuelux .monospace {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

.fuelux .text-sm {
    font-size: 11.9px;
}

.fuelux .text-lg {
    font-size: 17.5px;
}

.fuelux .padding-xs {
    padding: 5px;
}

.fuelux .padding-xs-horizontal {
    padding: 0 5px;
}

.fuelux .padding-xs-vertical {
    padding: 5px 0;
}

.fuelux .padding-xs-top {
    padding-top: 5px;
}

.fuelux .padding-xs-bottom {
    padding-bottom: 5px;
}

.fuelux .padding-xs-left {
    padding-left: 5px;
}

.fuelux .padding-xs-right {
    padding-right: 5px;
}

.fuelux .padding-sm {
    padding: 10px;
}

.fuelux .padding-sm-horizontal {
    padding: 0 10px;
}

.fuelux .padding-sm-vertical {
    padding: 10px 0;
}

.fuelux .padding-sm-top {
    padding-top: 10px;
}

.fuelux .padding-sm-bottom {
    padding-bottom: 10px;
}

.fuelux .padding-sm-left {
    padding-left: 10px;
}

.fuelux .padding-sm-right {
    padding-right: 10px;
}

.fuelux .padding-md {
    padding: 15px;
}

.fuelux .padding-md-horizontal {
    padding: 0 15px;
}

.fuelux .padding-md-vertical {
    padding: 15px 0;
}

.fuelux .padding-md-top {
    padding-top: 15px;
}

.fuelux .padding-md-bottom {
    padding-bottom: 15px;
}

.fuelux .padding-md-left {
    padding-left: 15px;
}

.fuelux .padding-md-right {
    padding-right: 15px;
}

.fuelux .padding-lg {
    padding: 20px;
}

.fuelux .padding-lg-horizontal {
    padding: 0 20px;
}

.fuelux .padding-lg-vertical {
    padding: 20px 0;
}

.fuelux .padding-lg-top {
    padding-top: 20px;
}

.fuelux .padding-lg-bottom {
    padding-bottom: 20px;
}

.fuelux .padding-lg-left {
    padding-left: 20px;
}

.fuelux .padding-lg-right {
    padding-right: 20px;
}

.fuelux .margin-xs {
    margin: 5px;
}

.fuelux .margin-xs-horizontal {
    margin: 0 5px;
}

.fuelux .margin-xs-vertical {
    margin: 5px 0;
}

.fuelux .margin-xs-top {
    margin-top: 5px;
}

.fuelux .margin-xs-bottom {
    margin-bottom: 5px;
}

.fuelux .margin-xs-left {
    margin-left: 5px;
}

.fuelux .margin-xs-right {
    margin-right: 5px;
}

.fuelux .margin-sm {
    margin: 10px;
}

.fuelux .margin-sm-horizontal {
    margin: 0 10px;
}

.fuelux .margin-sm-vertical {
    margin: 10px 0;
}

.fuelux .margin-sm-top {
    margin-top: 10px;
}

.fuelux .margin-sm-bottom {
    margin-bottom: 10px;
}

.fuelux .margin-sm-left {
    margin-left: 10px;
}

.fuelux .margin-sm-right {
    margin-right: 10px;
}

.fuelux .margin-md {
    margin: 15px;
}

.fuelux .margin-md-horizontal {
    margin: 0 15px;
}

.fuelux .margin-md-vertical {
    margin: 15px 0;
}

.fuelux .margin-md-top {
    margin-top: 15px;
}

.fuelux .margin-md-bottom {
    margin-bottom: 15px;
}

.fuelux .margin-md-left {
    margin-left: 15px;
}

.fuelux .margin-md-right {
    margin-right: 15px;
}

.fuelux .margin-lg {
    margin: 20px;
}

.fuelux .margin-lg-horizontal {
    margin: 0 20px;
}

.fuelux .margin-lg-vertical {
    margin: 20px 0;
}

.fuelux .margin-lg-top {
    margin-top: 20px;
}

.fuelux .margin-lg-bottom {
    margin-bottom: 20px;
}

.fuelux .margin-lg-left {
    margin-left: 20px;
}

.fuelux .margin-lg-right {
    margin-right: 20px;
}

.fuelux .data-label {
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 2px;
    text-shadow: 0 1px #FFF;
    color: #666666;
}

.fuelux .data-value {
    font-size: 14px;
}

.fuelux .section-heading {
    font-size: 16px;
    color: #333333;
    margin: 0 0 10px;
    padding: 0;
    text-shadow: 0 1px #FFF;
}

.fuelux .truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-choice, .select2-results .select2-result-label {
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.login-footer {
    font-size: .9em;
}

    .login-footer .Version {
        text-align: right;
    }

.content-footer {
    padding: 10px;
    border-top: solid 1px #dbdbdb;
}

    .content-footer a {
        color: #0093D6 !important;
        text-decoration: none;
    }

        .content-footer a:hover {
            color: #fff !important;
            text-decoration: none;
        }

.bootstrap-switch {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 100px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .bootstrap-switch.bootstrap-switch-mini {
        min-width: 71px;
    }

        .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
            padding-bottom: 4px;
            padding-top: 4px;
            font-size: 10px;
            line-height: 9px;
        }

    .bootstrap-switch.bootstrap-switch-small {
        min-width: 79px;
    }

        .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
            padding-bottom: 3px;
            padding-top: 3px;
            font-size: 12px;
            line-height: 18px;
        }

    .bootstrap-switch.bootstrap-switch-large {
        min-width: 120px;
    }

        .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
            padding-bottom: 9px;
            padding-top: 9px;
            font-size: 16px;
            line-height: normal;
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: margin-left .5s;
        transition: margin-left .5s;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
        margin-left: 0;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
        margin-left: -50%;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-readonly {
        opacity: .5;
        filter: alpha(opacity=50);
        cursor: default !important;
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
            cursor: default !important;
        }

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-block;
        width: 150%;
        top: 0;
        border-radius: 4px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block !important;
        height: 100%;
        padding-bottom: 4px;
        padding-top: 4px;
        font-size: 14px;
        line-height: 20px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
        text-align: center;
        z-index: 1;
        width: 33.33333333%;
    }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
            color: #fff;
            background: #428bca;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
            color: #fff;
            background: #5bc0de;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
            color: #fff;
            background: #5cb85c;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
            background: #f0ad4e;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
            color: #fff;
            background: #d9534f;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
            color: #000;
            background: #eee;
        }

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 100;
        width: 33.33333333%;
        color: #333;
        background: #fff;
    }

    .bootstrap-switch input[type=radio], .bootstrap-switch input[type=checkbox] {
        position: absolute !important;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -1;
    }

.datepicker td span.active, .datepicker td.active, .datepicker td.active:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container > li > label.multiselect-group {
            margin: 0;
            padding: 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container > li > a {
            padding: 0;
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px;
            }

                .multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
                    margin: 0;
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px;
                }
/*!
 * Bootstrap Colorpicker
 * http://mjaalnir.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */

.colorpicker-saturation {
    float: left;
    width: 100px;
    height: 100px;
    cursor: crosshair;
    background-image: url(../Images/bootstrap-colorpicker/saturation.png?1385667212);
}

    .colorpicker-saturation i {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 5px;
        height: 5px;
        margin: -4px 0 0 -4px;
        border: 1px solid #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .colorpicker-saturation i b {
            display: block;
            width: 5px;
            height: 5px;
            border: 1px solid #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.colorpicker-alpha, .colorpicker-hue {
    float: left;
    width: 15px;
    height: 100px;
    margin-bottom: 4px;
    margin-left: 4px;
    cursor: row-resize;
}

    .colorpicker-alpha i, .colorpicker-hue i {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        margin-top: -1px;
        background: #000;
        border-top: 1px solid #fff;
    }

.colorpicker-hue {
    background-image: url(../Images/bootstrap-colorpicker/hue.png?1385667212);
}

.colorpicker-alpha, .colorpicker-color {
    background-image: url(../Images/bootstrap-colorpicker/alpha.png?1385667212);
}

.colorpicker-alpha {
    display: none;
}

.colorpicker:after, .colorpicker:before {
    position: absolute;
    display: inline-block;
    content: '';
}

.colorpicker {
    top: 0;
    left: 0;
    z-index: 2500;
    min-width: 130px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .colorpicker:after, .colorpicker:before {
        line-height: 0;
    }

    .colorpicker:before {
        top: -7px;
        left: 6px;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,0.2);
    }

    .colorpicker:after {
        clear: both;
        top: -6px;
        left: 7px;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }

    .colorpicker div {
        position: relative;
    }

    .colorpicker.colorpicker-with-alpha {
        min-width: 140px;
    }

        .colorpicker.colorpicker-with-alpha .colorpicker-alpha {
            display: block;
        }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-position: 0 100%;
}

    .colorpicker-color div {
        height: 10px;
    }

.colorpicker-element .input-group-addon i {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.colorpicker.colorpicker-inline {
    position: relative;
    display: inline-block;
    float: none;
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    height: auto;
    min-width: 110px;
}

    .colorpicker.colorpicker-horizontal .colorpicker-saturation {
        margin-bottom: 4px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-color {
        width: 100px;
    }

    .colorpicker.colorpicker-horizontal .colorpicker-alpha, .colorpicker.colorpicker-horizontal .colorpicker-hue {
        float: left;
        width: 100px;
        height: 15px;
        margin-bottom: 4px;
        margin-left: 0;
        cursor: col-resize;
    }

        .colorpicker.colorpicker-horizontal .colorpicker-alpha i, .colorpicker.colorpicker-horizontal .colorpicker-hue i {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 1px;
            height: 15px;
            margin-top: 0;
            background: #fff;
            border: none;
        }

.datepicker td span, .daterangepicker {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url(../Images/bootstrap-colorpicker/hue-horizontal.png?1385667212);
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url(../Images/bootstrap-colorpicker/alpha-horizontal.png?1385667212);
}

.colorpicker.colorpicker-hidden {
    display: none;
}

.colorpicker.colorpicker-visible {
    display: block;
}

.colorpicker-inline.colorpicker-visible, .datepicker:after, .datepicker:before {
    display: inline-block;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    top: 0;
    left: 0;
    margin-top: 1px;
}

    .datepicker:before {
        content: '';
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker:after {
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker table {
        width: 100%;
        margin: 0;
    }

    .datepicker td.day:hover {
        background: #eee;
        cursor: pointer;
    }

    .datepicker td.day.disabled {
        color: #eee;
    }

    .datepicker td.new, .datepicker td.old {
        color: #999;
    }

    .datepicker td.active, .datepicker td.active:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(top, #08c, #04c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
        background-image: -webkit-linear-gradient(top, #08c, #04c);
        background-image: -o-linear-gradient(top, #08c, #04c);
        background-image: linear-gradient(to bottom, #08c, #04c);
        background-repeat: repeat-x;
        border-color: #04c #04c #002a80;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        color: #fff;
    }

        .datepicker td.active.active, .datepicker td.active.disabled, .datepicker td.active:active, .datepicker td.active:focus, .datepicker td.active:hover, .datepicker td.active:hover.active, .datepicker td.active:hover.disabled, .datepicker td.active:hover:active, .datepicker td.active:hover:focus, .datepicker td.active:hover:hover, .datepicker td.active:hover[disabled], .datepicker td.active[disabled] {
            color: #fff;
            background-color: #04c;
        }

            .datepicker td.active.active, .datepicker td.active:active, .datepicker td.active:hover.active, .datepicker td.active:hover:active {
                background-color: #039;
            }

    .datepicker td span {
        display: block;
        width: 47px;
        height: 54px;
        line-height: 54px;
        float: left;
        margin: 2px;
        cursor: pointer;
        border-radius: 4px;
    }

        .datepicker td span:hover {
            background: #eee;
        }

        .datepicker td span.active {
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #08c, #04c);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
            background-image: -webkit-linear-gradient(top, #08c, #04c);
            background-image: -o-linear-gradient(top, #08c, #04c);
            background-image: linear-gradient(to bottom, #08c, #04c);
            background-repeat: repeat-x;
            border-color: #04c #04c #002a80;
            border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
            color: #fff;
        }

            .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active:active, .datepicker td span.active:focus, .datepicker td span.active:hover, .datepicker td span.active[disabled] {
                color: #fff;
                background-color: #04c;
            }

            .datepicker td span.active.active, .datepicker td span.active:active {
                background-color: #039;
            }

        .datepicker td span.old {
            color: #999;
        }

    .datepicker th.switch {
        width: 145px;
    }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #eee;
        }
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000;
}

.daterangepicker.opensleft .calendar, .daterangepicker.opensleft .ranges {
    float: left;
    margin: 4px;
}

.daterangepicker.opensright .calendar, .daterangepicker.opensright .ranges {
    float: right;
    margin: 4px;
}

.daterangepicker .ranges {
    width: 160px;
    text-align: left;
}

    .daterangepicker .ranges .range_inputs > div {
        float: left;
    }

        .daterangepicker .ranges .range_inputs > div:nth-child(2) {
            padding-left: 11px;
        }

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
}

    .daterangepicker .calendar td, .daterangepicker .calendar th {
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
        white-space: nowrap;
        text-align: center;
        min-width: 32px;
    }

.daterangepicker .ranges label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
        border: 1px solid #08c;
        color: #fff;
    }

.daterangepicker td.disabled, .daterangepicker td.off, .disabled {
    color: #999;
}

.daterangepicker .calendar-date {
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0;
    line-height: 30px;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
}

    .daterangepicker.opensleft:before {
        position: absolute;
        top: -7px;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,0.2);
        content: '';
    }

    .daterangepicker.opensleft:after {
        position: absolute;
        top: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.opensright:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,0.2);
        content: '';
    }

    .daterangepicker.opensright:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        white-space: nowrap;
    }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background: #eee;
        }

        .daterangepicker td.in-range {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #357ebd;
            border-color: #3071a9;
            color: #fff;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

.dropzone.dz-clickable, .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message span, .gritter-close, .slider-track {
    cursor: pointer;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect {
    width: 50px;
    margin-bottom: 0;
}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider-selection, .slider-track {
    position: absolute;
    background-repeat: repeat-x;
}

.slider.slider-horizontal {
    height: 20px;
}

    .slider.slider-horizontal .slider-track {
        height: 10px;
        width: 100%;
        margin-top: -5px;
        top: 50%;
        left: 0;
    }

    .slider.slider-horizontal .slider-selection {
        height: 100%;
        top: 0;
        bottom: 0;
    }

    .slider.slider-horizontal .slider-handle {
        margin-left: -10px;
        margin-top: -5px;
    }

        .slider.slider-horizontal .slider-handle.triangle {
            border-width: 0 10px 10px;
            width: 0;
            height: 0;
            border-bottom-color: #0480be;
            margin-top: 0;
        }

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

    .slider.slider-vertical .slider-track {
        width: 10px;
        height: 100%;
        margin-left: -5px;
        left: 50%;
        top: 0;
    }

    .slider.slider-vertical .slider-selection {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .slider.slider-vertical .slider-handle {
        margin-left: -5px;
        margin-top: -10px;
    }

        .slider.slider-vertical .slider-handle.triangle {
            border-width: 10px 0 10px 10px;
            width: 1px;
            height: 1px;
            border-left-color: #0480be;
            margin-left: 0;
        }

.slider input {
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider-track {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
}

.slider-selection {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-handle {
    background-color: #0e90d2;
    background-repeat: repeat-x;
}

    .slider-handle.round {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .slider-handle.triangle {
        background: 0 0;
    }

#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 301px;
    z-index: 9999;
}

    #gritter-notice-wrapper.top-left {
        left: 20px;
        right: auto;
    }

    #gritter-notice-wrapper.bottom-right {
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
    }

    #gritter-notice-wrapper.bottom-left {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 20px;
    }

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px;
}

.gritter-top {
    height: 10px;
}

.hover .gritter-top {
    background-position: right -30px;
}

.gritter-bottom {
    height: 8px;
    margin: 0;
}

.hover .gritter-bottom {
    background-position: bottom right;
}

.gritter-item {
    display: block;
    color: #eee;
    padding: 2px 11px 8px;
    font-size: 11px;
}

.hover .gritter-item {
    background-position: right -40px;
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

.gritter-close {
    position: absolute;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
}

.gritter-title {
    padding: 0 0 7px;
    display: block;
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image, .gritter-without-image {
    padding: 0;
}

.gritter-with-image {
    width: 220px;
    float: right;
}

.gritter-light .gritter-bottom, .gritter-light .gritter-close, .gritter-light .gritter-item, .gritter-light .gritter-top {
    background-image: url(../images/gritter-light.png);
    color: #222;
}

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

.gritter-light .gritter-title {
    text-shadow: none;
}
/*! bootstrap-progressbar v0.8.3 | Copyright (c) 2012-2014 Stephan Groß | MIT license | http://www.minddust.com */

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    position: relative;
}

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

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

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

.progress-bar[aria-valuenow="0"] {
    background-image: none;
    color: #fff;
    min-width: 0;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}

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

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

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

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

.progress-striped .progress-bar-danger, .progress-striped .progress-bar[aria-valuenow="0"].progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

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

.progress .progress-bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px;
}

.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress.right .progress-bar {
    right: 0;
}

.progress.right .progressbar-front-text {
    position: absolute;
    right: 0;
}

.progress.vertical {
    width: 20px;
    height: 100%;
    float: left;
    margin-right: 20px;
}

    .progress.vertical.bottom {
        position: relative;
    }

        .progress.vertical.bottom .progress-bar, .progress.vertical.bottom .progressbar-front-text {
            position: absolute;
            bottom: 0;
        }

    .progress.vertical .progress-bar {
        width: 100%;
        height: 0;
        -webkit-transition: height .6s ease;
        -o-transition: height .6s ease;
        transition: height .6s ease;
    }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 0;
}

.progress-bar[aria-valuenow="0"].progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-info, .progress-striped .progress-bar[aria-valuenow="0"].progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar[aria-valuenow="0"].progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar[aria-valuenow="0"].progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar[aria-valuenow="0"].progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar[aria-valuenow="0"].progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.dropzone, .dropzone *, .dropzone-previews, .dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropzone {
    position: relative;
}

    .dropzone.dz-clickable * {
        cursor: default;
    }

    .dropzone .dz-message {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .dropzone.dz-drag-hover {
        border-color: rgba(0,0,0,0.15);
        background: rgba(0,0,0,0.04);
    }

    .dropzone .dz-preview, .dropzone-previews .dz-preview {
        background: rgba(255,255,255,0.8);
        position: relative;
        display: inline-block;
        margin: 17px;
        vertical-align: top;
        border: 1px solid #acacac;
        padding: 6px;
    }

        .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail], .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
            display: none;
        }

        .dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
            width: 100px;
            height: 100px;
            position: relative;
            background: #ebebeb;
            padding: 5px;
            margin-bottom: 22px;
        }

            .dropzone .dz-preview .dz-details .dz-filename, .dropzone-previews .dz-preview .dz-details .dz-filename {
                overflow: hidden;
                height: 100%;
            }

            .dropzone .dz-preview .dz-details img, .dropzone-previews .dz-preview .dz-details img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100px;
                height: 100px;
            }

            .dropzone .dz-preview .dz-details .dz-size, .dropzone-previews .dz-preview .dz-details .dz-size {
                position: absolute;
                bottom: -28px;
                left: 3px;
                height: 28px;
                line-height: 28px;
            }

        .dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-success .dz-success-mark, .dropzone-previews .dz-preview.dz-error .dz-error-mark, .dropzone-previews .dz-preview.dz-success .dz-success-mark {
            display: block;
        }

        .dropzone .dz-preview:hover .dz-details img, .dropzone-previews .dz-preview:hover .dz-details img {
            display: none;
        }

        .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-success-mark {
            position: absolute;
            width: 40px;
            height: 40px;
            font-size: 30px;
            text-align: center;
            right: -10px;
            top: -10px;
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-success-mark {
            color: #8cc657;
        }

        .dropzone .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-error-mark {
            color: #ee162d;
        }

        .dropzone .dz-preview .dz-progress, .dropzone-previews .dz-preview .dz-progress {
            position: absolute;
            top: 100px;
            left: 6px;
            right: 6px;
            height: 6px;
            background: #d7d7d7;
            display: none;
        }

            .dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
                display: block;
                bottom: 0;
                background-color: #8cc657;
            }

        .dropzone .dz-preview.dz-processing .dz-progress, .dropzone-previews .dz-preview.dz-processing .dz-progress {
            display: block;
        }

        .dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {
            position: absolute;
            top: -5px;
            left: -20px;
            background: rgba(245,245,245,0.8);
            padding: 8px 10px;
            color: #800;
            min-width: 140px;
            max-width: 500px;
            z-index: 500;
        }

        .dropzone .dz-preview:hover.dz-error .dz-error-message, .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
            display: block;
        }

.dropzone {
    border: 1px solid rgba(0,0,0,0.03);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03);
}

    .dropzone .dz-default.dz-message {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        background-image: url(../images/spritemap.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        top: 50%;
        left: 50%;
    }

@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5 / 1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-default.dz-message {
        background-image: url(../images/spritemap@2x.png);
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone.dz-square .dz-default.dz-message {
    background-position: 0 -123px;
    width: 268px;
    margin-left: -134px;
    height: 174px;
    margin-top: -87px;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter: alpha(opacity=15);
}

.dropzone.dz-started .dz-message {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.dropzone .dz-preview, .dropzone-previews .dz-preview {
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
    font-size: 14px;
}

    .dropzone .dz-preview.dz-image-preview:hover .dz-details img, .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
        display: block;
        opacity: .1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
    }

    .dropzone .dz-preview.dz-error .dz-error-mark, .dropzone .dz-preview.dz-success .dz-success-mark, .dropzone-previews .dz-preview.dz-error .dz-error-mark, .dropzone-previews .dz-preview.dz-success .dz-success-mark {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .dropzone .dz-preview.dz-error .dz-progress .dz-upload, .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
        background: #ee1e2d;
    }

    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-success-mark {
        display: block;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        background-image: url(../images/spritemap.png);
        background-repeat: no-repeat;
    }

@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5 / 1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-success-mark {
        background-image: url(../images/spritemap@2x.png);
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone .dz-preview .dz-error-mark span, .dropzone .dz-preview .dz-success-mark span, .dropzone-previews .dz-preview .dz-error-mark span, .dropzone-previews .dz-preview .dz-success-mark span {
    display: none;
}

.dropzone .dz-preview .dz-error-mark, .dropzone-previews .dz-preview .dz-error-mark {
    background-position: -268px -123px;
}

.dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-success-mark {
    background-position: -268px -163px;
}

.dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
    -webkit-animation: loading .4s linear infinite;
    -moz-animation: loading .4s linear infinite;
    -o-animation: loading .4s linear infinite;
    -ms-animation: loading .4s linear infinite;
    animation: loading .4s linear infinite;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-image: url(../images/spritemap.png);
    background-repeat: repeat-x;
    background-position: 0 -400px;
}

@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5 / 1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
    .dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {
        background-image: url(../images/spritemap@2x.png);
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone .dz-preview.dz-success .dz-progress, .dropzone-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message, .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.dropzone a.dz-remove, .dropzone-previews a.dz-remove {
    background-image: -webkit-linear-gradient(top, #fafafa, #eee);
    background-image: -moz-linear-gradient(top, #fafafa, #eee);
    background-image: -o-linear-gradient(top, #fafafa, #eee);
    background-image: -ms-linear-gradient(top, #fafafa, #eee);
    background-image: linear-gradient(to bottom, #fafafa, #eee);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #aaa;
    margin-top: 26px;
}

    .dropzone a.dz-remove:hover, .dropzone-previews a.dz-remove:hover {
        color: #666;
    }

@-moz-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-webkit-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-o-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-ms-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

div.dataTables_length label {
    font-weight: 400;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    font-weight: 400;
    float: right;
}

div.dataTables_filter input {
    width: 16em;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

    div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
    }

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

div.dataTables_scrollBody table, div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
}

table.dataTable th:active {
    outline: 0;
}

div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.DTFC_LeftHeadWrapper table, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child, div.dataTables_scrollHead table thead tr:last-child th:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child td, div.dataTables_scrollBody tbody tr:first-child th {
    border-top: none;
}

table.table-bordered.dataTable {
    border-collapse: separate !important;
}

table.table-bordered thead td, table.table-bordered thead th {
    border-left-width: 0;
    border-top-width: 0;
}

table.table-bordered tbody td, table.table-bordered tbody th {
    border-left-width: 0;
    border-bottom-width: 0;
}

table.table-bordered td:last-child, table.table-bordered th:last-child {
    border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

.table tbody tr.active td, .table tbody tr.active th {
    background-color: #08C;
    color: #fff;
}

.table tbody tr.active:hover td, .table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table tbody tr.active a {
    color: #fff;
}

div.DTTT .btn, ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important;
}

.table-striped tbody tr.active:nth-child(odd) td, .table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

div.DTTT .btn {
    font-size: 12px;
}

    div.DTTT .btn:hover {
        text-decoration: none !important;
    }

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
}

    ul.DTTT_dropdown.dropdown-menu li {
        position: relative;
    }

        ul.DTTT_dropdown.dropdown-menu li:hover a {
            background-color: #08c;
            color: #fff !important;
        }

div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

div.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

a.DTTT_button, button.ColVis_Button, button.DTTT_button, div.DTTT_button, ul.ColVis_collection li {
    font-size: .88em;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
}

div.DTFC_LeftFootWrapper table, div.DTFC_LeftHeadWrapper table, div.DTFC_RightFootWrapper table, div.DTFC_RightHeadWrapper table, table.DTFC_Cloned tr.even {
    background-color: #fff;
    margin-bottom: 0;
}

div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
}

div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftFootWrapper table, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightFootWrapper table {
    border-top: none;
}

div.FixedHeader_Cloned table {
    margin: 0 !important;
}

div.ColVis {
    float: right;
    margin-bottom: 1em;
}

button.ColVis_Button, ul.ColVis_collection li {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #999;
    cursor: pointer;
    color: #000 !important;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
}

    .ColVis_Button:hover, ul.ColVis_collection li:hover {
        border: 1px solid #666;
        text-decoration: none !important;
        -webkit-box-shadow: 1px 1px 3px #999;
        -moz-box-shadow: 1px 1px 3px #999;
        -ms-box-shadow: 1px 1px 3px #999;
        -o-box-shadow: 1px 1px 3px #999;
        box-shadow: 1px 1px 3px #999;
        background: #f3f3f3;
        background: -webkit-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
        background: -moz-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
        background: -ms-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
        background: -o-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
        background: linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
    }

button.ColVis_Button {
    height: 30px;
    padding: 3px 8px;
}

    button.ColVis_Button::-moz-focus-inner {
        border: none !important;
        padding: 0;
    }

    button.ColVis_Button:active {
        outline: 0;
    }

div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1100;
}

ul.ColVis_collection {
    padding: 8px 8px 4px;
    margin: 0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: #f3f3f3;
    background-color: rgba(255,255,255,0.3);
    overflow: hidden;
    z-index: 2002;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

    ul.ColVis_collection li {
        position: relative;
        height: auto;
        left: 0;
        right: 0;
        padding: .5em;
        display: block;
        float: none;
        margin-bottom: 4px;
        -ms-box-shadow: 1px 1px 3px #999;
        -o-box-shadow: 1px 1px 3px #999;
        text-align: left;
    }

        ul.ColVis_collection li.ColVis_Button:hover {
            border: 1px solid #999;
            background-color: #f0f0f0;
        }

        ul.ColVis_collection li span {
            display: inline-block;
            padding-left: .5em;
            cursor: pointer;
        }

span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

div.DTTT_container {
    position: relative;
    float: right;
    margin-bottom: 1em;
}

@media screen and (max-width:640px) {
    div.DTTT_container {
        float: none !important;
        text-align: center;
    }

        div.DTTT_container:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }
}

a.DTTT_button, button.DTTT_button, div.DTTT_button {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #999;
    cursor: pointer;
    color: #000 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
}

button.DTTT_button {
    height: 30px;
    padding: 3px 8px;
}

.DTTT_button embed {
    outline: 0;
}

a.DTTT_button:hover, button.DTTT_button:hover, div.DTTT_button:hover {
    border: 1px solid #666;
    text-decoration: none !important;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
    background: #f3f3f3;
    background: -webkit-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
    background: linear-gradient(top, #f3f3f3 0, #e2e2e2 89%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
}

a.DTTT_disabled, button.DTTT_disabled, div.DTTT_disabled {
    color: #999;
    border: 1px solid #d0d0d0;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: -moz-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: -ms-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: -o-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}

button.DTTT_button_collection span {
    padding-right: 17px;
    background: url(../images/collection.png) center right no-repeat;
}

button.DTTT_button_collection:hover span {
    padding-right: 17px;
    background: url(../images/collection_hover.png) center right no-repeat #f0f0f0;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
}

table.dataTable tr.DTTT_selected.odd, table.dataTable tr.DTTT_selected.odd td.sorting_1, table.dataTable tr.DTTT_selected.odd td.sorting_2, table.dataTable tr.DTTT_selected.odd td.sorting_3 {
    background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.even, table.dataTable tr.DTTT_selected.even td.sorting_1, table.dataTable tr.DTTT_selected.even td.sorting_2, table.dataTable tr.DTTT_selected.even td.sorting_3 {
    background-color: #B0BED9;
}

div.DTTT_collection {
    width: 150px;
    padding: 8px 8px 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: #f3f3f3;
    background-color: rgba(255,255,255,0.3);
    overflow: hidden;
    z-index: 2002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

div.DTTT_collection_background {
    background: url(../images/background.png) top left;
    z-index: 2001;
}

div.DTTT_collection a.DTTT_button, div.DTTT_collection button.DTTT_button, div.DTTT_collection div.DTTT_button {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    float: none;
    margin-bottom: 4px;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}

.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    opacity: .95;
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 3px 7px rgba(0,0,0,0.5);
    -o-box-shadow: 0 3px 7px rgba(0,0,0,0.5);
    box-shadow: 0 3px 7px rgba(0,0,0,0.5);
}

    .DTTT_print_info h6 {
        font-weight: 400;
        font-size: 28px;
        line-height: 28px;
        margin: 1em;
    }

    .DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

.note-editor {
    border: 1px solid #a9a9a9;
}

    .note-editor .note-dropzone {
        position: absolute;
        z-index: 1;
        display: none;
        color: #87cefa;
        background-color: #fff;
        border: 2px dashed #87cefa;
        opacity: .95;
        pointer-event: none;
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            font-size: 28px;
            font-weight: 700;
            text-align: center;
            vertical-align: middle;
        }

        .note-editor .note-dropzone.hover {
            color: #098ddf;
            border: 2px dashed #098ddf;
        }

    .note-editor.dragover .note-dropzone {
        display: table;
    }

    .note-editor.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        width: 100%;
    }

        .note-editor.fullscreen .note-editable {
            background-color: #fff;
        }

        .note-editor.codeview .note-editable, .note-editor.fullscreen .note-resizebar {
            display: none;
        }

    .note-editor.codeview .note-codable {
        display: block;
    }

    .note-editor .note-toolbar {
        padding-bottom: 5px;
        padding-left: 5px;
        margin: 0;
        background-color: #f5f5f5;
        border-bottom: 1px solid #a9a9a9;
    }

        .note-editor .note-toolbar > .btn-group {
            margin-top: 5px;
            margin-right: 5px;
            margin-left: 0;
        }

        .note-editor .note-toolbar .note-color .dropdown-menu .btn-group, .note-editor .note-toolbar .note-style blockquote, .note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6 {
            margin: 0;
        }

        .note-editor .note-toolbar .note-table .dropdown-menu {
            min-width: 0;
            padding: 5px;
        }

            .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
                font-size: 18px;
            }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
                    position: absolute !important;
                    z-index: 3;
                    width: 10em;
                    height: 10em;
                    cursor: pointer;
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
                    position: relative !important;
                    z-index: 1;
                    width: 5em;
                    height: 5em;
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC);
                }

                .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
                    position: absolute !important;
                    z-index: 2;
                    width: 1em;
                    height: 1em;
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC);
                }

        .note-editor .note-toolbar .note-color .dropdown-toggle {
            width: 20px;
            padding-left: 5px;
        }

        .note-editor .note-toolbar .note-color .dropdown-menu {
            min-width: 290px;
        }

            .note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
                margin: 0 5px;
            }

            .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
                margin: 2px 7px;
                font-size: 12px;
                text-align: center;
                border-bottom: 1px solid #eee;
            }

            .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
                padding: 0 3px;
                margin: 5px;
                font-size: 12px;
                cursor: pointer;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

                .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
                    background: #eee;
                }

        .note-editor .note-toolbar .note-para .dropdown-menu {
            min-width: 216px;
            padding: 5px;
        }

            .note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
                margin-right: 5px;
            }

    .note-editor .note-statusbar {
        background-color: #f5f5f5;
    }

        .note-editor .note-statusbar .note-resizebar {
            width: 100%;
            height: 8px;
            cursor: s-resize;
            border-top: 1px solid #a9a9a9;
        }

            .note-editor .note-statusbar .note-resizebar .note-icon-bar {
                width: 20px;
                margin: 1px auto;
                border-top: 1px solid #a9a9a9;
            }

    .note-editor .note-popover .popover {
        max-width: none;
    }

        .note-editor .note-popover .popover .popover-content {
            padding: 5px;
        }

            .note-editor .note-popover .popover .popover-content a {
                display: inline-block;
                max-width: 200px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle;
            }

    .editable-buttons, .editable-input, .note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
        vertical-align: top;
    }

    .note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
        margin-left: 5px;
    }

    .note-editor .note-popover .popover .arrow {
        left: 20px;
    }

    .note-editor .note-handle .note-control-selection {
        position: absolute;
        display: none;
        border: 1px solid #000;
    }

        .note-editor .note-handle .note-control-selection > div {
            position: absolute;
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-bg {
            width: 100%;
            height: 100%;
            background-color: #000;
            -webkit-opacity: .3;
            -khtml-opacity: .3;
            -moz-opacity: .3;
            opacity: .3;
            -ms-filter: alpha(opacity=30);
            filter: alpha(opacity=30);
        }

        .note-editor .note-handle .note-control-selection .note-control-handle, .note-editor .note-handle .note-control-selection .note-control-holder {
            width: 7px;
            height: 7px;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-sizing {
            width: 7px;
            height: 7px;
            background-color: #fff;
            border: 1px solid #000;
        }

        .note-editor .note-handle .note-control-selection .note-control-nw {
            top: -5px;
            left: -5px;
            border-right: 0;
            border-bottom: 0;
        }

        .note-editor .note-handle .note-control-selection .note-control-ne {
            top: -5px;
            right: -5px;
            border-bottom: 0;
            border-left: none;
        }

        .note-editor .note-handle .note-control-selection .note-control-sw {
            bottom: -5px;
            left: -5px;
            border-top: 0;
            border-right: 0;
        }

        .note-editor .note-handle .note-control-selection .note-control-se {
            right: -5px;
            bottom: -5px;
            cursor: se-resize;
        }

        .note-editor .note-handle .note-control-selection .note-control-selection-info {
            right: 0;
            bottom: 0;
            padding: 5px;
            margin: 5px;
            font-size: 12px;
            color: #fff;
            background-color: #000;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-opacity: .7;
            -khtml-opacity: .7;
            -moz-opacity: .7;
            opacity: .7;
            -ms-filter: alpha(opacity=70);
            filter: alpha(opacity=70);
        }

    .note-editor .note-dialog > div {
        display: none;
    }

    .note-editor .note-dialog .note-image-dialog .note-dropzone {
        min-height: 100px;
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 4;
        color: #d3d3d3;
        text-align: center;
        border: 4px dashed #d3d3d3;
    }

    .note-editor .note-dialog .note-help-dialog {
        font-size: 12px;
        color: #ccc;
        background: 0 0;
        background-color: #222 !important;
        border: 0;
        -webkit-opacity: .9;
        -khtml-opacity: .9;
        -moz-opacity: .9;
        opacity: .9;
        -ms-filter: alpha(opacity=90);
        filter: alpha(opacity=90);
    }

        .note-editor .note-dialog .note-help-dialog .modal-content {
            background: 0 0;
            border: 1px solid #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .note-editor .note-dialog .note-help-dialog a {
            font-size: 12px;
            color: #fff;
        }

        .note-editor .note-dialog .note-help-dialog .title {
            padding-bottom: 5px;
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            border-bottom: #fff 1px solid;
        }

        .note-editor .note-dialog .note-help-dialog .modal-close {
            font-size: 14px;
            color: #dd0;
            cursor: pointer;
        }

        .note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
            width: 100%;
        }

        .note-editor .note-dialog .note-help-dialog .note-shortcut {
            margin-top: 8px;
        }

            .note-editor .note-dialog .note-help-dialog .note-shortcut th {
                font-size: 13px;
                color: #dd0;
                text-align: left;
            }

            .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
                min-width: 110px;
                padding-right: 10px;
                font-family: "Courier New";
                color: #dd0;
                text-align: right;
            }

    .note-editor .note-editable {
        padding: 10px;
        overflow: auto;
        outline: 0;
    }

        .note-editor .note-editable[contenteditable=false] {
            background-color: #e5e5e5;
        }

    .note-editor .note-codable {
        display: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        font-family: Menlo,Monaco,monospace,sans-serif;
        font-size: 14px;
        color: #ccc;
        background-color: #222;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
    }

    .note-editor .dropdown-menu {
        min-width: 90px;
    }

        .note-editor .dropdown-menu.right {
            right: 0;
            left: auto;
        }

            .note-editor .dropdown-menu.right::before {
                right: 9px;
                left: auto !important;
            }

            .note-editor .dropdown-menu.right::after {
                right: 10px;
                left: auto !important;
            }

        .note-editor .dropdown-menu li a i {
            color: #00bfff;
            visibility: hidden;
        }

        .note-editor .dropdown-menu li a.checked i {
            visibility: visible;
        }

ul.multiselect-container > li > a label.checkbox input[type=checkbox], ul.multiselect-container > li > a label.radio input[type=radio] {
    visibility: hidden;
}

.note-editor .note-fontsize-10 {
    font-size: 10px;
}

.note-editor .note-color-palette {
    line-height: 1;
}

    .note-editor .note-color-palette div .note-color-btn {
        width: 17px;
        height: 17px;
        padding: 0;
        margin: 0;
        border: 1px solid #fff;
    }

        .note-editor .note-color-palette div .note-color-btn:hover {
            border: 1px solid #000;
        }

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .select2-container .select2-choice {
        display: block;
        padding: 0 0 0 8px;
        overflow: hidden;
        position: relative;
        border: 1px solid #aaa;
        white-space: nowrap;
        color: #444;
        text-decoration: none;
        background-clip: padding-box;
        user-select: none;
        background-color: #fff;
    }

    .select2-container.select2-drop-above .select2-choice {
        border-bottom-color: #aaa;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(.9, #fff));
        background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 90%);
        background-image: -moz-linear-gradient(center bottom, #eee 0, #fff 90%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
        background-image: linear-gradient(to bottom, #eee 0, #fff 90%);
    }

    .select2-container.select2-allowclear .select2-choice .select2-chosen {
        margin-right: 42px;
    }

    .select2-container .select2-choice > .select2-chosen {
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: none;
        width: auto;
    }

    .select2-container .select2-choice abbr {
        display: none;
        width: 12px;
        height: 12px;
        position: absolute;
        text-decoration: none;
        border: 0;
        cursor: pointer;
        outline: 0;
    }

    .select2-container.select2-allowclear .select2-choice abbr {
        display: inline-block;
    }

    .select2-container .select2-choice abbr:hover {
        background-position: right -11px;
        cursor: pointer;
    }

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
}

    .select2-drop.select2-drop-above {
        margin-top: 1px;
        border-top: 1px solid #aaa;
        border-bottom: 0;
    }

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px;
    }

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: linear-gradient(to top, #ccc 0, #eee 60%);
}

.select2-dropdown-open .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

    .select2-search input {
        width: 100%;
        height: auto !important;
        min-height: 26px;
        padding: 4px 20px 4px 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0, #eee 50%);
    background-image: linear-gradient(to top, #fff 0, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: 0 0;
    border-left: none;
    filter: none;
}

    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -18px 1px;
    }

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent;
}

    .select2-results ul.select2-result-sub {
        margin: 0;
        padding-left: 0;
    }

    .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none;
    }

        .select2-results li.select2-result-with-children > .select2-result-label {
            font-weight: 700;
        }

    .select2-results .select2-result-label {
        padding: 3px 7px 4px;
        margin: 0;
        cursor: pointer;
        min-height: 1em;
        user-select: none;
    }

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: 0 0;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0;
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none;
    }

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
    min-height: 26px;
}

.select2-locked {
    padding: 3px 5px !important;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: 0;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
    float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0 !important;
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: url(select2-spinner.gif) 100% no-repeat #fff !important;
        }

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    cursor: default;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
    margin-left: 0;
    margin-right: 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    outline: 0;
}

html[dir=rtl] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4;
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: 0 0;
        }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx) {
    .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search input, .select2-search-choice-close {
        background-image: url(select2x2.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
}

    .bootstrap-tagsinput input, .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput input {
        outline: 0;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: #fff;
    }

        .bootstrap-tagsinput .tag [data-role=remove] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role=remove]:after {
                content: "x";
                padding: 0 2px;
            }

.datepicker-dropdown:after, .datepicker-dropdown:before {
    content: '';
    position: absolute;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

    .bootstrap-tagsinput .tag [data-role=remove]:hover:active {
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

.md-editor {
    display: block;
    border: 1px solid #ddd;
}

    .md-editor .md-footer, .md-editor > .md-header {
        display: block;
        padding: 6px 4px;
        background: #fff;
    }

    .md-editor > .md-header {
        margin: 0;
    }

    .md-editor > .md-preview {
        background: #fff;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        min-height: 10px;
        overflow: auto;
    }

    .md-editor > textarea {
        font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
        font-size: 14px;
        outline: 0;
        outline: dotted thin\9;
        margin: 0;
        display: block;
        padding: 0;
        width: 100%;
        border: 0;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        border-radius: 0;
        box-shadow: none;
        background: #eee;
    }

        .md-editor > textarea:focus {
            box-shadow: none;
            background: #fff;
        }

    .md-editor.active {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }
/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */

.editableform {
    margin-bottom: 0;
}

    .editableform .control-group {
        margin-bottom: 0;
        white-space: nowrap;
        line-height: 20px;
    }

    .editableform .form-control {
        width: auto;
    }

.editable-buttons {
    display: inline-block;
    margin-left: 7px;
    zoom: 1;
}

    .editable-buttons.editable-buttons-bottom {
        display: block;
        margin-top: 7px;
        margin-left: 0;
    }

.editable-input {
    display: inline-block;
    width: auto;
    white-space: normal;
    zoom: 1;
}

.editable-buttons .editable-cancel {
    margin-left: 7px;
}

.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px;
}

.editableform-loading {
    background: url(../Images/loading.gif) center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px;
}

.editable-inline .editableform-loading {
    background-position: left 5px;
}

.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0;
    width: auto;
    white-space: normal;
}

    .editable-error-block.ui-state-error {
        padding: 3px;
    }

.editable-error {
    color: red;
}

.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left;
}

.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px;
}

.editable-checklist label input[type=checkbox], .editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap;
}

.editable-wysihtml5 {
    width: 566px;
    height: 250px;
}

.editable-clear {
    clear: both;
    font-size: .9em;
    text-decoration: none;
    text-align: right;
}

.editable-clear-x {
    background: url(../Images/clear.png) center center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: .6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px;
}

    .editable-clear-x:hover {
        opacity: 1;
    }

.editable-pre-wrapped {
    white-space: pre-wrap;
}

.editable-container.editable-popup {
    max-width: none !important;
}

.editable-container.popover {
    width: auto;
}

.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    zoom: 1;
}

.editable-container.ui-widget {
    font-size: inherit;
    z-index: 9990;
}

.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #08c;
}

    .editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
        color: #585858;
        cursor: default;
        border-bottom: none;
    }

.editable-empty, .editable-empty:focus, .editable-empty:hover {
    font-style: italic;
    color: #D14;
    text-decoration: none;
}

.editable-unsaved {
    font-weight: 700;
}

.editable-bg-transition {
    -webkit-transition: background-color 1.4s ease-out;
    -moz-transition: background-color 1.4s ease-out;
    -o-transition: background-color 1.4s ease-out;
    -ms-transition: background-color 1.4s ease-out;
    transition: background-color 1.4s ease-out;
}

.form-horizontal .editable {
    padding-top: 5px;
    display: inline-block;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,0.2);
        top: -7px;
        left: 6px;
    }

    .datepicker-dropdown:after {
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        top: -6px;
        left: 7px;
    }

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

    .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
            background-color: #fbf069;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
        background-image: linear-gradient(top, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
                background-color: #efe24b;
            }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(top, #b3b3b3, grey);
    background-image: -ms-linear-gradient(top, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(top, #b3b3b3, grey);
    background-image: -o-linear-gradient(top, #b3b3b3, grey);
    background-image: linear-gradient(top, #b3b3b3, grey);
    background-repeat: repeat-x;
    border-color: grey grey #595959;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
        background-color: grey;
    }

        .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
            background-color: #666;
        }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
        background-color: #04c;
    }

        .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
            background-color: #039;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eee;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(top, #08c, #04c);
        background-image: -ms-linear-gradient(top, #08c, #04c);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
        background-image: -webkit-linear-gradient(top, #08c, #04c);
        background-image: -o-linear-gradient(top, #08c, #04c);
        background-image: linear-gradient(top, #08c, #04c);
        background-repeat: repeat-x;
        border-color: #04c #04c #002a80;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    }

        .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
            background-color: #04c;
        }

            .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
                background-color: #039;
            }

    .datepicker table tr td span.new, .datepicker table tr td span.old {
        color: #999;
    }

.datepicker th.datepicker-switch {
    width: 145px;
}

.datepicker tfoot tr th, .datepicker thead tr:first-child th {
    cursor: pointer;
}

    .datepicker tfoot tr th:hover, .datepicker thead tr:first-child th:hover {
        background: #eee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.twitter-typeahead .tt-hint, .twitter-typeahead .tt-query {
    margin-bottom: 0;
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #08c, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #08c, #0077b3);
        background-image: -o-linear-gradient(top, #08c, #0077b3);
        background-image: linear-gradient(to bottom, #08c, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

.tour-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: #000;
    opacity: .8;
}

.tour-step-backdrop {
    position: relative;
    z-index: 1101;
    background: inherit;
}

.tour-step-background {
    position: absolute;
    z-index: 1100;
    background: inherit;
    border-radius: 6px;
}

.popover[class*=tour-] {
    z-index: 1100;
}

    .popover[class*=tour-] .popover-navigation {
        padding: 9px 14px;
    }

        .popover[class*=tour-] .popover-navigation [data-role=end] {
            float: right;
        }

        .popover[class*=tour-] .popover-navigation [data-role=end], .popover[class*=tour-] .popover-navigation [data-role=prev], .popover[class*=tour-] .popover-navigation [data-role=next] {
            cursor: pointer;
        }

            .popover[class*=tour-] .popover-navigation [data-role=end].disabled, .popover[class*=tour-] .popover-navigation [data-role=prev].disabled, .popover[class*=tour-] .popover-navigation [data-role=next].disabled {
                cursor: default;
            }

    .popover[class*=tour-].orphan {
        position: fixed;
        margin-top: 0;
    }

        .popover[class*=tour-].orphan .arrow {
            display: none;
        }

body {
    font-family:'FrutigerLTArabic-55Roman';
    font-size: 13px;
    line-height: 1.6;
    
	background-color: #202A44;
}

hr {
    border-color: #ccc;
}

.dashed {
    border-style: dashed;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

#col-left {
    top: 0;
    left: 0;
    margin-top: 50px;
    position: absolute;
	background-color: #202A44;
}

    #col-left .widget {
        position: fixed;
        bottom: -45px;
    }

#col-left, .top-bar > :first-child {
    width: 220px;
}

.fixed-top-active #col-right {
    padding-top: 47px;
}

#col-right {
    margin-left: 220px;
    background-color: #EFEFEF;
    background-repeat: repeat;
    overflow: hidden;
}

@media (max-width:767px) {
    #col-right {
        padding: 0 0 30px 0;
    }
}

#col-right.no-heading {
    padding-top: 80px;
}

#col-left, #col-right, .top-bar, ul.main-menu > li > a span {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

@media screen and (max-width:1200px) {
    #col-right {
        overflow: hidden;
        margin-left: 0;
    }

    #col-left {
        margin-left: -220px;
    }
}

.off-canvas-active #col-left {
    margin-left: 0;
}

.off-canvas-active #col-right {
    margin-left: 220px;
    margin-right: -220px;
}

@media screen and (min-width:768px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}

.well-lg {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.content-box-bordered, .well-sm {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.well-sm {
    border-radius: 2px;
}

.bottom-30px {
    margin-bottom: 30px !important;
}

.no-padding {
    padding: 0 !important;
}

.control-inline {
    display: -moz-inline-stack !important;
    display: inline-block !important;
    vertical-align: middle !important;
    zoom: 1 !important;
}

.middle-content .container {
    position: absolute;
    top: 50%;
    text-align: center;
}

.content-box-bordered {
    border-radius: 2px;
    border: 1px solid #ccc;
}

.nav-tabs.nav-tabs-custom-colored > li > a, .nav-tabs > li > a {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
}

.sticky-content .btn-default.btn-favorites {
    color: #ff9800;
}

    .sticky-content .btn-default.btn-favorites.active, .sticky-content .btn-default.btn-favorites:active, .sticky-content .btn-default.btn-favorites:focus, .sticky-content .btn-default.btn-favorites:hover {
        color: #e68900;
    }

.sticky-content .btn-default.btn-quick-task {
    color: #59b7de;
}

    .sticky-content .btn-default.btn-quick-task.active, .sticky-content .btn-default.btn-quick-task:active, .sticky-content .btn-default.btn-quick-task:focus, .sticky-content .btn-default.btn-quick-task:hover {
        color: #44aeda;
    }

.sticky-content .btn-default.active, .sticky-content .btn-default:active, .sticky-content .btn-default:focus, .sticky-content .btn-default:hover {
    background-color: #fff;
}

.sticky-content .dropdown-menu {
    min-width: 370px;
    padding-top: 15px;
}

    .sticky-content .dropdown-menu > li {
        display: inline-block;
        vertical-align: middle;
        min-width: 120px;
        margin-bottom: 15px;
    }

        .sticky-content .dropdown-menu > li > a {
            text-align: center;
            color: #9a9a9a !important;
        }

            .sticky-content .dropdown-menu > li > a:focus, .sticky-content .dropdown-menu > li > a:hover {
                top: -2px;
                background: 0 0;
            }

                .sticky-content .dropdown-menu > li > a:focus i, .sticky-content .dropdown-menu > li > a:hover i {
                    top: -2px;
                }

        .sticky-content .dropdown-menu > li i {
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            -moz-transition-duration: .2s;
            -o-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -moz-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            font-size: 3em;
            position: relative;
            top: 0;
        }

        .sticky-content .dropdown-menu > li span {
            display: block;
            font-weight: 700;
        }

.gritter-title, .label {
    font-weight: 400;
}

.bg-danger, .bg-info, .bg-primary, .bg-success, .bg-warning {
    color: #fff;
}

.bg-default {
    background: #919191;
}

.bg-primary {
    background: #1688ae;
}

.bg-success {
    background: #7bae16;
}

.bg-info {
    background: #59b7de;
}

.bg-warning {
    background: #ff9800;
}

.bg-danger {
    background: #ef2020;
}

.bg-blue {
    background: #1D92AF;
}

.bg-green {
    background: #859419;
}

.bg-orange {
    background: #CE7B11;
}

.bg-seagreen {
    background: #3F7577;
}

.bg-white {
    background: #fff;
}

.text-primary {
    color: #1688ae;
}

.text-success {
    color: #7bae16;
}

.text-info {
    color: #59b7de;
}

.text-warning {
    color: #ff9800;
}

.text-danger {
    color: #ef2020;
}

blockquote {
    border-left: 5px solid #ccc;
}

    .blockquote-reverse, blockquote.pull-right {
        border-right: 5px solid #ccc;
    }

.form-control, .form-control:focus, .input-group-btn .btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control, .input-lg, .input-sm, .input-xs {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.input-group-addon.primary {
    color: #fff;
    background-color: #0093D6;
    border-color: #0081bd;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        -moz-border-radius-topleft: 2px;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

.input-group-addon {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .input-group-addon .simple-checkbox input[type=checkbox] + label, .input-group-addon .simple-radio input[type=radio] + label {
        padding-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

        .input-group-addon .simple-checkbox input[type=checkbox] + label:before, .input-group-addon .simple-radio input[type=radio] + label:before {
            margin-right: 0;
        }

    .input-group-addon i {
        font-size: 14px;
    }

    .input-group-addon.input-lg, .input-group-addon.input-sm {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.input-group-appendable {
    margin-bottom: 10px;
}

    .input-group-appendable .btn {
        min-width: 34px;
    }

.form-control-feedback.icon {
    font-size: 18px;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline style='fill: #555' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right 5px top 12px no-repeat;
    background-size: .8em;
}

select[multiple].form-control {
    height: auto;
    background: 0 0;
}

select.input-lg, select.input-sm {
    line-height: initial;
}

select.input-lg {
    background-position: right 5px top 17px;
}

select.input-sm {
    background-position: right 5px top 11px;
}

.nav-tabs > li > a {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: pointer;
}

.nav-pills > li > a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #1688ae;
}

.nav-pills.tabs-iconized > li a, .nav-tabs.tabs-iconized > li a {
    padding-top: 0;
    padding-bottom: 5px;
}

.nav-pills.tabs-iconized > li i, .nav-tabs.tabs-iconized > li i {
    position: relative;
    margin-right: 3px;
    top: 4px;
    font-size: 24px;
}

.tab-content {
    padding: 30px 15px 15px;
    background-color: #fff;
}

.nav.nav-tabs-custom-colored > li > a {
    border-color: #ccc;
    border-bottom: transparent;
}

    .nav.nav-tabs-custom-colored > li > a:focus, .nav.nav-tabs-custom-colored > li > a:hover {
        background-color: #1688ae;
    }

.nav-tabs.nav-tabs-custom-colored {
    border-bottom-color: #1688ae;
}

    .nav-tabs.nav-tabs-custom-colored > li {
        z-index: 0;
        margin-bottom: 0;
        background-color: #fff;
    }

        .nav-tabs.nav-tabs-custom-colored > li > a {
            -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
            color: #696565;
            margin-right: 0;
        }

            .nav-tabs.nav-tabs-custom-colored > li > a:focus, .nav-tabs.nav-tabs-custom-colored > li > a:hover {
                color: #fff;
                border-color: #1688ae;
            }

        .nav-tabs.nav-tabs-custom-colored > li.active > a, .nav-tabs.nav-tabs-custom-colored > li.active > a:focus, .nav-tabs.nav-tabs-custom-colored > li.active > a:hover {
            color: #fff;
            background-color: #1688ae;
            border-color: #1688ae;
            border-bottom: transparent;
        }

.nav-tabs > li.active {
    z-index: 1;
}

.nav-pills-custom-minimal {
    border-bottom: 1px solid #ccc;
}

    .nav-pills-custom-minimal > li > a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 10px;
        border-top: 4px solid transparent;
        color: #696565;
    }

        .nav-pills-custom-minimal > li > a:focus, .nav-pills-custom-minimal > li > a:hover {
            background-color: transparent;
            color: #4f4c4c;
        }

    .nav-pills-custom-minimal > li.active > a, .nav-pills-custom-minimal > li.active > a:focus, .nav-pills-custom-minimal > li.active > a:hover {
        background-color: transparent;
        border-top-color: #94c632;
        color: #696565;
    }

    .nav-pills-custom-minimal > li + li {
        margin-left: 30px;
    }

@media screen and (max-width:480px) {
    .nav-pills-custom-minimal > li + li {
        margin-left: 0;
    }
}

.nav-pills-custom-minimal.custom-minimal-bottom > li a {
    border-top: none;
    border-bottom: 4px solid transparent;
}

.nav-pills-custom-minimal.custom-minimal-bottom > li.active > a, .nav-pills-custom-minimal.custom-minimal-bottom > li.active > a:focus, .nav-pills-custom-minimal.custom-minimal-bottom > li.active > a:hover {
    border-bottom-color: #94c632;
}

.custom-tabs-left {
    border-bottom: none;
}

    .custom-tabs-left > .nav-tabs {
        float: left;
        margin-right: 19px;
        border-right: 1px solid #ccc;
        border-bottom: none;
    }

        .custom-tabs-left > .nav-tabs > li {
            float: none;
        }

            .custom-tabs-left > .nav-tabs > li a {
                -moz-border-radius-topleft: 2px;
                -webkit-border-top-left-radius: 2px;
                border-top-left-radius: 2px;
                -moz-border-radius-bottomleft: 2px;
                -webkit-border-bottom-left-radius: 2px;
                border-bottom-left-radius: 2px;
                min-width: 74px;
                margin-right: -1px;
            }

                .custom-tabs-left > .nav-tabs > li a:focus, .custom-tabs-left > .nav-tabs > li a:hover {
                    background: 0 0;
                    border-color: transparent;
                }

        .custom-tabs-left > .nav-tabs .active a, .custom-tabs-left > .nav-tabs .active a:focus, .custom-tabs-left > .nav-tabs .active a:hover {
            border: 1px solid #ccc;
            border-right-color: #fff;
        }

.btn, .btn-group > .btn {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.custom-tabs-left .tab-content {
    padding-top: 5px;
}

.label-default {
    background-color: #919191;
}

.label-primary {
    background-color: #1688ae;
}

.label-info {
    background-color: #59b7de;
}

.label-success {
    background-color: #7bae16;
}

.label-warning {
    background-color: #ff9800;
}

.label-danger {
    background-color: #ef2020;
}

.btn-link {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-link .open .dropdown-toggle.btn-link, .btn-link.active, .btn-link:active, .btn-link:focus, .btn-link:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
        text-decoration: none;
    }

.open .dropdown-toggle.btn-primary {
    background-color: #126f8e;
}

.open .dropdown-toggle.btn-info {
    background-color: #3baad8;
    color: #fff;
}

.open .dropdown-toggle.btn-success {
    background-color: #658e12;
    color: #fff;
}

.open .dropdown-toggle.btn-warning {
    background-color: #db8300;
    color: #fff;
}

.open .dropdown-toggle.btn-danger {
    background-color: #dc1010;
    color: #fff;
}

.btn-group > .btn {
    border-radius: 2px;
}

.dropdown-menu, .progress {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.btn-toggle-flash {
    font-family: Ionicons;
}

    .btn-toggle-flash:before {
        content: '\f259';
        margin-right: 5px;
        min-width: 12px;
    }

    .btn-toggle-flash.active:before {
        content: '\f25a';
    }

.icon.icon-2x {
    font-size: 2em !important;
}

.icon.icon-3x {
    font-size: 3em !important;
    margin-right: .2em;
}

.icon.icon-4x {
    font-size: 4em !important;
    margin-right: .2em;
}

.dropdown-menu {
    border-radius: 2px;
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

    .dropdown-menu > li > a {
        padding: 3px 15px;
        font-size: .9em;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background: #116c8a;
            color: #fff;
        }

    .dropdown-menu > li.active > a, .dropdown-menu > li.active > a:focus, .dropdown-menu > li.active > a:hover {
        background: #116c8a;
    }

.modal-content {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.progress {
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #dcdcdc;
}

    .progress.wide {
        width: 60px;
    }

    .progress .progress-bar {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-transition-property: width;
        -o-transition-property: width;
        -webkit-transition-property: width;
        transition-property: width;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .progress.progress-sm {
        height: 12px;
    }

    .progress.progress-xs {
        height: 5px;
    }

        .progress.progress-sm .progress-bar, .progress.progress-xs .progress-bar {
            text-indent: -9999px;
        }

.progress-vertical-wrapper {
    height: 200px;
}

.progress-bar-default {
    background-color: #919191;
}

.progress-bar-success {
    background-color: #7bae16;
}

.progress-bar-info {
    background-color: #59b7de;
}

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

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

.gritter-item-wrapper, .gritter-item-wrapper.gritter-info {
    background: #59b7de;
}

    .gritter-item-wrapper.gritter-info .gritter-close {
        background: #2ea5d6;
        color: #248cb7;
    }

        .gritter-item-wrapper.gritter-info .gritter-close:focus, .gritter-item-wrapper.gritter-info .gritter-close:hover {
            color: #6ec0e2;
        }

    .gritter-item-wrapper.gritter-info .gritter-title + p a {
        color: #248cb7;
    }

        .gritter-item-wrapper.gritter-info .gritter-title + p a:focus, .gritter-item-wrapper.gritter-info .gritter-title + p a:hover {
            color: #299ccc;
        }

    .gritter-item-wrapper.gritter-warning {
        background: #ff9800;
    }

        .gritter-item-wrapper.gritter-warning .gritter-close {
            background: #cc7a00;
            color: #a36100;
        }

            .gritter-item-wrapper.gritter-warning .gritter-close:focus, .gritter-item-wrapper.gritter-warning .gritter-close:hover {
                color: #ffa21a;
            }

        .gritter-item-wrapper.gritter-warning .gritter-title + p a {
            color: #a36100;
        }

            .gritter-item-wrapper.gritter-warning .gritter-title + p a:focus, .gritter-item-wrapper.gritter-warning .gritter-title + p a:hover {
                color: #bd7000;
            }

    .gritter-item-wrapper.gritter-danger {
        background: #d70f0f;
    }

        .gritter-item-wrapper.gritter-danger .gritter-close {
            background: #a70c0c;
            color: #810909;
        }

            .gritter-item-wrapper.gritter-danger .gritter-close:focus, .gritter-item-wrapper.gritter-danger .gritter-close:hover {
                color: #f35e5e;
            }

        .gritter-item-wrapper.gritter-danger .gritter-title + p a {
            color: #810909;
        }

            .gritter-item-wrapper.gritter-danger .gritter-title + p a:focus, .gritter-item-wrapper.gritter-danger .gritter-title + p a:hover {
                color: #9e0b0b;
            }

.gritter-item {
    font-family: inherit;
}

.gritter-bottom, .gritter-close, .gritter-item, .gritter-top {
    background: 0 0;
}

.gritter-close {
    display: block !important;
    left: auto;
    right: 0;
    top: 0;
    background: #2ea5d6;
    color: #248cb7;
    text-align: center;
}

    .gritter-close:focus, .gritter-close:hover {
        color: #6ec0e2;
        outline: 0;
    }

    .gritter-close:before {
        font-family: Ionicons;
        content: '\f12a';
        font-size: 18px;
        display: block;
        text-indent: 0;
        line-height: 1.7;
    }

.gritter-title {
    text-shadow: none;
    font-size: 16px;
}

    .gritter-title i, .panel-group .panel .panel-title > a i {
        font-size: 18px;
    }

        .panel-group .panel .panel-title > a i.icon-collapsed, .panel-group .panel .panel-title > a.collapsed .icon-expanded {
            display: none;
        }

.panel-group .panel .panel-title > a.collapsed .icon-collapsed {
    display: inline-block;
    vertical-align: middle;
    vertical-align: baseline;
}

.panel.panel-minimal {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    background: 0 0;
}

    .panel.panel-minimal .panel-heading {
        background-color: transparent;
        padding-left: 0;
    }

.panel-group .panel-minimal .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding-top: 0;
    margin-top: -5px;
}

.tooltip .tooltip-inner {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.alert, .popover {
    -moz-border-radius: 2px;
}

.popover {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

    .popover .popover-title {
        -moz-border-radius: 2px 2px 0 0;
        -webkit-border-radius: 2px;
        border-radius: 2px 2px 0 0;
        font-weight: 700;
    }

        .popover .popover-title i {
            position: relative;
            top: 2px;
            font-size: 22px;
        }

    .popover .popover-content {
        font-size: .9em;
    }

    .popover.left .arrow:after {
        right: 2px;
    }

    .popover.top .arrow:after {
        bottom: 2px;
    }

    .popover.right .arrow:after {
        left: 2px;
    }

    .popover.bottom .arrow:after {
        top: 2px;
    }

    .popover.popover-custom {
        background: #eee;
    }

.slider-handle, .slider-selection, .slider-track {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-image: none;
}

.popover.popover-custom.right .arrow:after {
    border-right-color: #eee;
}

.alert {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 8px;
    position: relative;
}

.pager li > a, .pager li > span, .pagination {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.alert i {
    font-size: 16px;
}

.alert .close {
    top: 50%;
    position: absolute;
    right: .3em;
    margin-top: -11px;
}

.pagination {
    border-radius: 2px;
}

    .pagination > li > a, .pagination > li > span {
        color: #1688ae;
    }

        .pagination > li > a:hover, .pagination > li > span:hover {
            background-color: #696565;
            border-color: #696565;
            color: #fff;
        }

    .pagination > li i {
        font-size: 16px;
        line-height: 1;
    }

    .pagination.pagination-sm > li i {
        font-size: 15px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #1688ae;
        border-color: #1688ae;
    }

    .pagination.borderless > li > a, .pagination.borderless > li > span {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: none;
        background-color: transparent;
    }

        .pagination.borderless > li > a:focus, .pagination.borderless > li > a:hover, .pagination.borderless > li > span:focus, .pagination.borderless > li > span:hover {
            color: #fff;
            background-color: #696565;
            border-color: #696565;
        }

    .pagination.borderless > li:first-child > a, .pagination.borderless > li:first-child > span, .pagination.borderless > li:last-child > a, .pagination.borderless > li:last-child > span {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .pagination.borderless > li.active > a, .pagination.borderless > li.active > a:focus, .pagination.borderless > li.active > a:hover, .pagination.borderless > li.active > span, .pagination.borderless > li.active > span:focus, .pagination.borderless > li.active > span:hover {
        color: #fff;
        background-color: #1688ae;
    }

    .pagination.borderless > .disabled > a, .pagination.borderless > .disabled > a:focus, .pagination.borderless > .disabled > a:hover, .pagination.borderless > .disabled > span, .pagination.borderless > .disabled > span:focus, .pagination.borderless > .disabled > span:hover {
        background-color: transparent;
    }

.pager li > a, .pager li > span {
    border-radius: 2px;
    line-height: 2;
}

    .pager li > a i, .pager li > span i {
        position: relative;
        top: 4px;
        font-weight: 700;
    }

    .pager li > a:focus, .pager li > a:hover, .pager li > span:focus, .pager li > span:hover {
        color: #fff;
        background-color: #696565;
    }

.slider-selection, .slider-track {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    filter: none;
}

.slider-track {
    background-color: #cecece;
}

.slider-selection {
    background-color: #919191;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.slider.slider-vertical .slider-handle {
    position: relative;
    left: 2px;
    cursor: ns-resize;
}

.slider-handle {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    position: relative;
    top: 2px;
}

.slider-handle, .ui-rangeSlider-handle {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #919191;
    cursor: col-resize;
}

    .slider-handle:before, .ui-rangeSlider-handle:before {
        display: inline-block;
        vertical-align: middle;
        content: '|||';
        font-size: 5px;
        color: #919191;
        text-align: center;
        line-height: 15px;
        position: absolute;
        left: .6em;
    }

.ui-rangeSlider-arrow-inner, .ui-rangeSlider-label-inner {
    display: none;
}

.ui-rangeSlider {
    height: 22px;
    margin: 30px 0;
}

    .ui-rangeSlider .ui-rangeSlider-innerBar {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 10px;
        margin: 3px 0;
        background: #cecece;
    }

    .ui-rangeSlider .ui-rangeSlider-bar {
        margin: 3px 0;
        background: #919191;
        height: 10px;
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
    }

    .ui-rangeSlider.slider-default .ui-rangeSlider-bar {
        background: #919191;
    }

    .ui-rangeSlider.slider-default .ui-rangeSlider-handle {
        background: #fff;
        border-color: #919191;
    }

        .ui-rangeSlider.slider-default .ui-rangeSlider-handle:before {
            color: #919191;
        }

    .ui-rangeSlider.slider-primary .ui-rangeSlider-bar {
        background: #1688ae;
    }

    .ui-rangeSlider.slider-primary .ui-rangeSlider-handle {
        background: #e1f5fb;
        border-color: #1688ae;
    }

        .ui-rangeSlider.slider-primary .ui-rangeSlider-handle:before {
            color: #1688ae;
        }

    .ui-rangeSlider.slider-info .ui-rangeSlider-bar {
        background: #59b7de;
    }

    .ui-rangeSlider.slider-warning .ui-rangeSlider-bar {
        background: #ff9800;
    }

    .ui-rangeSlider.slider-warning .ui-rangeSlider-handle {
        background: #fff;
        border-color: #ff9800;
    }

        .ui-rangeSlider.slider-warning .ui-rangeSlider-handle:before {
            color: #ff9800;
        }

    .ui-rangeSlider.slider-danger .ui-rangeSlider-bar {
        background: #ef2020;
    }

    .ui-rangeSlider.slider-danger .ui-rangeSlider-handle {
        background: #fff;
        border-color: #ef2020;
    }

        .ui-rangeSlider.slider-danger .ui-rangeSlider-handle:before {
            color: #ef2020;
        }

    .ui-rangeSlider.slider-success .ui-rangeSlider-bar {
        background: #7bae16;
    }

    .ui-rangeSlider.slider-success .ui-rangeSlider-handle {
        background: #e0f6b4;
        border-color: #7bae16;
    }

        .ui-rangeSlider.slider-success .ui-rangeSlider-handle:before {
            color: #7bae16;
        }

    .ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging {
        cursor: -moz-grabbing;
        cursor: grabbing;
    }

.ui-rangeSlider-arrow {
    height: 16px;
    margin: 2px 0;
    width: 16px;
    background-repeat: no-repeat;
}

.ui-rangeSlider-container {
    height: 22px;
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container {
    margin: 0;
}

.ui-rangeSlider-label {
    margin: 0 2px 2px;
    white-space: nowrap;
    bottom: 20px;
    padding: 3px 6px 7px;
    cursor: col-resize;
}

    .ui-rangeSlider-label .ui-rangeSlider-label-value {
        font-size: .9em;
    }

input.ui-editRangeSlider-inputValue {
    width: 3em;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
}

.switch-input {
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 4px;
    padding: 10px 60px 0 0;
    cursor: pointer;
}

    .switch-input input {
        position: absolute;
        left: -9999px;
    }

        .switch-input input:checked + i {
            border-color: #94c632;
        }

            .switch-input input:checked + i:before {
                right: 33px;
            }

            .switch-input input:checked + i:after {
                content: attr(data-swon-text);
                text-align: right;
                color: #696565;
            }

    .switch-input i, .switch-input i:before {
        content: '';
        display: block;
    }

    .switch-input i {
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        position: absolute;
        top: 6px;
        right: 0;
        width: 50px;
        height: 20px;
        border-width: 1px;
        border-style: solid;
        border-color: #ccc;
        background: #fff;
        font-style: normal;
    }

        .switch-input i:before {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -moz-transition-property: right;
            -o-transition-property: right;
            -webkit-transition-property: right;
            transition-property: right;
            -moz-transition-duration: .1s;
            -o-transition-duration: .1s;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -moz-transition-timing-function: ease-in;
            -o-transition-timing-function: ease-in;
            -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
            position: absolute;
            top: 4px;
            right: 4px;
            width: 10px;
            height: 10px;
            background-color: #94c632;
        }

        .switch-input i:after {
            content: attr(data-swoff-text);
            position: absolute;
            top: 2px;
            right: 8px;
            left: 8px;
            font-weight: 700;
            font-size: 10px;
            line-height: 15px;
            color: #9c9898;
        }

.form-group .switch-input i {
    top: 0;
    right: auto;
}

.fancy-checkbox {
    display: block;
}

    .fancy-checkbox input[type=checkbox] {
        display: none;
    }

        .fancy-checkbox input[type=checkbox] + span {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            position: relative;
            font-size: 13px;
            margin-right: 10px;
        }

            .fancy-checkbox input[type=checkbox] + span:before {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                bottom: 1px;
                width: 18px;
                height: 18px;
                margin-right: 8px;
                content: "";
                border: 1px solid #ccc;
            }

        .fancy-checkbox input[type=checkbox]:checked + span:before {
            font-family: Ionicons;
            content: '\f122';
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 16px;
            background: #94c632;
            border: 1px solid #94c632;
        }

.fancy-radio {
    display: block;
}

    .fancy-radio input[type=radio] {
        display: none;
    }

        .fancy-radio input[type=radio] + span {
            display: block;
            cursor: pointer;
            position: relative;
            margin-right: 15px;
            font-size: 13px;
        }

            .fancy-radio input[type=radio] + span i {
                display: inline-block;
                vertical-align: middle;
                -moz-border-radius: 8px;
                -webkit-border-radius: 8px;
                border-radius: 8px;
                position: relative;
                bottom: 1px;
                content: "";
                border: 1px solid #ccc;
                width: 18px;
                height: 18px;
                margin-right: 8px;
            }

        .fancy-radio input[type=radio]:checked + span i:after {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            position: relative;
            top: 3px;
            left: 3px;
            content: '';
            width: 10px;
            height: 10px;
            background-color: #94c632;
        }

ul.multiselect-container > li > a label.checkbox:before, ul.multiselect-container > li > a label.radio i {
    display: inline-block;
    bottom: 1px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
}

ul.multiselect-container.dropdown-menu > .active > a, ul.multiselect-container.dropdown-menu > .active > a:focus, ul.multiselect-container.dropdown-menu > .active > a:hover {
    color: inherit;
    background: 0 0;
}

ul.multiselect-container > li > a {
    padding: 3px 10px;
}

    ul.multiselect-container > li > a > label {
        padding: 3px 0 3px 40px;
    }

    ul.multiselect-container > li > a label.checkbox, ul.multiselect-container > li > a label.radio {
        padding-left: 0;
    }

        ul.multiselect-container > li > a label.checkbox:before {
            width: 18px;
            content: "";
            border: 1px solid #ccc;
        }

ul.multiselect-container > li.active > a label.checkbox:before {
    font-family: Ionicons;
    content: '\f122';
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    background: #94c632;
    border: 1px solid #94c632;
}

.datepicker td.active.active, .datepicker td.active:active, .datepicker td.active:hover.active, .datepicker td.active:hover:active {
    background-image: none;
    border-color: #3071A9;
    background-color: #357EBD;
}

ul.multiselect-container input.multiselect-search {
    width: auto;
}

ul.multiselect-container > li > a label.radio i {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    content: "";
    border: 1px solid #ccc;
    width: 18px;
}

ul.multiselect-container > li.active > a label i:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #94c632;
}

.input-group > .input-group-btn > .multiselect + .btn-group > .btn {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.input-group.input-group-lg > .input-group-btn > .multiselect + .btn-group > .btn {
    height: 46px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.input-group-btn .btn {
    z-index: 2;
}

.datepicker > div {
    padding: 5px 20px;
}

.datepicker td, .datepicker th {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .datepicker td.active.active, .datepicker td.active:active {
        color: #fff;
    }

    .datepicker td.active:hover {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .datepicker th.next, .datepicker th.prev {
        font-size: 14px;
    }

.datepicker .switch {
    text-align: center;
}

.datepicker table tr td.active [disabled], .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled] {
    background-color: #357EBD;
    border-color: #3071A9;
}

.daterangepicker .calendar-date, .daterangepicker .ranges .input-mini, .daterangepicker .ranges li, .daterangepicker td .input-mini, .daterangepicker td li, .daterangepicker th .input-mini, .daterangepicker th li {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.daterangepicker td.in-range {
    background: #D9ECF5;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #116C8A;
    border-color: #116C8A;
}

.report-range {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

    .report-range .range-value {
        margin-right: 3px;
    }

    .report-range i {
        font-size: 16px;
    }

.bootstrap-touchspin-prefix {
    border-right: none;
}

.bootstrap-touchspin-postfix {
    border-left: none;
}

    .bootstrap-touchspin-postfix.btn, .bootstrap-touchspin-prefix.btn {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .bootstrap-touchspin-postfix.btn.active, .bootstrap-touchspin-postfix.btn:active, .bootstrap-touchspin-prefix.btn.active, .bootstrap-touchspin-prefix.btn:active {
            -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        }

.dropzone {
    padding: 20px;
    min-height: 0;
    background-image: url(../Images/diagonal-stripe.png?1369651034);
    background-repeat: repeat;
}

    .dropzone .dz-message {
        font-size: 4em;
        text-align: center;
        color: #A4A4A4;
    }

        .dropzone .dz-message:before {
            font-family: Ionicons;
            content: '\f40a';
            display: block;
            font-size: 4em;
            line-height: 1;
        }

    .dropzone.dropzone-mini .dz-message {
        font-size: 2em;
    }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone .dz-default.dz-message span, .dropzone .dz-message {
        display: block;
    }

    .dropzone .dz-default.dz-message {
        background: 0 0;
        position: initial;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        padding: 2em 0;
    }

    .dropzone .dz-fallback {
        text-align: center;
    }

        .dropzone .dz-fallback input[type=file] {
            margin: 0 auto 10px;
        }

    .dropzone .dz-preview .dz-remove {
        background: #ef2020;
        color: #fff;
        font-size: .9em;
    }

        .dropzone .dz-preview .dz-remove:before {
            font-family: FontAwesome;
            content: '\f00d';
            margin-right: 3px;
        }

        .dropzone .dz-preview .dz-remove:hover {
            background: #e51010;
            color: #fff;
            cursor: pointer;
        }

    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        width: 25px;
        height: 25px;
    }

        .dropzone .dz-preview .dz-error-mark:before, .dropzone .dz-preview .dz-success-mark:before {
            font-family: FontAwesome;
            font-size: 15px;
            position: absolute;
            left: 5px;
            top: 2px;
        }

        .dropzone .dz-preview .dz-error-mark:before {
            content: '\f071';
            color: #ef2020;
        }

        .dropzone .dz-preview .dz-success-mark:before {
            content: '\f00c';
            color: #7bae16;
        }

.todo-list > li {
    border-top: 1px solid #ccc;
    position: relative;
    background: #fff;
}

    .todo-list > li:first-child {
        border-top: none;
    }

    .todo-list > li.ui-state-highlight {
        border: 1px solid #ff9800;
    }

    .todo-list > li .list-control {
        position: absolute;
        top: 50%;
        margin-top: -14px;
    }

        .todo-list > li .list-control i {
            font-size: 20px;
            position: relative;
            top: 2px;
            margin-right: 5px;
            cursor: move;
        }

    .todo-list > li p {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 4em;
        padding: 10px 0;
    }

    .todo-list > li.completed p {
        text-decoration: line-through;
        color: #b5b2b2;
    }

.todo-list .fancy-checkbox input[type=checkbox] + span {
    margin-right: 0;
}

.todo-list .short-description {
    display: block;
    margin-top: 5px;
    font-size: .9em;
}

.todo-list .date {
    font-size: .85em;
}

.todo-list .label {
    position: absolute;
    right: 0;
    padding: 6px 10px;
    font-weight: 400;
}

.task-list {
    list-style-type: none;
    padding-left: 0;
}

    .task-list p {
        position: relative;
    }

        .task-list p .label {
            position: absolute;
            right: 0;
            line-height: 15px;
        }

.label-with-btn {
    display: inline-table;
}

    .label-with-btn .btn, .label-with-btn .label {
        display: table-cell;
    }

    .label-with-btn .label {
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 4px 6px;
    }

    .label-with-btn .btn {
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 6px;
        line-height: 10px;
        vertical-align: middle;
    }

.select2-container {
    width: 100%;
}

    .select2-container .select2-choice abbr, .select2-search-choice-close {
        font-family: Ionicons;
        background: 0 0;
        font-size: 13px;
        top: 3px;
    }

        .select2-container .select2-choice abbr:before, .select2-search-choice-close:before {
            content: '\f128';
            font-size: 85%;
        }

    .select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .select2-container .select2-choice {
        height: 30px;
        line-height: 30px;
        background-image: none;
    }

        .select2-container .select2-choice abbr {
            top: 0;
            right: 35px;
        }

        .select2-container .select2-choice .select2-arrow {
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            width: 30px;
            text-align: center;
            background: #eee;
            line-height: 30px;
        }

            .select2-container .select2-choice .select2-arrow b, .select2-more-results.select2-active, .select2-search input, .select2-search input.select2-active {
                background: 0 0;
            }

            .select2-container .select2-choice .select2-arrow:before {
                font-family: FontAwesome;
                font-size: 15px;
                content: '\f107';
            }

.select2-search {
    font-family: FontAwesome;
    font-size: 15px;
}

    .select2-search:before {
        content: '\f002';
        position: absolute;
        top: 5px;
        right: 12px;
    }

.editable-buttons .btn i, .editable[data-type=select] + .editable-container .editable-input, .editable[data-type=combodate] + .editable-container .editable-input {
    position: relative;
}

.select2-more-results.select2-active background, .select2-search input.select2-active background {
    image: url(../Images/select2-spinner.gif?1398901838);
    color: #f4f4f4;
    repeat: no-repeat;
}

.select2-container.select2-dropdown-open .select2-arrow, .select2-container.select2-dropdown-open .select2-choice {
    background-color: transparent;
}

.select2-container.select2-dropdown-open .select2-arrow {
    background-image: none;
}

    .select2-container.select2-dropdown-open .select2-arrow:before {
        content: '';
    }

.select2-drop, .select2-drop.select2-drop-above {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-drop {
    margin-top: -4px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 18px 3px 5px;
    background-color: #1688ae;
    filter: none;
    background-image: none;
    color: #fff;
    border: 1px solid #147da0;
    font-size: 85%;
}

    .select2-container-multi .select2-choices .select2-search-choice a {
        color: #2cb6e4;
    }

        .select2-container-multi .select2-choices .select2-search-choice a:focus, .select2-container-multi .select2-choices .select2-search-choice a:hover {
            color: #43bee7;
            text-decoration: none;
        }

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 3px;
}

    .select2-container-multi .select2-choices .select2-search-field input.select2-active {
        background-image: url(../Images/select2-spinner.gif?1398901838) !important;
    }

.select2-container-multi .select2-choices .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi.select2-container-active .select2-choices {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container-multi.select2-dropdown-open .select2-choices {
    border-bottom: none;
}

.md-editor .btn-default {
    background-color: #fff;
    color: #333;
    border-color: #ccc;
}

    .md-editor .btn-default:focus, .md-editor .btn-default:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #ebebeb;
    }

.editable[data-type=select] + .editable-container .editable-input select, .editable[data-type=combodate] + .editable-container .editable-input select {
    padding: 5px 20px 5px 10px;
    background-position: right 5px top 10px;
}

.editable[data-type=combodate] + .editable-container .editable-input select {
    height: 31px;
    position: relative;
    top: -1px;
}

.editable-buttons .btn i {
    margin-right: 0;
    top: 2px;
}

.editable-address {
    display: block;
    margin-bottom: 5px;
}

.twitter-typeahead .tt-hint, .twitter-typeahead .tt-query {
    padding: 5px 22px 5px 10px;
}

.editable-address span {
    width: 70px;
    display: inline-block;
}

.mapTooltip {
    filter: alpha(opacity=90);
    opacity: .9;
    position: fixed;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    background-color: #343434;
    border: 1px solid #fff;
    color: #fff;
}

    .mapTooltip span {
        font-weight: 700;
    }

.data-us-map .plotLegend {
    margin-top: 50px;
}

.zoom-map {
    position: relative;
}

    .zoom-map .btn-group {
        margin-bottom: 20px;
    }

@media screen and (max-width:480px) {
    .zoom-map .btn-group .btn {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 3px;
    }
}

.zoom-map .zoomIn, .zoom-map .zoomOut {
    position: absolute;
    left: 10px;
    background: #fff;
    width: 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 20px;
}

.activity-item, .activity-item .media-body {
    position: relative;
}

.wizard ul li, .wizard ul.previous-disabled li.complete {
    cursor: default;
}

.zoom-map .zoomIn:hover, .zoom-map .zoomOut:hover {
    background: #f7f7f7;
}

.zoom-map .zoomIn {
    top: 60px;
}

.zoom-map .zoomOut {
    top: 85px;
}

@media screen and (max-width:480px) {
    .zoom-map .zoomIn {
        top: 100px;
    }

    .zoom-map .zoomOut {
        top: 124px;
    }
}

.map-custom-width {
    width: 75%;
}

    .map-custom-width .map {
        position: relative;
        left: 20%;
    }

.google-map #map-canvas {
    height: 349px;
}

.list-icons-demo li {
    margin-bottom: 20px;
    text-align: center;
}

    .list-icons-demo li i {
        font-size: 24px;
    }

.list-icons-demo2 li {
    margin-bottom: 10px;
}

.activity-item {
    overflow: visible;
    margin: 15px 0;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

    .activity-item:first-child {
        border-top: none;
    }

    .activity-item .avatar {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 32px;
    }

    .activity-item > i {
        font-size: 18px;
        line-height: 1;
    }

    .activity-item .activity-title {
        margin-bottom: 0;
        line-height: 1.3;
    }

    .activity-item .activity-attachment {
        padding-top: 20px;
    }

    .activity-item .well {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-left: 2px solid #cfcfcf;
        background: #fff;
        margin-left: 20px;
        font-size: .85em;
    }

    .activity-item .thumbnail {
        display: inline;
        border: none;
        padding: 0;
    }

        .activity-item .thumbnail img {
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            width: auto;
            margin: 0;
        }

    .activity-item .activity-actions {
        position: absolute;
        top: 15px;
        right: 0;
    }

        .activity-item .activity-actions .btn i {
            margin: 0;
        }

    .activity-item + .btn, ul.recent-file-list {
        margin-bottom: 15px;
    }

    .activity-item .activity-actions .dropdown-menu > li > a {
        font-size: .9em;
        padding: 3px 10px;
    }

ul.simple-todo-list > li .todo-text {
    font-weight: 400;
}

ul.simple-todo-list > li input[type=checkbox]:checked + .todo-text {
    text-decoration: line-through;
    color: #837e7e;
}

ul.recent-file-list > li {
    margin-bottom: 5px;
}

.project-list .progress {
    margin-bottom: 0;
}

.project-list .progress-bar {
    font-size: 10px;
}

.project-list > tbody > tr > td {
    padding: 12px 8px;
}

    .project-list > tbody > tr > td .avatar {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 22px;
        border: 1px solid #CCC;
    }

a.list-group-item:focus, a.list-group-item:hover {
    background-color: #eee;
}

.demo-hide {
    display: none;
}

td.legendLabel {
    padding-right: 5px;
}

.headline {
    background: #fff;
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    .headline {
        margin: 0 -30px;
    }
}

.headline .headline-report-text {
    padding: 0 10px 10px 0;
    color: #fff;
}

    .headline .headline-report-text h3 {
        margin-top: 0;
        color: #695B0E;
        font-size: 1.4em;
    }

    .headline .headline-report-text ul {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: rgba(60,112,19,0.5);
    }

        .headline .headline-report-text ul > li {
            padding: 5px 10px;
            line-height: 2;
        }

            .headline .headline-report-text ul > li > span:first-child {
                display: inline-block;
                vertical-align: middle;
                min-width: 140px;
            }

            .headline .headline-report-text ul > li > span + span {
                font-weight: 300;
            }

.headline .nav-pills-custom-minimal {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: none;
}

.headline .tab-content {
    background-image: url(../Images/headline-bg.png?1397994704);
}

    .headline .tab-content > .tab-pane {
        padding: 30px 15px;
        height: 310px;
    }

@media screen and (max-width:992px) {
    .headline .tab-content {
        background-repeat: repeat-y;
    }

        .headline .tab-content > .tab-pane {
            height: auto;
        }
}

.headline .legend table {
    background-color: rgba(255,255,255,0.5);
}

.social-stat .mini-stat, .social-stat .number {
    background: rgba(255,255,255,0.4);
    text-align: center;
}

.headline .legend table td {
    padding: 3px;
}

    .headline .legend table td.legendLabel {
        padding-right: 5px;
    }

.headline .bottom-stat, .headline .bottom-stat .row {
    margin-left: 0;
    margin-right: 0;
}

    .headline .bottom-stat .row > div {
        padding-left: 0;
        padding-right: 0;
        border-left: 1px solid #ccc;
    }

        .headline .bottom-stat .row > div:first-child {
            border-left: none;
        }

@media screen and (max-width:768px) {
    .headline .bottom-stat .row > div {
        border-left: none;
        border-bottom: 1px solid #ccc;
    }

        .headline .bottom-stat .row > div:last-child {
            border-bottom: none;
        }
}

.headline .bottom-stat .stat-item {
    text-align: center;
    padding: 10px 0;
}

    .headline .bottom-stat .stat-item .left, .headline .bottom-stat .stat-item .right {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

    .headline .bottom-stat .stat-item .number {
        font-size: 2.8em;
        line-height: 1.1;
    }

    .headline .bottom-stat .stat-item .text {
        font-weight: 300;
        font-size: 1.5em;
    }

    .headline .bottom-stat .stat-item .icon {
        font-size: 48px;
        line-height: 1;
    }

.social-stat {
    padding: 15px 0;
    margin: 0 auto;
}

    .social-stat .number {
        height: 103px;
        min-width: 105px;
        padding-top: 1.5em;
        font-weight: 300;
    }

@media screen and (max-width:480px) {
    .social-stat {
        width: auto;
    }

        .social-stat .number {
            float: none !important;
            min-width: auto;
        }
}

.social-stat .number > span {
    font-size: 1.8em;
    line-height: 1.4;
}

    .social-stat .number > span + span {
        display: block;
        font-size: .8em;
        font-weight: 400;
        line-height: 2;
    }

.social-stat .number i {
    font-size: 12px;
}

.social-stat .mini-stat {
    padding: 20px 0;
}

    .social-stat .mini-stat p {
        margin-bottom: 0;
        margin-top: 5px;
        font-size: .8em;
    }

    .social-stat .mini-stat i {
        margin-right: 2px;
        font-size: 18px;
        position: relative;
        top: 2px;
    }

.status-chart {
    text-align: center;
}

    .status-chart .chart-title {
        display: block;
        font-size: 1em;
        font-weight: 700;
    }

.pie-chart, .pie-chart .percent {
    display: inline-block;
    vertical-align: middle;
}

.pie-chart {
    position: relative;
    width: 130px;
    margin-bottom: 20px;
}

    .pie-chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.quick-info.horizontal i:before, .quick-info.vertical i:before {
    top: 6px;
    position: relative;
}

.pie-chart .percent {
    line-height: 130px;
    z-index: 2;
    font-size: 1.2em;
}

    .pie-chart .percent:after {
        margin-left: .1em;
    }

.flot-chart {
    width: 100%;
    height: 250px;
}

.donut-label {
    font-size: 12px;
    color: #FFF;
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 3px;
}

#flotTip, .jqsfield, .jqstooltip {
    color: #fff !important;
}

#flotTip, .jqstooltip {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    background-color: rgba(0,0,0,0.8) !important;
    border: none !important;
}

.jqstooltip {
    width: auto !important;
    height: auto !important;
}

@media screen and (max-width:992px) {
    .widget-chart-toggle-series #choices {
        margin-top: 30px;
    }

        .widget-chart-toggle-series #choices > div {
            display: inline-block;
            vertical-align: middle;
        }

    .quick-info.horizontal {
        margin-bottom: 30px;
    }
}

.quick-info i {
    font-size: 30px;
}

.quick-info p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
}

    .quick-info p span {
        font-size: .5em;
    }

.quick-info.horizontal i {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
}

.quick-info.horizontal p {
    padding-left: 70px;
    padding-top: 2px;
    text-align: left;
}

    .quick-info.horizontal p span {
        display: block;
    }

@media screen and (max-width:768px) {
    .quick-info.horizontal p {
        text-align: left;
        padding-left: 70px;
    }
}

@media screen and (max-width:480px) {
    .quick-info.horizontal {
        display: block;
    }

        .quick-info.horizontal i {
            float: none !important;
            margin: 0 auto 10px;
        }

        .quick-info.horizontal p {
            padding-left: 0;
            text-align: center;
        }
}

.quick-info.vertical, .quick-info.vertical i {
    display: inline-block;
    vertical-align: middle;
}

.table-responsive .dataTables_wrapper .row, div[class*=col-] > .form-group {
    margin-right: 0;
    margin-left: 0;
}

.quick-info.vertical i {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    color: #fff;
}

.quick-info.boxed-icon-first p span, .quick-info.vertical p span {
    display: block;
}

.quick-info.vertical p {
    padding-left: 0;
    text-align: center;
}

@media screen and (max-width:768px) {
    .quick-info.vertical {
        margin-bottom: 30px;
    }
}

.quick-info.boxed {
    display: block;
    position: relative;
    padding: 15px;
    color: #fff;
}

    .quick-info.boxed i {
        filter: alpha(opacity=20);
        opacity: .2;
        position: absolute;
        top: 2px;
        right: 15px;
        line-height: 1;
        font-size: 72px;
    }

.DTTT.btn-group .btn, .box-with-help {
    position: relative;
}

.quick-info.boxed p {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1.6;
}

.quick-info.boxed-icon-first {
    padding: 15px;
}

    .quick-info.boxed-icon-first i {
        position: relative;
        top: 3px;
        font-size: 48px;
        line-height: 1;
    }

    .quick-info.boxed-icon-first p {
        margin-bottom: 0;
        text-align: right;
    }

.status-bar-list > li {
    padding: 15px 0;
}

.status-bar-list .progress {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #dcdcdc;
}

    .status-bar-list .progress.progress-xs {
        height: 3px;
    }

    .status-bar-list .progress .progress-bar {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.status-bar-list p {
    margin-bottom: 0;
    font-size: .85em;
}

table.colored-header thead > tr > th {
    background-color: #ebebeb !important;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ebebeb;
}

table.dataTable thead > tr > th {
    padding-left: 8px;
    padding-right: 15px;
}

table.dataTable thead .sorting {
    background: url(../Images/sort_both.png?1401274899) center right no-repeat;
}

table.dataTable thead .sorting_asc {
    background: url(../Images/sort_asc.png?1401274981) center right no-repeat;
}

table.dataTable thead .sorting_desc {
    background: url(../Images/sort_desc.png?1401274960) center right no-repeat;
}

table.dataTable thead .sorting_asc_disabled {
    background: url(../Images/sort_asc_disabled.png?1401274940) center right no-repeat;
}

table.dataTable thead .sorting_desc_disabled {
    background: url(../Images/sort_desc_disabled.png?1401274920) center right no-repeat;
}

table.dataTable thead .row-filter input {
    width: 100%;
}

.dataTables_filter input {
    margin-left: 5px;
}

@media screen and (max-width:480px) {
    .dataTables_filter, .dataTables_info, .dataTables_length {
        display: none;
    }
}

ul.ColVis_collection {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    width: auto;
    background: #fff;
}

    ul.ColVis_collection li, ul.ColVis_collection li.ColVis_Special {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #f3f3f3;
        border: inherit;
    }

        ul.ColVis_collection li.ColVis_Special:hover, ul.ColVis_collection li:hover {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ebebeb;
            border: inherit;
        }

        ul.ColVis_collection li span {
            font-size: 90%;
        }

.DTCR_clonedTable th {
    padding: 10px;
    vertical-align: middle;
    background-color: #ebebeb;
}

.DTCR_pointer {
    border: 1px solid #ff9800;
}

.DTTT.btn-group {
    float: right;
    margin-bottom: 1em;
}

.table-responsive .dataTables_wrapper .row div[class^=col] {
    padding-left: 0;
    padding-right: 0;
}

fieldset {
    margin-bottom: 40px;
}

legend {
    color: #696565;
    font-size: 1.5em;
    border-color: #ccc;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-ticket ul.uploaded-attachment > li i {
    color: #696565;
    font-size: 16px;
    min-width: 14px;
}

.form-ticket ul.uploaded-attachment > li .remove {
    font-size: .85em;
    text-decoration: underline;
    color: inherit;
}

    .form-ticket ul.uploaded-attachment > li .remove:hover {
        text-decoration: none;
    }

.box-with-help {
    padding: 50px 30px 0;
}

    .box-with-help .btn-login-help {
        position: absolute;
        right: 0;
        top: 0;
        color: #7e7979;
    }

        .box-with-help .btn-login-help:focus, .box-with-help .btn-login-help:hover {
            color: #696565;
        }

.parsley-errors-list {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

    .parsley-errors-list li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        color: #ef2020;
        font-size: .9em;
        margin-top: 3px;
    }

.note-editor .note-editable {
    background: #fff;
}

.wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}

    .wizard:after, .wizard:before {
        display: table;
        line-height: 0;
        content: "";
    }

    .wizard:after {
        clear: both;
    }

    .wizard ul {
        width: 4000px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .wizard ul.previous-disabled li.complete:hover {
            color: #468847;
            cursor: default;
            background: #f3f4f5;
        }

            .wizard ul.previous-disabled li.complete:hover .chevron:before {
                border-left-color: #f3f4f5;
            }

        .wizard ul li {
            position: relative;
            float: left;
            height: 46px;
            padding: 0 20px 0 30px;
            margin: 0;
            font-size: 16px;
            line-height: 46px;
            color: #a5a5a5;
            background: #f2f2f2;
        }

            .wizard ul li:first-child {
                padding-left: 20px;
            }

            .wizard ul li .chevron {
                position: absolute;
                top: -24px;
                right: -14px;
                z-index: 1;
                display: block;
                border: 48px solid transparent;
                border-right: 0;
                border-left: 24px solid #fff;
            }

                .wizard ul li .chevron:before {
                    position: absolute;
                    top: -48px;
                    right: 5px;
                    display: block;
                    border: 48px solid transparent;
                    border-right: 0;
                    border-left: 24px solid #f2f2f2;
                    content: "";
                }

            .wizard ul li.complete {
                color: #fff;
                background: #7bae16;
            }

                .wizard ul li.complete:hover {
                    cursor: pointer;
                    background: #78a915;
                }

                    .wizard ul li.complete:hover .chevron:before {
                        border-left: 24px solid #78a915;
                    }

                .wizard ul li.complete .chevron:before {
                    border-left: 24px solid #7bae16;
                }

            .wizard ul li.active {
                color: #fff;
                background: #1688ae;
            }

                .wizard ul li.active .chevron:before {
                    border-left: 24px solid #1688ae;
                }

            .wizard ul li .badge {
                position: relative;
                top: -2px;
                margin-right: 8px;
                padding: 4px 7px;
            }

                .wizard ul li .badge.badge-info {
                    background-color: #106581;
                }

                .wizard ul li .badge.badge-success {
                    background-color: #5b8110;
                }

.wizard-wrapper .actions .btn i {
    position: relative;
    top: 2px;
}

.wizard-wrapper .actions .btn.btn-next i {
    margin-left: 2px;
}

.wizard-wrapper .step-content {
    margin: 30px 0;
    padding-left: 20px;
}

    .wizard-wrapper .step-content .step-pane {
        display: none;
    }

    .wizard-wrapper .step-content .active {
        display: block;
    }

        .wizard-circle .nav, .wizard-wrapper .step-content .active .btn-group .active {
            display: inline-block;
        }

#demo-wizard {
    width: 678px;
}

    #demo-wizard + .step-content {
        min-height: 270px !important;
    }

.wizard-circle {
    text-align: center;
}

    .wizard-circle .nav {
        vertical-align: middle;
    }

        .wizard-circle .nav li {
            width: 24em;
        }

            .wizard-circle .nav li > a {
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                width: 50px;
                height: 50px;
                margin: 0 auto 20px;
                line-height: 25px;
                border: 3px solid #bbb;
                background: #ccc;
                color: #818181;
                z-index: 3;
            }

            .wizard-circle .nav li span {
                color: #a5a5a5;
            }

            .wizard-circle .nav li:before {
                border-top: 3px solid #bbb;
                content: "";
                display: block;
                font-size: 0;
                overflow: hidden;
                position: relative;
                top: 28px;
                width: 100%;
            }

            .wizard-circle .nav li:first-child:before {
                left: 50%;
                max-width: 50%;
            }

            .wizard-circle .nav li:last-child:before {
                max-width: 50%;
                width: 50%;
            }

            .wizard-circle .nav li + li {
                margin-left: 0;
            }

            .wizard-circle .nav li.active > a, .wizard-circle .nav li.done > a {
                background: #1688ae;
                border-color: #106581;
                color: #fff;
            }

            .wizard-circle .nav li.active span, .wizard-circle .nav li.done span {
                color: inherit;
                font-weight: 700;
            }

            .wizard-circle .nav li.done:before {
                border-top-color: #106581;
                max-width: 100%;
                left: 50%;
                z-index: 2;
            }

    .wizard-circle .pager li a {
        cursor: pointer;
        color: inherit;
    }

        .wizard-circle .pager li a:focus, .wizard-circle .pager li a:hover {
            background: #ececec;
        }

    .wizard-circle .pager li.next a {
        background: #1688ae;
        color: #fff;
    }

        .wizard-circle .pager li.next a:focus, .wizard-circle .pager li.next a:hover {
            background: #106581;
        }

    .wizard-circle .pager li.last {
        display: none;
    }

        .wizard-circle .pager li.last a {
            background: #7bae16;
        }

            .wizard-circle .pager li.last a:focus, .wizard-circle .pager li.last a:hover {
                background: #5b8110;
            }

    .wizard-circle .pager li.disabled a {
        color: #919191;
    }

    .wizard-circle .pager.wizard {
        background-color: transparent;
    }

    .wizard-circle .tab-content {
        text-align: left;
        padding: 15px 0;
        margin-top: 30px;
        background: 0 0;
    }

    .wizard-circle fieldset {
        padding: 15px;
        border: 1px solid #ccc;
    }

    .wizard-circle legend {
        width: auto;
        font-size: 14px;
        background: #a5a5a5;
        color: #fff;
        padding: 5px;
    }

#demo-wizard2 #tab3, #demo-wizard2 fieldset {
    min-height: 386px;
    background: #fff;
}

#demo-wizard2 #tab3 {
    padding: 15px;
}

#demo-wizard2 input {
    width: 40%;
}

#demo-wizard2 .dl-horizontal {
    margin-top: 30px;
}

    #demo-wizard2 .dl-horizontal dt {
        margin-bottom: 10px;
    }

.searchbox input[type=search] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 230px;
    padding: 3px 6px;
    font-size: .85em;
    -webkit-appearance: none;
    border: none;
    background-color: #ececec;
}

.searchbox .input-group-addon {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 3px 3px 0 10px;
    background-color: #ececec;
    border: none;
}

.btn-nav-sidebar-minified {
    padding: 11px 15px;
}

    .btn-nav-sidebar-minified i {
        color: #fff;
    }

    .btn-nav-sidebar-minified i, .btn-off-canvas i {
		color:#FFFFFF;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
        font-size: 24px;
        line-height: 1;
    }

        .btn-nav-sidebar-minified i:hover, .btn-off-canvas i:hover, .top-bar .action-group .btn-group.open > a, .top-bar .logged-user .btn-group.open > a {
            color: #696565;
        }

.btn-off-canvas {
    display: none;
}

@media screen and (max-width:1200px) {
    .btn-nav-sidebar-minified {
        display: none;
    }

    .btn-off-canvas {
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
    }
}

.logo {
    text-align: center;
    padding: 0px 0;
    margin-right: -10px;
}

    .logo img {
        height: 50px;
    }

.fixed-left-active .top-bar {
    margin-left: 220px;
}

.fixed-left-active.fixed-top-active .top-bar, .top-bar {
    margin-left: -15px;
}

.top-bar {
    height: 50px;
    padding: 0 30px;
    /*background-color: #fff;*/
    /* background-color: #e1e32b; */
	background-color: #202A44;
    border-bottom: 1px solid #ccc;
    z-index: 10 !important;
}

.search-expanded .top-bar {
    height: 100px;
}

.search-expanded #col-left {
    margin-top: 100px;
}

.search-expanded #col-right {
    margin-top: 100px;
}

.search-expanded .SearchQuery {
    padding: 0 10px;
}

.top-bar .searchbox, .top-bar > div {
    vertical-align: middle;
}

.top-bar .searchbox {
    margin-top: 6px;
    margin-left: 30px;
}

@media screen and (max-width:768px) {
    .top-bar .searchbox {
        display: none;
    }
}

.top-bar .top-bar-right {
    text-align: right;
    margin-top: 7px;
}

@media screen and (max-width:1200px) {
    .top-bar {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:479px) {
    .top-bar > :first-child {
        width: auto;
    }
}

.top-bar .action-group, .top-bar .logged-user {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 15px;
}

    .top-bar .action-group .dropdown-menu i, .top-bar .logged-user .dropdown-menu i {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        position: relative;
        top: -2px;
        font-size: 14px;
    }

    .top-bar .action-group .btn-group > a, .top-bar .logged-user .btn-group > a {
        color: #a8a5a5;
    }

        .top-bar .action-group .btn-group > a:hover, .top-bar .logged-user .btn-group > a:hover {
            color: #696565;
            text-decoration: none;
        }

    .top-bar .action-group ul > li li, .top-bar .logged-user ul > li {
        border-top: 1px solid #e4e4e4;
    }

        .top-bar .action-group ul > li li:first-child, .top-bar .logged-user ul > li:first-child {
            border-top: none;
        }

        .top-bar .action-group ul > li li a, .top-bar .logged-user ul > li a {
            padding: 8px 10px;
            color: #656565;
        }

            .top-bar .action-group ul > li li a:focus, .top-bar .action-group ul > li li a:focus .text, .top-bar .action-group ul > li li a:focus .timestamp, .top-bar .action-group ul > li li a:focus i, .top-bar .action-group ul > li li a:hover, .top-bar .action-group ul > li li a:hover .text, .top-bar .action-group ul > li li a:hover .timestamp, .top-bar .action-group ul > li li a:hover i, .top-bar .logged-user ul > li a:focus, .top-bar .logged-user ul > li a:focus .text, .top-bar .logged-user ul > li a:focus .timestamp, .top-bar .logged-user ul > li a:focus i, .top-bar .logged-user ul > li a:hover, .top-bar .logged-user ul > li a:hover .text, .top-bar .logged-user ul > li a:hover .timestamp, .top-bar .logged-user ul > li a:hover i {
                color: #fff;
            }

.top-bar .dropdown-menu {
    padding: 0;
    width: 365px;
    top: 37px;
}

    .top-bar .dropdown-menu:after, .top-bar .dropdown-menu:before {
        position: absolute;
        content: " ";
        height: 0;
        width: 0;
        bottom: 100%;
        border: solid transparent;
        pointer-events: none;
    }

    .top-bar .dropdown-menu:before {
        border-color: transparent transparent #838383;
        border-width: 10px;
        left: 50%;
        top: -21px;
    }

    .top-bar .dropdown-menu:after {
        border-color: transparent transparent #FFF;
        border-width: 10px;
        left: 50%;
    }

    .top-bar .dropdown-menu ul {
        padding: 0 10px;
    }

        .top-bar .dropdown-menu ul > li > a:hover {
            background-color: #fafafa;
        }

.top-bar .action-group .action-item {
    position: relative;
    width: 50px;
    margin: 0 15px;
    top: 2px;
}

    .top-bar .action-group .action-item:first-child {
        margin-left: 0;
    }

    .top-bar .action-group .action-item:last-child {
        margin-right: 0;
    }

    .top-bar .action-group .action-item > a {
        color: #a8a5a5;
    }

        .top-bar .action-group .action-item > a.active, .top-bar .action-group .action-item > a:hover {
            color: #696565;
            text-decoration: none;
        }

.top-bar .action-group .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-bar .action-group i {
    font-size: 32px;
    width: 26px;
    line-height: 1;
}

.top-bar .action-group > ul {
    padding-left: 0;
}

    .top-bar .action-group > ul > li {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
    }

        .top-bar .action-group > ul > li:first-child {
            border-top: none;
        }

.top-bar .action-group .count {
    position: relative;
    top: -15px;
    right: 8px;
    padding: 0 5px;
    border-radius: 30px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    border-width: 2px;
    border-style: solid;
    color: #fff;
    background: #ef2020;
    border-color: #fff;
}

.top-bar .action-group .dropdown-menu .menu-item-header {
    font-size: .85em;
    font-weight: 700;
    line-height: 3;
    padding: 5px 8px;
}

.top-bar .action-group .dropdown-menu .menu-item-footer a {
    color: #696565;
}

    .top-bar .action-group .dropdown-menu .menu-item-footer a:focus, .top-bar .action-group .dropdown-menu .menu-item-footer a:hover {
        background: 0 0;
        text-decoration: underline;
        color: #333;
    }

.top-bar .action-group .dropdown-menu .timestamp {
    font-size: .85em;
    line-height: 1.8;
}

.top-bar .action-group .skins form {
    display: inline;
}

.top-bar .action-group .skins .dropdown-menu {
    width: 200px;
    padding: 8px;
}

    .top-bar .action-group .skins .dropdown-menu li {
        border-top: none;
    }

@media screen and (min-width:992px) {
    .top-bar .action-group .action-item {
        margin: 0 8px;
    }

    .top-bar .action-group .skins .dropdown-menu {
        left: -98px;
    }

    .top-bar .action-group .general .dropdown-menu, .top-bar .action-group .inbox .dropdown-menu {
        left: -180px;
    }
}

.top-bar .action-group .inbox .inbox-item {
    display: block;
}

    .top-bar .action-group .inbox .inbox-item.unread {
        background-color: #f7f7f7;
    }

.top-bar .action-group .inbox img {
    width: 32px;
}

.top-bar .action-group .inbox .name {
    font-family:'FrutigerLTArabic-55Roman';
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0;
}

.top-bar .action-group .inbox .text {
    font-size: .9em;
    margin-bottom: 0;
}

.top-bar .action-group .general .count {
    right: 12px;
}

.top-bar .action-group .general .dropdown-menu li a .timestamp {
    position: absolute;
    right: 10px;
}

.top-bar .logged-user {
    position: relative;
    top: -3px;
}

    .top-bar .logged-user .btn {
        padding: 0;
        border: none;
        text-decoration: none;
        color: #a8a5a5;
    }

        .top-bar .logged-user .btn i {
            position: relative;
            top: 2px;
        }

        .top-bar .logged-user .btn:hover {
            text-decoration: none;
        }

        .top-bar .logged-user .btn img {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            width: 32px;
            border: 2px solid #a8a5a5;
            margin-right: 5px;
        }

    .top-bar .logged-user .dropdown-menu {
        width: auto;
        left: -20px;
        padding: 0;
    }

.btn-skin {
    margin-bottom: 10px;
    border: none;
    padding: 8px;
    font-size: 1.2em;
}

    .btn-skin:before {
        content: ' ';
        display: block;
        width: 10px;
        height: 10px;
        color: #fff;
    }

    .btn-skin:hover {
        position: relative;
        top: -2px;
    }

    .btn-skin.nav-dark {
        background-color: #232323;
        border: 1px solid #232323;
    }

    .btn-skin.nav-light {
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .btn-skin.full-dark:before {
        background-color: #1d1d1d;
    }

    .btn-skin.full-white:before {
        background-color: #fff;
    }

    .btn-skin.green:before {
        background-color: #94c632;
    }

    .btn-skin.blue:before {
        background-color: #1D92AF;
    }

    .btn-skin.darkorange:before {
        background-color: #ff9800;
    }

    .btn-skin.seagreen:before {
        background-color: #3f7577;
    }

.main-nav {
    top: 0;
    left: 0;
    margin-bottom: 30px;
    z-index: 1;
    width: 100%;
}

    .main-nav h3 {
        margin: 20px 0 15px;
        padding-bottom: 12px;
        font-size: 1.3em;
        color: #dbdbdb;
        display: inline-block;
        font-weight: 700;
    }

ul.main-menu {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    cursor: pointer;
}

    ul.main-menu li a {
        display: block;
        position: relative;
        padding: 12px 0 12px 15px;
        font-size: 13px;
        color: #dadada;
    }

        ul.main-menu li a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #2e2e2e;
        }

    ul.main-menu li.active > a {
        color: #fff;
        /*background-color: #0f0f0f;*/
        background-color: #CE0037;
    }

        ul.main-menu li.active > a.submenu-toggle {
            background-color: transparent;
        }

    ul.main-menu li i {
        font-size: 16px;
    }

    ul.main-menu li .text {
        padding-left: 10px;
    }

    ul.main-menu li.has-submenu {
        position: relative;
    }

        ul.main-menu li.has-submenu > a:after {
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 14px;
            width: 10px;
            position: absolute;
            right: 15px;
            top: 15px;
            text-shadow: none;
            content: "\f107";
        }

        ul.main-menu li.has-submenu.active > a:after {
            content: "\f053";
        }

    ul.main-menu .sub-menu {
        position: relative;
        padding-left: 0;
    }

        ul.main-menu .sub-menu li a {
            background-color: rgb(50,62,72);
        }

            ul.main-menu .sub-menu li a:focus, ul.main-menu .sub-menu li a:hover {
                background-color: #2e2e2e;
            }

            ul.main-menu .sub-menu li a .badge {
                position: absolute;
                right: 15px;
            }

        ul.main-menu .sub-menu li .text {
            padding-left: 27px;
        }

        ul.main-menu .sub-menu li.active a {
            /*background-color: #000;*/
            background-color:#2e2e2e;
        }

        ul.main-menu .sub-menu li .sub-menu .text {
            padding-left: 50px;
        }

body.fixed-left-active #col-left {
    position: fixed;
    height: 100%;
}

body.fixed-left-active .main-nav {
    position: relative;
    margin-bottom: 15px;
}

.main-nav-minified #col-left {
    width: 55px;
    top: 35px;
}

    .main-nav-minified #col-left ul.main-menu > li:hover > ul.sub-menu, .main-nav-minified #col-left ul.sub-menu > li:hover > ul.sub-menu {
        display: block !important;
        min-width: 200px;
        position: absolute;
        top: 0;
        margin-left: 55px;
        z-index: 9999;
    }

    .main-nav-minified #col-left ul.main-menu > li.has-submenu li.has-submenu > a:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        content: "\f105";
        display: block;
    }

    .main-content.sidebar-minified .sidebar-wrapper, .main-nav-minified #col-left .main-menu > li.has-submenu.active .sub-menu, .main-nav-minified #col-left .widget, .main-nav-minified .main-nav h3, .main-nav-minified ul.main-menu li.has-submenu > a:after, .main-nav-minified ul.main-menu > li > a span {
        display: none;
    }

    .main-nav-minified #col-left ul.sub-menu > li:hover > ul.sub-menu {
        margin-left: 200px;
    }

    .main-nav-minified #col-left ul.main-menu li i {
        font-size: 20px;
    }

    .main-nav-minified #col-left ul.main-menu li > a:hover {
        background-color: #1e1e1e;
    }

.main-nav-minified #col-right {
    margin-left: 55px;
}

.main-nav-minified ul.main-menu > li > a {
    padding: 12px;
    text-align: center;
}

.main-nav-minified ul.main-menu ul.sub-menu li .text {
    padding-left: 0;
}

.main-content {
    padding: 0 30px;
}

.right-sidebar {
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 200px;
    position: fixed;
    right: -210px;
    top: 47px;
    z-index: 99;
    height: 100%;
    background-color: #232323;
}

@media screen and (max-width:1200px) {
    .main-nav-minified #col-right {
        margin-left: 0;
    }

    .right-sidebar {
        display: none;
    }
}

.right-sidebar .widget-chat-contacts {
    background: 0 0;
    border: none;
}

    .right-sidebar .widget-chat-contacts .widget-header {
        background-color: #232323;
        border-bottom: none;
        padding: 4px 10px 10px;
    }

        .right-sidebar .widget-chat-contacts .widget-header .btn-group {
            float: none;
            margin-left: 0;
        }

.right-sidebar.active {
    right: 0;
}

.main-content.sidebar-minified .primary-content-wrapper {
    width: 100%;
}

.primary-content-heading {
    margin-bottom: 30px;
}

    .primary-content-heading h2 {
        margin-bottom: 0;
    }

@media screen and (max-width:480px) {
    .primary-content-heading h2 {
        font-size: 24px;
    }
}

.breadcrumb {
    background-color: inherit;
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb > li {
        line-height: 2.6;
    }

    .breadcrumb a {
        color: #696565;
    }

    .breadcrumb .icon {
        font-size: 1.2em;
        margin-right: 5px;
    }

    .breadcrumb .active {
        font-weight: 300;
    }

@media screen and (max-width:768px) {
    .sticky-content {
        display: none;
    }
}

ul.widget-inbox-list li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

    ul.widget-inbox-list li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    ul.widget-inbox-list li:before {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: ' ';
        position: absolute;
        top: 7px;
        left: 0;
        width: 8px;
        height: 8px;
        border: 2px solid #ccc;
    }

    ul.widget-inbox-list li.unread .sender, ul.widget-inbox-list li.unread .title {
        font-weight: 700;
    }

    ul.widget-inbox-list li.unread:before {
        background: #696565;
        border-color: #696565;
    }

ul.widget-inbox-list .title {
    font-size: .9em;
    margin: 0;
}

ul.widget-inbox-list .brief {
    font-style: italic;
    font-size: .9em;
}

ul.widget-inbox-list .timestamp {
    font-size: .85em;
}

.widget {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
    background-color: #fff;
    border-color: #d0d0d0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    .widget .widget-header h3, .widget.widget-no-header h3 {
        margin-top: 0;
        font-size: 14px;
        /* color: #6a6a6a; */
	color:#FFFFFF;
    }

    .widget.widget-transparent {
        border: none;
        background: 0 0;
    }

    .widget .widget-header {
        padding: 0 10px;
        border-bottom: 1px solid #fff;
        /*background-color: #e9e9e9;*/
		/* background-color: #e1e32b; *//*OLD YELLOW*/
		background-color: #202A44;
    }

        .widget .widget-header h3 {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
            line-height: 40px;
            float: left;
        }

@media screen and (max-width:480px) {
    .widget .widget-header h3 {
        display: block;
        float: none;
    }

    .widget .widget-header .widget-header-toolbar {
        display: block;
        position: initial;
    }
}

.widget .widget-header h3 i {
    width: 18px;
    padding: 10px 0;
    font-size: 16px;
	color:#FFFFFF;
}

.widget .widget-header .btn-group .dropdown-toggle .icon, .widget .widget-header .btn-group > a {
	color:#FFFFFF;
}

    .widget .widget-header .btn-group .dropdown-toggle .icon:focus, .widget .widget-header .btn-group .dropdown-toggle .icon:hover, .widget .widget-header .btn-group > a:focus, .widget .widget-header .btn-group > a:hover {
        color: #505050;
    }

.widget .widget-header .widget-header-toolbar {
    float: right;
    width: auto;
    margin-left: 15px;
}

    .widget .widget-header .widget-header-toolbar.btn-group {
        top: 5px;
    }

@media screen and (max-width:480px) {
    .widget .widget-header .widget-header-toolbar.btn-group > .btn {
        top: -5px;
    }
}

.widget .widget-header .widget-header-toolbar .label {
    position: relative;
    top: 11px;
    padding: 5px;
    font-size: 85%;
}

@media screen and (max-width:480px) {
    .widget .widget-header .widget-header-toolbar .label {
        top: 0;
    }
}

.widget .widget-header .widget-header-toolbar .label i {
    font-size: 14px;
}

.widget .widget-header .widget-header-toolbar .btn-xs {
    top: 5px;
}

.widget .widget-header .widget-header-toolbar .btn-link {
    padding: 0 0 0 15px;
}

    .widget .widget-header .widget-header-toolbar .btn-link i {
        font-size: 28px;
        line-height: 1;
    }

    .widget .widget-header .widget-header-toolbar .btn-link:first-child {
        padding-left: 0;
    }

.widget .widget-header .widget-header-toolbar .progress {
    width: 150px;
    position: relative;
    top: 19px;
}

@media screen and (max-width:480px) {
    .widget .widget-header .widget-header-toolbar .progress {
        top: 0;
    }
}

.widget .widget-header .widget-header-toolbar .progress .progress-bar {
    font-size: 10px;
    line-height: 1.5;
}

.widget .widget-header .nav-tabs {
    border-bottom: none;
}

    .widget .widget-header .nav-tabs > li > a {
        height: 41px;
    }

        .widget .widget-header .nav-tabs > li > a, .widget .widget-header .nav-tabs > li > a:focus, .widget .widget-header .nav-tabs > li > a:hover {
            border-top: none;
            border-bottom: none;
        }

.widget .widget-header .nav-justified > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.widget .widget-header .nav-justified > li:first-child > a {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

.widget .widget-header .nav-justified > li:last-child > a {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    margin-right: -1px;
}

.widget .widget-content {
    padding: 20px;
}

.widget .widget-footer {
    padding: 7px 10px;
    background-color: #e9e9e9;
}

    .widget .widget-footer .progress {
        margin-bottom: 0;
    }

.widget-header-toolbar .pagination-sm {
    margin-bottom: 0;
    margin-top: 5px;
}

.widget-header-toolbar .onoffswitch > label:first-child {
    margin-bottom: 0;
    top: 3px;
}

.widget-header-toolbar .fancy-checkbox {
    margin-bottom: 0;
    position: relative;
    top: 4px;
}

    .widget-header-toolbar .fancy-checkbox input[type=checkbox] + span {
        margin-right: 0;
    }

.widget-header-toolbar .badge {
    margin-top: 10px;
}

@media screen and (max-width:480px) {
    .widget-header-toolbar .badge {
        margin-top: 0;
    }
}

.portlet {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

    .portlet a {
        color: #fff;
        text-decoration: underline;
    }

        .knowledge h3 a, .portlet .dropdown-menu > li > a, .portlet a:focus, .portlet a:hover {
            text-decoration: none;
        }

    .portlet h3 {
        margin: 0 0 30px;
        font-size: 27px;
        border-bottom: 1px solid #fff;
    }

    .portlet .portlet-bg-icon {
        filter: alpha(opacity=10);
        opacity: .1;
        font-size: 14em;
        position: absolute;
        top: 50%;
        right: 20px;
        bottom: 0;
        margin-top: -70px;
        line-height: 1;
    }

    .portlet.portlet-blue {
        background-color: #1D92AF;
    }

    .portlet.portlet-seagreen {
        background-color: #3F7577;
    }

    .portlet.portlet-green {
        background-color: #859419;
    }

    .portlet.portlet-orange {
        background-color: #CE7B11;
    }

.portlet-today i {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    font-size: 27px;
    position: relative;
    top: -4px;
    line-height: 1;
}

.portlet-reminder .reminder-time {
    display: inline-block;
    vertical-align: middle;
    font-size: 3em;
    font-weight: 300;
    line-height: 1;
}

.portlet-reminder > .reminder-buttons {
    position: relative;
    top: -5px;
    left: 10px;
}

.portlet-reminder .reminder-place {
    font-size: 1.5em;
}

ul.chat-status > li > a.online {
    color: #7bae16;
}

ul.chat-status > li > a.away {
    color: #ff9800;
}

ul.chat-status > li > a.busy {
    color: #ef2020;
}

ul.chat-status > li > a.offline {
    color: #919191;
}

ul.chat-contacts > li a, ul.chat-contacts > li a:focus, ul.chat-contacts > li a:hover, ul.chat-status > li > a:focus, ul.chat-status > li > a:hover {
    color: #fff;
}

ul.chat-contacts > li {
    padding: 5px;
    font-size: .9em;
}

    ul.chat-contacts > li:hover {
        cursor: pointer;
    }

        ul.chat-contacts > li:hover img {
            opacity: 1;
        }

    ul.chat-contacts > li img {
        filter: alpha(opacity=80);
        opacity: .8;
        width: 30px;
        margin-right: 10px;
        border: 2px solid #7bae16;
    }

    ul.chat-contacts > li.away img {
        border-color: #ff9800;
    }

    ul.chat-contacts > li.busy img {
        border-color: #ef2020;
    }

ul.chat-contacts.contacts-offline > li img {
    border-color: #494949;
}

ul.chat-contacts.contacts-offline > li a, ul.chat-contacts.contacts-offline > li a:focus, ul.chat-contacts.contacts-offline > li a:hover {
    color: #494949;
}

.user-profile {
    padding-bottom: 30px;
}

.profile-header-background {
    margin: -30px -30px 0;
}

    .profile-header-background img {
        width: 100%;
        height: 310px;
    }

.profile-info-left {
    position: relative;
    top: -92px;
}

    .profile-info-left img.avatar {
        border: 2px solid #fff;
    }

.invoice-header, .invoice-total p:last-child {
    border-bottom: 1px solid #ccc;
}

.profile-info-left h2 {
    margin-bottom: 30px;
}

.profile-info-left .section {
    margin-top: 50px;
}

    .profile-info-left .section h3 {
        font-size: 1.1em;
        font-weight: 700;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

.profile-info-left ul.list-social > li {
    line-height: 2.3;
}

    .profile-info-left ul.list-social > li i {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 1px;
        font-size: 16px;
        min-width: 16px;
        line-height: 1;
    }

    .profile-info-left ul.list-social > li a {
        color: #696565;
    }

.profile-info-right .tab-content {
    padding: 30px 0;
    background-color: transparent;
}

@media screen and (max-width:768px) {
    .profile-info-right {
        position: relative;
        top: -70px;
    }
}

.user-follower, .user-following {
    position: relative;
    margin-bottom: 40px;
}

.invoice-from-to, .invoice-header {
    margin-bottom: 50px;
}

.user-follower img, .user-following img {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 40px;
}

.user-follower a, .user-following a {
    font-size: 1.1em;
    line-height: 1;
}

.user-follower .username, .user-following .username {
    font-size: .9em;
    line-height: 1.5;
}

.user-follower .btn, .user-following .btn {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 92px;
}

.btn-toggle-following {
    background-color: #7bae16;
    color: #fff;
}

    .btn-toggle-following:hover {
        background-color: #ef2020;
        color: #fff;
    }

        .btn-toggle-following:hover span {
            display: none;
        }

        .btn-toggle-following:hover:after {
            content: 'Unfollow';
            display: inline;
        }

        .btn-toggle-following:hover i:before {
            content: '\f129';
        }

.invoice-header .logo {
    width: 150px;
}

.invoice-header ul {
    position: relative;
    top: 12px;
    margin-top: 0;
    text-align: right;
}

    .invoice-header ul li {
        padding: 0 15px;
    }

        .invoice-header ul li:not(:first-child) {
            border-left: 1px solid #ccc;
        }

@media screen and (max-width:992px) {
    .invoice-header ul {
        top: 0;
        text-align: left;
    }
}

.invoice-buttons, .invoice-table tbody tr td:last-child {
    text-align: right;
}

.invoice-from-to .name {
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: 700;
}

.invoice-from-to address .contact {
    margin-top: 10px;
}

    .invoice-from-to address .contact p {
        margin-bottom: 0;
    }

        .invoice-from-to address .contact p span {
            font-weight: 700;
        }

.invoice-notes strong {
    display: block;
}

.invoice-notes p {
    font-size: .75em;
}

.invoice-footer .right-col {
    position: absolute;
    right: 15px;
}

.invoice-total {
    padding-right: 10px;
}

@media screen and (max-width:768px) {
    .invoice-header ul li:not(:first-child) {
        border-left: none;
    }

    .invoice-footer .right-col {
        position: relative;
        right: 0;
    }

    .invoice-footer .left-col, .invoice-footer .right-col {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .invoice-total {
        padding-right: 25px;
    }
}

.invoice-total .row > div {
    padding: 0;
}

    .invoice-total .row > div:first-child p {
        padding-left: 10px;
    }

.invoice-total p:last-child {
    border-top: 1px solid #ccc;
    font-weight: 700;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.invoice-buttons {
    margin-top: 50px;
}

@media print {
    .col-print-1, .col-print-10, .col-print-11, .col-print-2, .col-print-3, .col-print-4, .col-print-5, .col-print-6, .col-print-7, .col-print-8, .col-print-9, .invoice-from-to .row > div {
        float: left;
    }

    .col-left, .del-style-switcher, .footer, .invoice-buttons, .main-header, .primary-content-heading, .right-sidebar, .top-bar {
        display: none !important;
    }

    #col-right {
        margin: 0 !important;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .col-print-1 {
        width: 8.33333%;
    }

    .col-print-2 {
        width: 16.66667%;
    }

    .col-print-3 {
        width: 25%;
    }

    .col-print-4 {
        width: 33.33333%;
    }

    .col-print-5 {
        width: 41.66667%;
    }

    .col-print-6 {
        width: 50%;
    }

    .col-print-7 {
        width: 58.33333%;
    }

    .col-print-8 {
        width: 66.66667%;
    }

    .col-print-9 {
        width: 75%;
    }

    .col-print-10 {
        width: 83.33333%;
    }

    .col-print-11 {
        width: 91.66667%;
    }

    .col-print-12 {
        width: 100%;
    }

    .col-print-offset-0 {
        margin-left: 0;
    }

    .col-print-offset-1 {
        margin-left: 8.33333%;
    }

    .col-print-offset-2 {
        margin-left: 16.66667%;
    }

    .col-print-offset-3 {
        margin-left: 25%;
    }

    .col-print-offset-4 {
        margin-left: 33.33333%;
    }

    .col-print-offset-5 {
        margin-left: 41.66667%;
    }

    .col-print-offset-6 {
        margin-left: 50%;
    }

    .col-print-offset-7 {
        margin-left: 58.33333%;
    }

    .col-print-offset-8 {
        margin-left: 66.66667%;
    }

    .col-print-offset-9 {
        margin-left: 75%;
    }

    .col-print-offset-10 {
        margin-left: 83.33333%;
    }

    .col-print-offset-11 {
        margin-left: 91.66667%;
    }

    .bottom .container .content-wrapper {
        border-left: none !important;
    }

    .invoice-header img {
        width: auto;
    }

    .invoice-header ul li {
        font-size: 8pt;
    }

    .invoice-from-to .name {
        font-size: 12pt;
    }

    .invoice-notes {
        border-top: none;
        border-right: none;
        border-bottom: none;
    }
}

.form-knowledge-search {
    margin-bottom: 50px;
}

@media screen and (max-width:480px) {
    .form-knowledge-search input[type=search] {
        font-size: .9em;
    }
}

.knowledge h3 {
    border-bottom: 1px solid #ccc;
    line-height: 28px;
    font-size: 1.2em;
}

    .knowledge h3 span {
        font-weight: 400;
    }

.knowledge ul li {
    line-height: 30px;
}

    .knowledge ul li a {
        color: #696565;
        display: block;
        padding-left: 20px;
    }

        .knowledge ul li a:hover {
            text-decoration: underline;
        }

    .knowledge ul li i {
        font-size: 18px;
        line-height: 29px;
    }

.knowledge-recent-popular {
    margin-top: 50px;
}

    .knowledge-recent-popular ol {
        padding-left: 20px;
    }

        .knowledge-recent-popular ol li {
            line-height: 30px;
        }

ul.nav-categories {
    margin-bottom: 30px;
}

    ul.nav-categories > li {
        border: 1px solid #ccc;
    }

        .btn-login-social:before, ul.nav-categories > li:first-child {
            -moz-border-radius-topleft: 2px;
            -webkit-border-top-left-radius: 2px;
        }

        .btn-login-social:before, ul.nav-categories > li:last-child {
            -moz-border-radius-bottomleft: 2px;
            -webkit-border-bottom-left-radius: 2px;
        }

        ul.nav-categories > li:first-child {
            border-top-left-radius: 2px;
            -moz-border-radius-topright: 2px;
            -webkit-border-top-right-radius: 2px;
            border-top-right-radius: 2px;
        }

        ul.nav-categories > li:last-child {
            border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -webkit-border-bottom-right-radius: 2px;
            border-bottom-right-radius: 2px;
        }

        ul.nav-categories > li:not(:first-child) {
            border-top: none;
        }

        ul.nav-categories > li + li {
            margin-top: 0;
        }

        ul.nav-categories > li > a {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            color: #696565;
        }

            ul.nav-categories > li > a:hover {
                background-color: #e6e6e6;
            }

.ticket-box {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 15px;
}

.page-404, .page-505 {
    background: #C96046;
}

    .page-404 .container, .page-505 .container {
        margin-top: -16em;
    }

@media screen and (max-width:480px) {
    .page-404 .container, .page-505 .container {
        position: relative;
        margin: 15px auto;
    }

    .page-404.middle-content .container, .page-505.middle-content .container {
        top: 0;
    }
}

.page-404 h1, .page-505 h1 {
    font-size: 12em;
    line-height: 1;
}

.page-404 h1, .page-404 h2, .page-505 h1, .page-505 h2 {
    margin: 0;
}

.page-404 .error-description, .page-404 h1, .page-404 h2, .page-505 .error-description, .page-505 h1, .page-505 h2 {
    color: #8b3c28;
}

.page-404 hr, .page-505 hr {
    border-color: #a2462f;
    border-width: 4px;
    margin-bottom: 0;
}

.page-404 .error-description, .page-505 .error-description {
    border-top: 2px solid #d27b66;
    padding-top: 20px;
    font-size: 1.3em;
}

.page-404 input, .page-404 input:focus {
    border-color: #b24d34;
    background-color: #d5826d;
    color: #8b3c28;
}

.page-404 .input-group {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .page-404 .input-group {
        width: 50%;
    }
}

.page-404 .btn {
    font-weight: 700;
    border-color: #b24d34;
    color: #8b3c28;
    background-color: #cf715a;
}

    .page-404 .btn:active, .page-404 .btn:focus, .page-404 .btn:hover {
        background-color: #C96046;
        color: #8b3c28;
    }

body .page-login {
    background-color: #EFEFEF;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.page-login-social .btn-login-social, .page-login-social .login-box, .register-box {
    width: 30%;
    margin: 0 auto;
}

.page-login .panel-title {
    font-size: 2em;
}

@media screen and (max-width:1200px) {
    .page-login-social .btn-login-social, .page-login-social .login-box, .register-box {
        width: 60%;
    }
}

@media screen and (max-width:992px) {
    .page-login-social .btn-login-social, .page-login-social .login-box, .register-box {
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    .page-login-social .btn-login-social, .page-login-social .login-box, .register-box {
        width: 100%;
    }
}

.page-login .top-bar {
    margin: 0;
    padding: 10px 0;
}

    .page-login .top-bar img {
        width: 240px;
    }

.container-fluid {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
}

.row-fluid {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.centering {
    float: none;
    margin: 0 auto;
}

.page-login-social .container-fluid {
    margin-top: 9em;
}

.page-login-social .login-box {
    margin-top: 1em;
}

.page-login-social .login-separator {
    font-size: 1.2em;
    margin: 50px 0;
}

    .page-login-social .login-separator span {
        border-bottom: 1px solid #ccc;
    }

.btn-login-social {
    color: #fff;
    position: relative;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    margin-bottom: 15px !important;
}

    .btn-login-social:before {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        font-family: Ionicons;
        font-size: 20px;
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        padding: 7px 0;
        width: 40px;
        height: 40px;
    }

    .btn-login-social.btn-login-facebook:before, .btn-login-social.btn-login-twitter:before {
        -webkit-border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-bottomleft: 2px;
    }

    .btn-login-social.btn-login-facebook {
        background-color: #3B5998;
    }

        .btn-login-social.btn-login-facebook:focus, .btn-login-social.btn-login-facebook:hover {
            color: #fff;
            background-color: #37538d;
        }

        .btn-login-social.btn-login-facebook:before {
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
            content: "\f231";
            background-color: #2d4373;
        }

    .btn-login-social.btn-login-twitter {
        background-color: #00C7F7;
    }

        .btn-login-social.btn-login-twitter:focus, .btn-login-social.btn-login-twitter:hover {
            color: #fff;
            background-color: #00bbe8;
        }

        .btn-login-social.btn-login-twitter:before {
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
            content: "\f243";
            background-color: #009ec4;
        }

    .btn-login-social.btn-login-googleplus {
        background-color: #CA3522;
    }

        .btn-login-social.btn-login-googleplus:focus, .btn-login-social.btn-login-googleplus:hover {
            color: #fff;
            background-color: #bd3220;
        }

        .btn-login-social.btn-login-googleplus:before {
            -moz-border-radius-topleft: 2px;
            -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
            -moz-border-radius-bottomleft: 2px;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
            content: "\f235";
            background-color: #9e2a1b;
        }

.login-box {
    padding-top: 30px;
    background-color: #fff;
}

    .login-box h1 {
        font-size: 1.5em;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .login-box .text-right {
        padding-top: 5px;
    }

@media screen and (max-width:480px) {
    .login-box .text-right {
        font-size: 10px;
    }
}

.login-box a {
    display: inline-block;
    vertical-align: middle;
    color: #696565;
    border-bottom: 1px dashed #ccc;
}

    .login-box a:focus, .login-box a:hover {
        border-bottom-color: transparent;
    }

.login-copytext {
    padding-left: 30px;
}

@media screen and (max-width:768px) {
    .login-copytext {
        padding: 30px 0;
    }
}

.login-copytext h2 {
    font-size: 1.5em;
    margin-top: 0;
}

.login-copytext p {
    margin-bottom: 30px;
    font-size: 1.2em;
    line-height: 1.6;
    color: #837e7e;
    font-weight: 300;
}

.register-box {
    padding: 30px;
    margin-top: 15em;
    background-color: #fff;
}

    .register-box h1 {
        font-size: 1.5em;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .register-box a {
        color: #696565;
        border-bottom: 1px dashed #ccc;
    }

        .register-box a:focus, .register-box a:hover {
            border-bottom-color: transparent;
        }

    .register-box .fancy-checkbox input[type=checkbox] + span {
        font-size: 11px;
    }

.inbox .inbox-searchbox {
    margin-bottom: 10px;
    width: 45em;
    padding-left: 17px;
}

.inbox .top .row > div:first-child {
    padding-right: 0;
}

@media screen and (max-width:1200px) {
    .inbox .inbox-searchbox {
        width: auto;
        padding-left: initial;
    }

    .inbox .top .row > div:first-child {
        padding-right: 15px;
    }
}

.inbox .top-menu {
    padding-left: 21px;
    border-left: 1px solid #ccc;
}

@media screen and (max-width:1199px) {
    .inbox .top-menu {
        padding-left: 0;
        border-left: none;
        margin-top: 10px;
    }

        .inbox .top-menu .list-inline {
            margin-left: 0;
            margin-bottom: 5px;
        }
}

.inbox .top-menu .top-menu-label {
    margin-right: 5px;
}

.inbox .top-menu .select-checkbox-all, .inbox .top-menu > ul {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.inbox .top-menu > ul {
    margin-right: 10px;
}

    .inbox .top-menu > ul > li {
        padding-left: 0;
        padding-right: 0;
    }

.inbox .top-menu .btn {
    font-size: .9em;
}

    .inbox .top-menu .btn:hover {
        color: #3e3e3e;
    }

    .inbox .top-menu .btn.active, .inbox .top-menu .btn.focus, .inbox .top-menu .btn:active, .inbox .top-menu .btn:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
    }

    .inbox .top-menu .btn i {
        font-size: 14px;
    }

.inbox .top-menu .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inbox .top-menu .navigation {
    position: absolute;
    top: -6px;
    right: 0;
}

    .inbox .top-menu .navigation .inbox-nav-toggle {
        position: relative;
        top: 5px;
        float: left;
    }

        .inbox .top-menu .navigation .inbox-nav-toggle i {
            font-size: 24px;
            color: #a8a5a5;
            cursor: pointer;
        }

            .inbox .top-menu .navigation .inbox-nav-toggle i:hover {
                color: #696565;
            }

@media screen and (max-width:768px) {
    .inbox .top-menu .navigation {
        margin-left: -13px;
        margin-right: -13px;
        display: block;
        position: initial;
    }

        .inbox .top-menu .navigation .pager-wrapper {
            float: right;
        }
}

.inbox .top-menu .navigation .info {
    position: relative;
    top: 4px;
    right: 15px;
    font-size: .9em;
}

.inbox .top-menu .navigation ul.inbox-pager {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    right: 8px;
}

    .inbox .top-menu .navigation ul.inbox-pager li {
        font-size: 24px;
    }

        .inbox .top-menu .navigation ul.inbox-pager li a {
            color: #717171;
            padding: 5px 7px;
        }

            .inbox .top-menu .navigation ul.inbox-pager li a:hover {
                color: #3e3e3e;
            }

.inbox .bottom {
    border-top: 1px solid #ccc;
}

    .inbox .bottom .row > .inbox-left-menu {
        padding-right: 0;
        padding-top: 14px;
    }

@media screen and (max-width:767px) {
    .inbox .bottom .row > .inbox-left-menu {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        max-height: 0;
        padding-right: 15px;
        overflow-y: hidden;
    }

        .inbox .bottom .row > .inbox-left-menu.active {
            max-height: 330px;
        }
}

.inbox .bottom .row .messages {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    padding-top: 10px;
}

@media screen and (max-width:768px) {
    .inbox .top-menu .navigation ul.inbox-pager {
        position: initial;
    }

    .inbox .bottom .row .messages {
        border-left: none;
        padding-left: 0;
    }
}

.inbox .bottom ul.left-menu {
    margin-bottom: 40px;
}

    .inbox .bottom ul.left-menu li a {
        display: block;
        color: #9c9898;
        padding: 5px 0;
        font-size: .9em;
    }

        .inbox .bottom ul.left-menu li a.active, .inbox .bottom ul.left-menu li a:focus, .inbox .bottom ul.left-menu li a:hover {
            color: #696565;
            text-decoration: none;
        }

    .inbox .bottom ul.left-menu li i {
        width: 15px;
        margin-right: 5px;
        font-size: 16px;
    }

    .inbox .bottom ul.left-menu li .badge {
        background-color: #59b7de;
        color: #fff;
    }

.inbox .labels h3 {
    font-size: 1em;
}

.inbox .labels li a {
    font-size: .9em;
    color: #9c9898;
}

    .inbox .labels li a:hover {
        color: #696565;
        text-decoration: none;
    }

.inbox .labels li span {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}

.inbox .label1 {
    background-color: #97DD03;
}

.inbox .label2 {
    background-color: #03CCDD;
}

.inbox .label3 {
    background-color: #DD4003;
}

table.message-list-table {
    table-layout: fixed;
    width: 100%;
}

    table.message-list-table colgroup .col-check, table.message-list-table colgroup .col-star {
        width: 25px;
    }

    table.message-list-table colgroup .col-from {
        width: 140px;
    }

    table.message-list-table colgroup .col-attachment {
        width: 50px;
    }

    table.message-list-table colgroup .col-timestamp {
        width: 70px;
    }

@media screen and (max-width:992px) {
    table.message-list-table {
        display: block;
    }

        table.message-list-table colgroup .col-blank, table.message-list-table colgroup .col-from, table.message-list-table colgroup .col-timestamp {
            width: auto;
        }
}

table.message-list-table tr {
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

    table.message-list-table tr .fancy-checkbox {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 3px;
    }

        table.message-list-table tr .fancy-checkbox input[type=checkbox] + label {
            margin-right: 0;
            padding-left: 0;
        }

            table.message-list-table tr .fancy-checkbox input[type=checkbox] + label:before {
                background-color: #fff;
            }

    table.message-list-table tr .icon-attachment i {
        font-size: 22px;
    }

    table.message-list-table tr.unread {
        font-weight: 700;
        background-color: #fff;
    }

        table.message-list-table tr.unread .icon-attachment i {
            color: initial;
        }

    table.message-list-table tr.highlighted {
        background-color: #FFFCC5;
    }

    table.message-list-table tr td {
        color: #696565;
        font-size: .9em;
        white-space: nowrap;
        overflow: hidden;
    }

@media screen and (max-width:992px) {
    table.message-list-table tr .label {
        display: none;
    }

    table.message-list-table tr td:nth-child(3), table.message-list-table tr td:nth-child(4) {
        display: block;
        white-space: normal;
        overflow: visible;
    }
}

table.message-list-table tr td:hover {
    text-decoration: none;
}

table.message-list-table tr td i {
    font-size: 17px;
    position: relative;
    top: 2px;
    color: #696565;
}

    table.message-list-table tr td i.ion-ios7-star {
        color: #ff9800;
    }

table.message-list-table tr td .from {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

table.message-list-table tr td .preview {
    font-weight: 400;
    color: #aaa;
}

table.message-list-table tr td .timestamp {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.single-message-item {
    padding: 15px;
    border-left: 1px solid #ccc;
}

    .single-message-item .header-top {
        margin-bottom: 20px;
    }

        .single-message-item .header-top .label-with-btn {
            margin-left: 10px;
        }

    .single-message-item h2 {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.5em;
        margin: 0;
        line-height: 1.6;
    }

    .search-results h2, .single-message-item .attachments {
        margin-bottom: 30px;
    }

@media screen and (max-width:768px) {
    .single-message-item {
        border-left: none;
    }

        .single-message-item .header-top .label-with-btn {
            margin-left: 0;
        }

        .single-message-item h2 {
            display: block;
        }
}

.single-message-item .media, .single-message-item .media-body {
    overflow: visible;
}

.single-message-item .header-bottom .dropdown-menu i {
    width: 20px;
    font-size: 18px;
}

.single-message-item .message-body-text {
    padding: 20px 0;
}

.single-message-item .attachments .download-all {
    margin-left: 10px;
}

.single-message-item .attachments li {
    line-height: 1.8;
}

    .single-message-item .attachments li .text-muted {
        font-size: .9em;
        margin-left: 5px;
    }

.single-message-item .reply-box:hover {
    cursor: pointer;
}

.inbox.new-message .top-menu {
    border-left: 0;
    padding-left: 0;
}

    .inbox.new-message .top-menu .navigation .inbox-nav-toggle {
        top: 0;
    }

.new-message-form {
    padding: 15px;
    border-left: 1px solid #ccc;
}

.search-results h2 {
    font-size: 1.8em;
    margin-top: 0;
}

    .search-results h2 .search-result-info {
        font-size: .5em;
    }

.search-results ul.list-results li {
    margin: 30px 0;
}

    .search-results ul.list-results li h3 {
        margin: 0;
        font-size: 1.5em;
    }

        .search-results ul.list-results li h3 a:focus, .search-results ul.list-results li h3 a:hover {
            text-decoration: underline;
            color: #116c8a;
        }

    .search-results ul.list-results li .result-url {
        color: green;
    }

    .search-results ul.list-results li p {
        margin-bottom: 0;
    }

    .search-results ul.list-results li img {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .search-results ul.list-results li.type-document i {
        font-size: 6em;
        line-height: 1;
    }

    .search-results ul.list-results li.type-image img {
        width: 140px;
    }

@media screen and (max-width:480px) {
    .search-results ul.list-results li.type-image img {
        width: 110px;
    }
}

.search-results ul.list-results li.type-user img {
    width: 64px;
}

.search-history-heading {
    margin-bottom: 30px;
}

    .search-history-heading h3 {
        margin-bottom: 0;
    }

ul.list-search-history {
    margin-left: 15px;
    margin-bottom: 30px;
}

    ul.list-search-history > li label {
        font-weight: 400;
    }

    ul.list-search-history > li a:focus, ul.list-search-history > li a:hover {
        text-decoration: underline;
        color: #116c8a;
    }

@media screen and (max-width:768px) {
    .new-message-form {
        border-left: none;
        padding: 0;
    }

    .search-history-heading .input-group {
        margin-top: 25px;
    }

    ul.list-search-history > li .site-url, ul.list-search-history > li a {
        display: block;
        padding-left: 27px;
    }
}

.project-list-subheading {
    margin-bottom: 20px;
}

    .project-list-subheading .lead {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.8;
    }

        .project-list-subheading .lead .label {
            padding: 3px 8px;
        }

@media screen and (max-width:992px) {
    .project-list-subheading .lead {
        display: block;
    }

    .project-list-subheading .btn-new-project {
        float: none !important;
    }
}

.project-section {
    margin-bottom: 30px;
}

    .project-section h3 {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
    }

    .project-section.activity h3 {
        margin-bottom: 0;
    }

    .project-section dl {
        margin-top: 20px;
        margin-bottom: 0;
    }

        .project-section dl dd {
            margin-bottom: 10px;
        }

@media screen and (min-width:768px) {
    .project-section dl.dl-horizontal dt {
        width: 95px;
        margin-bottom: 10px;
    }

    .project-section dl.dl-horizontal dd {
        margin-left: 105px;
        margin-bottom: 0;
    }
}

.project-section ul.team-list {
    margin-top: 10px;
}

    .project-section ul.team-list > li {
        margin-bottom: 15px;
        padding: 0 10px;
    }

        .project-section ul.team-list > li img {
            width: 40px;
            margin-bottom: 8px;
        }

        .project-section ul.team-list > li p {
            margin-bottom: 0;
            line-height: 1;
        }

        .project-section ul.team-list > li span {
            font-size: 10px;
        }

        .project-section ul.team-list > li.team-add > i {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            margin: 0 auto 17px;
            width: 40px;
            height: 40px;
            font-size: 28px;
            background-color: #ccc;
            color: inherit;
        }

        .project-section ul.team-list > li.team-add .btn {
            position: relative;
            top: -7px;
        }

ul.project-activity-list > li {
    border-top: 1px dashed #CCC;
}

    ul.project-activity-list > li:first-child {
        border-top: none;
    }

    ul.project-activity-list > li .activity-item .avatar, ul.project-activity-list > li .activity-item > i {
        width: 24px;
    }

    ul.project-activity-list > li .activity-item > i {
        font-size: 24px;
    }

.project-progress {
    margin-top: 20px;
}

    .project-progress .pie-chart {
        width: 100px;
    }

        .project-progress .pie-chart .percent {
            line-height: 100px;
        }

    .project-progress .chart-title, .project-progress .percent {
        color: inherit;
    }

.panel-group-faq {
    margin-bottom: 60px;
}

    .panel-group-faq.top-faq .panel-heading {
        padding: 15px 0;
    }

        .panel-group-faq.top-faq .panel-heading .number {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            margin-right: 10px;
            color: #fff;
            line-height: 1.6;
            text-align: center;
            background-color: #1688ae;
        }

    .panel-group-faq.top-faq .panel-title {
        font-size: 18px;
    }

    .panel-group-faq.top-faq .panel-body {
        padding-left: 40px;
    }

    .panel-group-faq .panel-minimal .panel-heading + .panel-collapse > .panel-body {
        margin-top: 0;
    }

    .panel-group-faq .panel-title {
        font-size: 16px;
        line-height: 1.6;
    }

    .panel-group-faq .panel-body {
        padding-left: 0;
    }

.faq-footer {
    position: relative;
    margin-top: 15px;
    padding: 5px 8px;
    background-color: #e7e7e7;
    font-size: 11px;
}

    .faq-footer .share {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 8px;
    }

@media screen and (max-width:450px) {
    .faq-footer {
        font-size: 13px;
    }

        .faq-footer .share {
            position: relative;
            right: 0;
        }
}

.faq-further-links-list {
    margin: 30px 0;
}

    .faq-further-links-list > li {
        width: 20em;
    }

.simple-pricing-table .plan-heading {
    font-size: 28px;
}

.simple-pricing-table .plan-content {
    width: 80%;
    margin: 40px auto;
    padding: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.simple-pricing-table .price {
    font-size: 22px;
    line-height: 2.3;
    font-weight: 400;
}

    .simple-pricing-table .price .currency {
        position: absolute;
        top: 57px;
        font-size: 2em;
    }

    .simple-pricing-table .price .number {
        font-size: 5em;
        font-weight: 700;
        padding-left: 25px;
    }

    .simple-pricing-table .price .duration {
        margin-left: -20px;
    }

.simple-pricing-table .plan-detail-list {
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (max-width:480px) {
    .simple-pricing-table .plan-detail-list {
        text-align: center;
    }
}

.simple-pricing-table .plan-detail-list > li {
    margin-bottom: 10px;
}

    .simple-pricing-table .plan-detail-list > li i {
        color: #7bae16;
        margin-right: 5px;
    }

.simple-pricing-table .btn strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
}

.simple-pricing-table .btn span {
    display: block;
    font-size: .7em;
    color: #43bee7;
}

.basic-pricing-table {
    text-align: center;
}

    .basic-pricing-table .plan-heading {
        margin-bottom: 50px;
    }

        .basic-pricing-table .plan-heading h4 {
            font-size: 28px;
        }

    .basic-pricing-table .pricing-badge {
        background-image: url(../Images/badge.png?1411987447);
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
        margin: 0;
        position: absolute;
        top: -3em;
        right: -1em;
    }

        .basic-pricing-table .pricing-badge span {
            position: relative;
            top: 27px;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 1.3;
        }

    .basic-pricing-table .pricing-item {
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
        padding: 50px 20px;
        margin: 0 15px 30px;
        background: #fff;
    }

        .basic-pricing-table .pricing-item .plan-icon {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            width: 100px;
            height: 100px;
            margin: 0 auto;
            font-size: 48px;
            background: #CCC;
        }

            .basic-pricing-table .pricing-item .plan-icon:before {
                line-height: 100px;
            }

        .basic-pricing-table .pricing-item .price {
            display: block;
            font-size: 28px;
            line-height: 2.3;
            font-weight: 400;
        }

            .basic-pricing-table .pricing-item .price .number {
                font-size: 5em;
                font-weight: 700;
                padding-left: 25px;
            }

            .basic-pricing-table .pricing-item .price .duration {
                font-size: .7em;
            }

        .basic-pricing-table .pricing-item .plan-detail-list {
            margin-bottom: 30px;
            margin-top: 10px;
        }

.advanced-pricing-table .plan-heading {
    margin-bottom: 60px;
    font-size: 28px;
    text-align: center;
}

.advanced-pricing-table .plan-features, .advanced-pricing-table .plan-item {
    border: 1px solid #ccc;
    background: #fff;
}

    .advanced-pricing-table .plan-features > li {
        position: relative;
        font-weight: 700;
    }

        .advanced-pricing-table .plan-features > li:first-child {
            height: 102px;
            border-bottom: none;
        }

        .advanced-pricing-table .plan-features > li:last-child {
            height: 105px;
            border-bottom: none;
        }

    .advanced-pricing-table .plan-features .btn-plan-popover {
        position: absolute;
        top: 5px;
        margin-left: 3px;
        padding: 0;
    }

.advanced-pricing-table .plan-item {
    margin-left: -31px;
}

    .advanced-pricing-table .plan-item .pricing {
        padding: 10px;
        font-size: 26px;
        text-align: center;
        color: #fff;
    }

        .advanced-pricing-table .plan-item .pricing strong {
            font-weight: 400;
        }

        .advanced-pricing-table .plan-item .pricing .price {
            display: block;
        }

        .advanced-pricing-table .plan-item .pricing .duration {
            font-size: .6em;
        }

    .advanced-pricing-table .plan-item .btn {
        display: block;
        margin: 0 auto 20px;
    }

    .advanced-pricing-table .plan-item.popular .popular-text {
        margin: -28px -10px 0;
        background: #9B0F0F;
        font-size: 14px;
        line-height: 2;
    }

.Popup, .PopupContainer {
    border-radius: 3px;
}

.advanced-pricing-table .plan-detail-list, .advanced-pricing-table .plan-features {
    padding-bottom: 20px;
}

    .advanced-pricing-table .plan-detail-list li, .advanced-pricing-table .plan-features li {
        border-bottom: 1px solid #e4e4e4;
        padding: 8px;
    }

        .advanced-pricing-table .plan-detail-list li:first-child, .advanced-pricing-table .plan-features li:first-child {
            border-top: none;
        }

        .advanced-pricing-table .plan-detail-list li .mobile-only, .advanced-pricing-table .plan-features li .mobile-only {
            display: none;
        }

@media screen and (max-width:992px) {
    .advanced-pricing-table .plan-items-wrapper > div:first-child > .plan-item {
        margin-left: -15px;
    }

    .advanced-pricing-table .plan-detail-list li {
        font-weight: 700;
    }

        .advanced-pricing-table .plan-detail-list li .mobile-only {
            display: inline;
            font-weight: 400;
            margin-left: 5px;
        }
}

@media screen and (max-width:768px) {
    .advanced-pricing-table .plan-item {
        margin-left: -15px;
        margin-bottom: 30px;
    }

        .advanced-pricing-table .plan-item.popular {
            margin-top: 45px;
        }
}

.Popup {
    width: 100%;
    padding: 10px;
}

.PopupContainer {
    padding: 15px;
}

    .PopupContainer .Header {
        padding: 0 10px;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #fff;
    }

#ExchangeContainer .Title, .Header, .Popup-HeaderTitle {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 700;
}

.BrowseContainer {
    margin-bottom: 20px;
}

.SettingsPanel {
    display: block;
}

    .SettingsPanel td {
        display: inline-block;
    }

    .SettingsPanel .SubHead {
        width: 150px;
    }

.logged-user input[type=image] {
    margin-top: 7px;
    vertical-align: bottom;
}

.SettingsPanel .Normal {
    width: 100%;
}

.rightbuttonbar {
    float: none !important;
}

.BrowseContainer .fileeditor {
    min-width: 80%;
}

    .BrowseContainer .fileeditor textarea {
        height: 50vh;
    }

.login-table-row {
    display: table-row;
}

.login-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.buttons-in-panel-header {
    text-align: right;
    margin: 10px;
    position: relative;
    top: -55px;
    clear: both;
    margin-bottom: -45px;
}

.panel-title .btn-sm {
    position: relative;
    margin-top: -5px;
}

.navbar-sm {
    display: inline-block;
    float: right;
}

    .navbar-sm li {
        display: inline-block;
    }

        .navbar-sm li a {
            padding: 10px 5px;
        }

body, html, body > form, #col-right {
    height: 100%;
}

#Footer {
    background-color: #EFEFEF;
    min-height: 40px;
}

select.form-control {
    padding-right: 25px;
}

.panel.tab-content {
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none;
}

.ajax__calendar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.btn-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    padding: 5px 3px;
}

    .btn-circle i {
        font-size: 11px;
    }

.input-group-addon.primary {
    color: #fff;
    background-color: #0093D6;
    border-color: #005e8a;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: 20px !important;
}

.TopMenu ul.AspNet-Menu li ul li.AspNet-Menu-WithChildren span {
    height: auto;
    padding: 0;
    background: 0 0;
    color: #333;
    font-size: 13px;
    line-height: 34px;
    text-transform: capitalize;
}

.MenuHeader, .TopMenu ul.AspNet-Menu li a, .TopMenu ul.AspNet-Menu li span {
    display: block;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    padding: 0 22px 0 34px;
    cursor: pointer;
}

.MenuHeader {
    float: left;
    position: relative;
    line-height: 74px;
    filter: alpha(opacity=70);
    opacity: .7;
}

    .MenuHeader:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.TopMenu ul.AspNet-Menu li ul li.AspNet-Menu-WithChildren span:after {
    content: '→';
    float: right;
    margin-right: 10px;
}

.TopMenu ul.AspNet-Menu li {
    float: left;
    position: relative;
}

    .TopMenu ul.AspNet-Menu li a, .TopMenu ul.AspNet-Menu li span {
        line-height: 40px;
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .TopMenu ul.AspNet-Menu li:first-child a {
        padding: 0;
    }

    .TopMenu ul.AspNet-Menu li a:hover, .TopMenu ul.AspNet-Menu li span:hover, .TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li {
    text-align: left;
    clear: both;
    text-indent: 10px;
    color: #777;
    margin: 0 0 0 5px;
}

    .TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a {
        height: auto;
        padding: 0;
        background: 0 0;
        color: #333;
        font-size: 13px;
        line-height: 34px;
        text-transform: capitalize;
    }

.TopMenu ul.AspNet-Menu li ul li.AspNet-Menu-Hover, .TopMenu ul.AspNet-Menu li ul li:hover {
    background: #f6f6f6;
}

    .TopMenu ul.AspNet-Menu li ul li.AspNet-Menu-Hover a, .TopMenu ul.AspNet-Menu li ul li:hover a {
        color: #313131;
    }

.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul:before {
    display: none;
}

.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul {
    width: 160px;
    left: 134px;
    position: absolute;
    z-index: 3;
    top: 4px;
}

.TopMenu ul.AspNet-Menu {
    width: 100%;
    z-index: 500;
}

    .TopMenu ul.AspNet-Menu ul {
        width: 10.5em;
        left: 0;
        top: 100%;
        z-index: 501;
    }

        .TopMenu ul.AspNet-Menu ul ul {
            top: -1em;
            z-index: 502;
        }

    .TopMenu ul.AspNet-Menu li ul li.AspNet-Menu-WithChildren span img {
        border-style: None;
        height: 16px;
        width: 16px;
        border-width: 0;
        padding-right: 3px;
        float: left;
        position: relative;
    }

.TopMenu li.AspNet-Menu-Leaf a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.TopMenu ul.AspNet-Menu li ul li {
    margin: 0;
    width: 100%;
}

.TopMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 180px;
    padding: 5px 10px 5px 0;
    margin: -10px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.LeftMenu {
    font-size: 8pt;
}

    .LeftMenu ul {
        background-color: #D1E9FF;
    }

        .LeftMenu ul.AspNet-Menu {
            width: 190px;
        }

            .LeftMenu ul.AspNet-Menu ul, .LeftMenu ul.AspNet-Menu ul ul {
                left: 190px;
                top: -0.5em;
                width: 190px;
                z-index: 400;
                border: 1px solid #86B9F7;
                padding: 2px;
            }

    .LeftMenu li.AspNet-Menu-Leaf a, .LeftMenu li.AspNet-Menu-Leaf span {
        background-image: none !important;
    }

    .LeftMenu ul.AspNet-Menu li a {
        color: #000;
        padding: 6px 15px 6px 7px;
        text-align: left;
    }

    .LeftMenu ul.AspNet-Menu li span {
        cursor: pointer;
        color: #333;
        padding: 6px 25px 6px 7px;
        background: url(../Images/menu_popup_right.gif) right center no-repeat;
        text-align: left;
    }

    .LeftMenu ul.AspNet-Menu li.AspNet-Menu-Hover, .LeftMenu ul.AspNet-Menu li:hover {
        background-image: url(../Images/left_menu_hover_bkg.gif);
        background-repeat: no-repeat;
    }

    .LeftMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul {
        border: 1px solid #CCC;
        background-color: #F8F8F8;
    }

        .LeftMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a {
            padding: 7px 15px;
            text-align: left;
            border: none;
            margin: 0;
        }

    .LeftMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul {
        margin: 1em 0 0 10.35em;
    }

.PopupMenu ul.AspNet-Menu {
    width: 100%;
    z-index: 500;
}

    .PopupMenu ul.AspNet-Menu li a, .PopupMenu ul.AspNet-Menu li span {
        color: #000;
        height: 12px;
        width: 16px;
        text-align: center;
        font-size: 9pt;
    }

    .PopupMenu ul.AspNet-Menu ul {
        left: 0;
        top: 100%;
        z-index: 501;
    }

        .PopupMenu ul.AspNet-Menu ul ul {
            top: -0.3em;
            z-index: 502;
        }

.PopupMenu li.AspNet-Menu-Leaf a, .PopupMenu li.AspNet-Menu-Leaf span {
    background-image: none !important;
}

.PopupMenu ul.AspNet-Menu li span {
    cursor: pointer;
    background: url(../Images/menu_popup2.gif) center center no-repeat;
}

.PopupMenu ul.AspNet-Menu li.AspNet-Menu-Hover, .PopupMenu ul.AspNet-Menu li:hover {
    background-color: #f0f0f0;
}

    .PopupMenu ul.AspNet-Menu li.AspNet-Menu-Hover a, .PopupMenu ul.AspNet-Menu li.AspNet-Menu-Hover span {
        color: #fff;
    }

.PopupMenu ul.AspNet-Menu li ul li {
    margin: 0;
}

    .PopupMenu ul.AspNet-Menu li ul li.AspNet-Menu-Hover, .PopupMenu ul.AspNet-Menu li ul li:hover {
        background-color: #D1E9FF;
        background-image: none;
        margin: 0;
    }

.PopupMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul {
    border: 1px solid #3263BD;
    background-color: #FFF;
}

    .PopupMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a {
        width: 160px;
        padding: 6px 15px;
        text-align: left;
        border: none;
        margin: 0;
        color: #000;
    }

.PopupMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul {
    margin: 1em 0 0 10.35em;
}

.FormSimpleLabel, td.Normal, td.SubHead {
    vertical-align: top;
}

.Icon.Hover, .IconMenu, label, select {
    cursor: pointer;
}

    .IconMenu ul, li, ol, ul {
        list-style: none;
    }

body, div, fieldset, form, html, label, legend, li, ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.IconsBlock table {
    display: block;
}

    .IconsBlock table td {
        display: inline-block;
    }

td, th, tr {
    padding: 0;
}

img {
    border: 0;
}

.ToolLink a:hover, a:hover {
    text-decoration: underline;
}

:active, :focus {
    outline: 0;
}

td.SubHead {
    min-width: 70px;
    line-height: 13px;
    color: #000;
    padding: 9px 0 5px;
}

td.Normal {
    padding: 0;
    line-height: 34px;
}

.NormalBold {
    font-weight: 600;
    color: #222;
    padding: 0;
    width: auto !important;
}

td.Normal > br {
    display: none;
}

.NormalTextBox + br + span {
    font-size: 11px;
    color: #888;
}

td.Normal .NormalTextBox + span {
    display: inline-block;
    padding: 0;
}

.FormSimpleLabel {
    padding: 9px 8px 14px 0;
    color: #555;
}

.FormLabel150, .FormLabel200, .FormLabel260 {
    color: #888;
    vertical-align: middle;
}

.FormLabel150 {
    width: 150px;
}

.FormLabel200 {
    width: 200px;
}

.FormLabel260 {
    width: 260px;
}

.Huge {
     font-family:'FrutigerLTArabic-55Roman';
    font-size: 36px;
    font-weight: 300;
    color: #333;
    padding: 0 !important;
    letter-spacing: -1px;
}

.FormBody .Huge {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.Right .SubHead {
    width: 80px;
}

.RightBlockTable .SubHead {
    width: 60px;
    display: block;
}

.ToolLink a:before {
    content: "\f054\00a0";
    font-family: 'FontAwesome';
}

.ToolLink a {
    font-size: 13px;
    display: inline-block;
    padding: 10px 0 0;
    font-weight: 300;
    /*color: #0093D6;*/
    color: #6a6a6a;
}

    .ToolLink a:hover {
        text-decoration: none;
        /*color: #004d70;*/
        color: rgb(50, 62, 72);
    }

.Icon a:hover, .IconMenu ul li a:hover, .Tabs a, .Tabs a:Hover {
    text-decoration: none;
}

ul.LinksList {
    margin-left: 20px;
}

    ul.LinksList li a {
        display: block;
        line-height: 30px;
    }

.IconsBlock {
    margin-bottom: 20px;
}

.IconsTitle {
    padding: 5px;
    font-size: 26px;
    font-weight: 300;
}

    .IconsTitle a {
        /*color: #428bca;*/
      color:  #2e2e2e;
    }

.Icon {
    width: 125px;
    border: 1px solid transparent;
    text-align: center;
    vertical-align: top;
    font-size: 13px;
    margin-top: 10px;
}

    .Icon.Hover {
        border-color: #fff;
        background: #e9e9e9;
    }

    .Icon a {
        display: block;
        color: #333;
    }

    .Icon > a + br + a {
        padding: 0 0 10px;
    }

    .Icon a + br {
        display: none;
    }

.IconMenu {
    position: absolute;
    visibility: hidden;
    border: 1px solid #ffd349;
    background: #ffde77;
    font-size: 9pt;
    margin: 40px 0 0 -15px;
    min-width: 150px;
}

    .IconMenu ul {
        display: block;
        margin: 1px;
        padding: 0;
    }

        .IconMenu ul li a {
            display: block;
            width: auto;
            padding: 8px;
            font-size: 13px;
            color: #333;
        }

        .IconMenu ul li:Hover {
            background: #ffe9a4;
            font-weight: 400;
        }

legend {
    font-weight: 700;
    /*color: #428bca;*/
    color:  #2e2e2e;
    padding: 0 4px;
}

    legend span.NormalBold {
        display: inline;
    }

.Tabs {
    width: 100%;
}

.Separator {
    display: none;
}

.Tabs span {
    display: block;
    table-layout: fixed;
}

    .Tabs span span {
        display: inline-block;
        text-align: center;
        padding: 0;
    }

.Tabs a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

    .Tabs a:Hover {
        background: #E1E1E1;
        border-radius: 3px;
        border: 1px solid #ddd;
        border-bottom: none;
    }

.FormRow a:hover, .Toolbox a:hover {
    text-decoration: underline;
}

.Tabs a.ActiveTab {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    color: #555;
    margin-bottom: -1px;
    background-color: #fff;
    border-radius: 3px;
}

    .Tabs a.ActiveTab:hover {
        background: 0 0;
    }

.Toolbox {
    background: #53cdb5;
    border: 1px solid #1abc9c;
    margin-bottom: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
}

.ui-menu, .ui-popupdialog {
    box-shadow: 0 6px 12px rgba(0,0,0,0.176);
}

.Toolbox td {
    padding: 0 9px;
}

.Toolbox a {
    color: #fff !important;
}

.FileManagerTreeNode {
    padding: 2px 8px 4px 4px;
}

    .FileManagerTreeNode a {
        color: #333 !important;
    }

a.FileManagerTreeNode:hover, a.FileManagerTreeNodeSelected:hover {
    background: #f5f5f5;
}

select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: #fff;
    border: 1px solid #ccc;
}

.FormButtonsBar + .NormalGridView .AspNet-GridView {
    margin-bottom: 15px;
}

input.Huge, input.HugeTextBox, input.LoginTextBox, input.NormalTextBox {
    padding: 0 0 0 3px;
    margin: 0 0 4px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: #fff;
    border: 1px solid #ccc;
}

input[type=password]:hover, input[type=text]:hover, select:hover {
    border-color: #999;
}

input.NormalTextBox {
    min-width: 130px;
}

input.TextBox300 {
    width: 300px;
}

select {
    margin: 0 3px 3px 0;
    vertical-align: middle;
    padding: 7px;
}

    select.NormalTextBox {
        width: 220px !important;
    }

    select:disabled {
        border: 1px solid #ccc;
        background: #f5f5f5;
        color: #ccc;
        cursor: not-allowed;
    }

textarea {
    padding: 3px 0 3px 3px;
    margin: 0;
    resize: none;
    line-height: normal;
}

.Calendar, .CalendarTitle {
    font-family: 'Segoe UI Light','Open Sans',Arial !important;
}

input[type=checkbox], input[type=radio] {
    vertical-align: -1px;
}

.HeaderCheckbox {
    margin-left: 5px;
}

.GridCheckbox input[type=checkbox] {
    margin-top: 0;
}

input[type=image] {
    margin-right: 4px;
}

.LoginLabel {
    line-height: 34px;
    width: auto !important;
    padding-right: 8px;
}

.primary-content {
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (max-width:480px) {
    .primary-content {
        padding-right: 12px;
        padding-left: 12px;
    }

    .top-bar {
        padding: 0 12px;
    }
}

.page-login .primary-content {
    padding-top: 30px;
    margin-right: 0;
}

.LoginContainer .SubHead {
    padding-right: 8px;
    color: #333;
}

.RightBlockTitle {
    color: #BE131A;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
}

.RightBlockTable {
    color: #000;
}

    .RightBlockTable td.Normal, .RightBlockTable td.SubHead {
        padding: 5px 0;
        line-height: 13px;
        display: inline-block;
    }

.FormRightIcon {
    display: none;
}

.Brick, .Brick a, .Brick b a, .Calendar a {
    display: block;
}

.FormButtonsBar {
    clear: both;
    margin: 10px 0 20px;
    text-align: center;
    min-height: 34px;
}

    .FormButtonsBar.right {
        clear: both;
        margin: -58px 10px 20px !important;
        text-align: right !important;
        min-height: 34px;
    }

    .FormButtonsBar.UserSpaces {
        margin: -50px 0 20px;
        text-align: right;
    }

.Small {
    font-size: 9pt;
}

    .Small span {
        color: #888;
    }

    .Small b {
        color: #87c442;
        font-weight: 300;
    }

.Big {
    font-size: 18px;
    padding-right: 9px;
}

.MediumBold {
    font-size: 18px;
    padding: 0 14px;
}

.BorderFillBox {
    padding: 9px;
    border: 1px solid #f1c40f;
    background: #f4d34b;
    margin-bottom: 4px;
}

table.BorderFillBox td {
    padding: 0 9px;
}

    table.BorderFillBox td .Brick {
        padding: 0;
        line-height: normal;
        margin-bottom: 9px;
    }

.BorderFillBox .Big {
    font-size: 22px;
    padding-bottom: 10px;
}

.BorderFillBox .Normal a {
    color: #fff;
}

.RedBorderFillBox {
    border: 1px solid #f25555;
    background: #f28585;
    padding: 50px;
    text-align: center;
}

.Brick {
    float: none;
    background: #f9e9a5;
    color: #333;
    font-size: 11px;
    margin-bottom: 1px;
}

    .Brick a {
        width: 100%;
        height: 100%;
        color: #806808;
    }

    .Brick b a {
        font-size: 13px;
        font-weight: 700;
        padding: 10px;
    }

.GridFooter {
    clear: both;
    font-size: 8pt;
    color: #888;
    padding: 8px 5px;
    border: 1px solid #ddd;
    margin: 10px 0 20px;
}

    .GridFooter img {
        vertical-align: -2px !important;
    }

.FormBody fieldset {
    padding: 5px 10px 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.PreviewArea {
    padding: 15px;
    margin: 20px;
    color: #000;
    font-size: 14px;
}

.HostingPlanGroup .Header {
    clear: both;
    background: #aa73c1;
    color: #fff;
    height: 30px !important;
    line-height: 30px;
}

    .HostingPlanGroup .Header span {
        font-size: inherit;
        line-height: inherit;
    }

    .HostingPlanGroup .Header .Left {
        float: left;
        font-weight: 700;
    }

    .HostingPlanGroup .Header .GroupName {
        text-indent: 5px;
        font-weight: 700;
    }

.HostingPlanGroup .Quota .Left {
    float: left;
    width: 200px;
    text-align: right;
    padding: 8px 8px 8px 0;
    line-height: 13px;
}

.HostingPlanGroup .Quota .Viewer {
    padding: 8px 0 8px 8px;
    line-height: 13px;
}

.Shevron, .ShevronActive {
    line-height: 30px;
    font-size: 13px;
    width: 100%;
}

.Shevron {
    font-weight: 700 !important;
}

.ShevronActive {
    font-weight: 700;
}

.ShevronLine {
    width: 100%;
    height: 10px;
    background: url(../Images/shevron_line.gif) 0 19px repeat-x;
}

.Shevron img, .ShevronActive img {
    width: 16px !important;
    height: 16px !important;
    vertical-align: -3px;
}

.Calendar td, .CalendarDayHeader, .Checkbox INPUT, .ProgressPanelArea img {
    vertical-align: middle;
}

.Calendar {
    width: 300px !important;
    border: 1px solid #ccc !important;
    margin-right: 20px;
}

    .Calendar a {
        padding: 4px;
    }

    .Calendar td {
        height: 28px;
        background: #fff;
    }

.CalendarTitle td {
    height: 30px;
    background: #ccc !important;
}

.CalendarSelectedDate {
    color: #fff;
    font-weight: 700;
    background: #ffd349 !important;
}

.MessageBox {
    padding: 15px;
    margin: 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    line-height: 16px;
}

    .MessageBox.Green {
        background: green;
    }

    .MessageBox.Yellow {
        background: #f0ad4e;
    }

    .MessageBox.Red {
        background: #f25555;
    }

input.Button1, input.Button2, input.Button3, input.LoginButton, input.SmallButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
}

.FormButtonsBarCleanRight, .GridFooter .Right {
    text-align: right;
}

input.SmallButton {
    padding: 3px 9px;
    font-size: 12px;
}

    input.Button1:hover, input.Button2:hover, input.Button3:hover, input.LoginButton:hover, input.SmallButton:hover {
        background-color: #147da0;
        border-color: #106581;
    }

input.Button2 {
    background-color: #0F9F0F;
    border-color: #79c279;
}

    input.Button2:hover {
        background-color: #6CB36C;
        border-color: #398439;
    }

    input.Button1:disabled, input.Button2:disabled, input.Button3:disabled {
        border: 1px solid #ccc;
        background: #f5f5f5;
        color: #ccc;
        cursor: not-allowed;
    }

.Hint, .ui-button {
    cursor: pointer;
}

ul.WPIKeywordList {
    font-size: 13px !important;
}

    ul.WPIKeywordList li {
        position: relative;
        padding: 0 !important;
        margin: 10px 0 0 !important;
        line-height: auto !important;
        float: left;
        display: block !important;
        border-bottom: 1px solid #eee;
        height: 37px;
    }

        ul.WPIKeywordList li:hover {
            background: #eee !important;
        }

    ul.WPIKeywordList label {
        text-decoration: none !important;
        display: block;
        padding: 5px 10px !important;
        /*color: #428bca;*/
        color:  #2e2e2e;
    }

    ul.WPIKeywordList li span.selected {
        background: 0 0 !important;
        font-weight: 300 !important;
        display: block;
        padding: 0 !important;
        border: none !important;
    }

        ul.WPIKeywordList li span.selected label {
            color: #555;
            border: 1px solid #eee !important;
            background: #fff !important;
            border-bottom-color: #fff !important;
        }

.FormBody.tabs, .FormFooter.tabs {
    padding: 20px;
    background-color: #fff;
}

.ProductsSearchInput {
    width: 200px !important;
}

h2.ProductTitle.Huge {
    margin: 0;
}

.ProductsSearchButton {
    float: right;
}

.LogArea {
    width: 100% !important;
}

.NormalGreen {
    color: #87c442;
}

.NormalRed {
    color: #f25555;
}

.FormBody.tabs {
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
    border-color: #d0d0d0;
    border-bottom: 0;
    border-top: 0;
}

.FormFooter.tabs {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #d0d0d0;
    border-top: 0;
}

.FormContentRDS {
    border: 2px solid #eee;
    padding: 10px;
    margin: 10px;
}

.FormContentRDSConf, .FormFooterRDSConf {
    border-color: #eee;
    border-width: 2px;
    width: 97%;
}

.FormFooterRDSConf {
    border-style: none solid solid;
    padding: 20px 15px 15px 10px;
}

.FormContentRDSConf {
    border-style: solid;
    padding: 30px 15px 15px 10px;
}

.FormButtonsBar .Left {
    float: left;
}

.FormButtonsBar .Right {
    float: right;
}

.FormButtonsBar Button2.Right {
    text-align: right;
    margin-bottom: 3px;
}

.FormButtonsBarClean {
    clear: both;
    padding-bottom: 4px;
    height: 26px;
    margin-bottom: 15px;
}

.FormButtonsBarCleanLeft {
    margin-bottom: 10px;
    float: left;
}

.FormButtonsBarCleanMiddle {
    float: right;
}

.FormButtonsBarCleanSeparator {
    padding-right: 30px;
}

.FormButtonsBarCleanSeparatorSmall {
    padding-right: 3px;
}

.GridFooter .Left {
    float: left;
}

.FormRow {
    padding-top: 4px;
    padding-bottom: 4px;
}

.Label {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 150px;
}

.FormFieldDescription {
    padding-top: 3px;
    padding-bottom: 5px;
}

SPAN.Checkbox.Bold {
    font-weight: 700;
}

.FormFooter {
    padding: 10px 0;
}

.FormFooterClean {
    font-size: 9pt;
    margin-top: 10px;
    padding: 10px 10px 0 0;
    border-top: solid 1px #DFDFDF;
}

.HugeTextBox, INPUT.HugeTextBox100, INPUT.HugeTextBox200 {
    font-size: 14pt;
    font-weight: 400;
    color: #000;
}

.FormFooterMiddle {
    padding: 10px;
}

.FormRBtnL {
    padding-top: 10px;
}

UL.VerticalButtons {
    margin: 0;
    list-style: none;
    padding-left: 20px;
    float: right;
}

.HostingPlanGroup, .OrgStatsGroup {
    margin-bottom: 1px;
}

.ToolbarMenuRootItem IMG, .ToolbarMenuRootItemSelected IMG {
    margin-right: 2px;
}

UL.VerticalButtons LI {
    padding-top: 2px;
    padding-bottom: 2px;
}

.CollapsibleArea {
    padding: 3px;
}

.HugeTextBox, INPUT.HugeTextBox100, INPUT.HugeTextBox200, TEXTAREA.TextBox200, TEXTAREA.TextBox300, TEXTAREA.TextBox400 {
    border: 1px solid #909090;
    padding-left: 2px;
}

TEXTAREA.TextBox200 {
    padding-top: 1px;
    width: 200px;
}

TEXTAREA.TextBox300 {
    padding-top: 1px;
    width: 300px;
}

TEXTAREA.TextBox400 {
    padding-top: 1px;
    width: 400px;
}

INPUT.HugeTextBox100 {
    width: 100px;
}

INPUT.HugeTextBox200 {
    width: 200px;
}

.ScrollableArea {
    height: 350px;
    overflow: auto;
    border: 1px solid #e5e5e5;
    padding: 3px;
}

.OrgStatsRow {
    height: 24px;
}

.OrgStatsGroup {
    height: 24px;
    padding-top: 5px;
    padding-left: 7px;
    color: #000;
    font-size: 8pt;
    background: #E5F2FF;
    font-weight: 700;
}

.OrgStatsQuota {
    padding-left: 7px;
    width: 20%;
    text-align: left;
}

.HostingPlanGroup .Header .Right {
    text-align: right;
    padding-right: 5px;
}

.HostingPlanGroup .Quota {
    clear: both;
}

    .HostingPlanGroup .Quota .Right {
        float: left;
        white-space: nowrap;
    }

.SideBar {
    padding-right: 50px;
    width: 170px;
}

    .SideBar TD {
        padding-bottom: 10px;
    }

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: .7;
}

.ProgressPanel {
    width: 350px;
}

.ProgressBarContainer {
    border-left: solid 1px #a0a0a0;
    border-right: solid 1px #a0a0a0;
    height: 11px;
    background: url(../Images/gauge_bkg.gif) center center repeat-x #e5e5e5;
}

.ProgressBarIndicator {
    background: url(../Images/gauge_green.gif) center center repeat-x #e5e5e5;
    height: 11px;
}

.CalendarDayHeader, .SectionHeader {
    background-image: url(green_bkg.gif);
    background-repeat: repeat-x;
}

.ProgressPanelArea {
    color: #888;
}

.TreeNode {
    padding-left: 2px;
    padding-right: 2px;
    color: #000;
}

.SelectedTreeNode {
    background-color: #d5d5d5;
}

.Centered {
    text-align: center !important;
}

.HugeTextBoxWatermark {
    font-size: 20pt;
    font-weight: 400;
    color: #d0d0d0;
}

.ErrorText {
    color: #f25555;
}

A.Black {
    color: #000 !important;
    text-decoration: none !important;
}

.BigBold {
    font-size: 14pt;
    font-weight: 700;
    color: #000;
}

.QuotaName, .QuotaValue {
    font-weight: 400;
    font-size: 11px;
}

.BlueBorder {
    border: 1px solid #C4D6BB;
    border-bottom: none;
    background-color: #edf9e8;
}

.Hint, .HintActive {
    text-decoration: none !important;
    border-bottom-style: double;
    border-bottom-width: 3px;
    border-bottom-color: #d0d0d0;
}

.HintActive {
    background-color: #efefef;
}

.DropdownMenu {
    border: 1px solid #e0e0e0;
    background-color: #f0f0f0;
}

.NormalError {
    font-size: 12px;
    color: Red;
}

.QuotaName {
    padding-left: 8px;
}

.QuotaValue {
    color: #0153A4;
}

.ChartLegendElement {
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}

.ChartArea {
    border: 2px solid #e0e0e0;
    padding: 10px;
}

.SectionHeader {
    margin-bottom: 3;
    margin-top: 2;
    font-size: 11px;
    font-weight: 700;
    border-bottom: solid 1px #C4D6BB;
    color: #005c4d;
}

.ActivityBox {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

.RedStatus, .YellowStatus {
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-size: 8pt;
    background-repeat: repeat-x;
}

.YellowStatus {
    background-image: url(warning_bkg.gif);
    background-color: #f90;
}

.RedStatus {
    background-image: url(error_bkg.gif);
    background-color: #f30;
}

.MessageBox SPAN.description {
    font-weight: 400 !important;
}

.MessageBox .TechnicalDetails {
    padding-top: 4px;
    font-weight: 400 !important;
}

.TechnicalDetailsTable {
    background-color: #FFF;
    color: #222;
}

.popupComments, .popupHint {
    border: 2px solid #C4D6BB;
    padding: 3px;
    background-color: #F1F1FF;
}

.MessageBoxSection {
    font-size: 8pt;
    font-weight: 700;
}

.popupComments {
    font-size: 9px;
}

.ToolbarMenuRootItem, .ToolbarMenuRootItemSelected {
    font-size: 11px;
    font-weight: 400;
    padding: 2 1 3;
    text-decoration: none !important;
}

.ToolbarMenuRootItemSelected {
    background-color: #edf9e8 !important;
}

.LogRecord {
    border-bottom: solid 1px #efefef;
    font-size: 10px;
}

    .LogRecord .Time {
        width: 70px;
        background-color: #f5f5f5;
        float: left;
        padding: 2px;
    }

    .LogRecord .Information {
        color: #000;
        padding: 2px;
    }

    .LogRecord .Warning {
        color: orange;
        padding: 2px;
    }

    .LogRecord .Error {
        color: red;
        padding: 2px;
    }

.FormSectionHeader {
    font-size: 9pt;
    font-weight: 700;
}

.PopupExtender {
    background-color: #fff;
    padding: 7px;
    border: 1px solid silver;
}

.ProductBlock {
    background-repeat: repeat-x;
    padding-top: 11px;
    width: 250px;
}

.WhiteSpacer {
    width: 20px;
    height: 20px;
    visibility: hidden;
    font-size: 5px;
}

.ProductInfo {
    border-left: solid 6px #E2E2E2;
    padding-left: 13px;
    text-transform: uppercase;
    color: #6A6A6A;
    font-size: 10pt;
    font-weight: 700;
    vertical-align: top;
    width: 100%;
}

.NormalText, ul.HighLights {
    font-size: 8pt;
    font-weight: 400;
}

.NormalText {
    text-transform: none;
}

.PriceBlock {
    float: left;
    margin-top: 15px;
}

    .PriceBlock .Left {
        float: left;
    }

    .PriceBlock .Right {
        float: right;
    }

.ProductPrice {
    color: #46B030;
}

ul.HighLights {
    padding: 10px 0 0;
    margin: 0 0 0 15px;
}

.QuickLabel {
    font-size: 10pt;
}

.QuickOutlineTbl {
    margin-bottom: 15px;
    width: 100%;
}

    .QuickOutlineTbl TD {
        padding: 5px 0 5px 15px;
    }

.Width15Pcs {
    width: 15%;
}

.Width20Pcs {
    width: 20%;
}

.Width35Pcs {
    width: 35%;
}

.Width100Pcs {
    width: 100%;
}

.MarginTop5Px {
    margin-top: 5px;
}

.StrongHeaderLabel {
    font-size: 12pt;
    font-weight: 700;
}

.InventoryDescription {
    font-size: 10pt;
    text-align: justify;
}

.BlueLabel {
    background-color: #77ACE7 !important;
}

.Scrollable500 {
    height: 500px;
    overflow: auto;
}

UL.ActionButtons {
    list-style-type: none;
    margin-top: 5px;
    margin-left: 0;
}

    UL.ActionButtons LI {
        margin-bottom: 12px;
    }

.ActionButton {
    padding: 3px 2px 3px 20px;
}

.ActionButtonApplySnapshot {
    padding: 3px 2px 3px 20px;
    background: url(../images/VPS/apply2.png) left center no-repeat;
}

.ActionButtonRename {
    padding: 3px 2px 3px 20px;
    background: url(../images/VPS/rename.gif) left center no-repeat;
}

.ActionButtonDeleteSnapshot {
    padding: 3px 2px 3px 20px;
    background: url(../images/VPS/delete3.png) left center no-repeat;
}

.ActionButtonDeleteSnapshotTree {
    padding: 3px 2px 3px 20px;
    background: url(../images/VPS/delete4.png) left center no-repeat;
}

.ActionButtonApplySnapshot2012 {
    padding: 3px 2px 3px 20px;
    background: url(../images/VPS2012/apply.png) left center no-repeat;
}

.ActionButtonRename2012 {
    padding: 3px 2px 3px 20px;
    background: url(../images/VPS2012/rename.png) left center no-repeat;
}

.ActionButtonDeleteSnapshot2012 {
    padding: 3px 2px 3px 20px;
    background: url(../images/VPS2012/delete3.png) left center no-repeat;
}

.ActionButtonDeleteSnapshotTree2012 {
    padding: 3px 2px 3px 20px;
    background: url(../images/VPS2012/delete4.png) left center no-repeat;
}

.CodeEditor {
    width: 100%;
    height: 360px;
    font-size: 13px;
    white-space: pre;
    line-height: 16px;
    font-family: Consolas,Monospace;
}

.pnlControl {
    height: 20px;
    margin: 5px;
    text-align: left;
}

    .pnlControl span {
        display: inline-block;
        width: 100px;
    }

    .pnlControl input.NormalTextBox {
        width: 300px;
    }

.disabled, .enabled {
    width: 20px;
    height: 20px;
    border: none;
}

.disabled {
    background: url(../Icons/block.png) left center no-repeat;
}

.enabled {
    background: url(../Icons/ok.png) left center no-repeat;
}

p.warningText {
    font-size: 14px;
    color: Red;
    text-align: center;
}

.Hidden {
    display: none;
}

.LinkText {
    /*color: #0093D6;*/
    color:rgb(50, 62, 72) ;
}

.WrapText {
    white-space: normal;
}

.chosen-container {
    margin-top: -30px;
}

.ui-autocomplete {
    z-index: 200 !important;
}

.ui-button {
    padding: 5px;
    margin: 3px;
    background: #20A0D0;
    color: #fff;
    border: 1px solid #2080A0;
    float: left;
    display: block;
}

    .ui-button:hover {
        background: #20B0E0;
    }

.ui-popupdialog {
    display: none;
    position: absolute;
    background-color: #FFF;
    border: 1px solid silver;
    border: 1px solid rgba(0,0,0,0.15);
    background-clip: padding-box;
}

    .ui-popupdialog .title {
        padding: 5px;
        background: #F8F8F8;
    }

    .ui-popupdialog .content {
        padding: 10px;
    }

    .ui-popupdialog .actions {
        padding: 5px;
        border-top: 1px solid silver;
        background: #F0F0F0;
    }

.ui-menu {
    background-color: #FFF;
    border: 1px solid silver;
    border: 1px solid rgba(0,0,0,0.15);
    background-clip: padding-box;
}

.ui-widget-content {
    background: #FFF;
}

.ui-corner-all {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.ui-menu-item .ui-state-hover {
    background: #e9e9e9;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #fff;
    color: #000;
}

.ui-menu-item:hover {
    background-color: #e9e9e9;
}

.tip-bluesimple {
    z-index: 1000;
    text-align: left;
    border: 1px solid #5e86aa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 50px;
    max-width: 300px;
    color: #333;
    background-color: #fff;
}

    .tip-bluesimple .tip-inner {
        font: 12px/16px arial,helvetica,sans-serif;
    }

    .tip-bluesimple .tip-arrow-top {
        margin-top: -6px;
        margin-left: -5px;
        top: 0;
        left: 50%;
        width: 9px;
        height: 6px;
    }

    .tip-bluesimple .tip-arrow-right {
        margin-top: -4px;
        margin-left: 0;
        top: 50%;
        left: 100%;
        width: 6px;
        height: 9px;
    }

    .tip-bluesimple .tip-arrow-bottom {
        margin-top: 0;
        margin-left: -5px;
        top: 100%;
        left: 50%;
        width: 9px;
        height: 6px;
    }

    .tip-bluesimple .tip-arrow-left {
        margin-top: -3px;
        margin-left: -6px;
        top: 50%;
        left: 0;
        width: 6px;
        height: 9px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0 !important;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 6px 8px;
}

#Left, #TopMenu {
    position: relative;
}

#LoginSkinContent {
    background: #fff;
}

    #LoginSkinContent > a img {
        padding: 20px 0 0 10px;
    }

#Header .Container {
    width: 100%;
}

#Header .Logo {
    padding-left: 10px;
}

#Header .Search {
    width: auto;
    height: 70px;
    vertical-align: bottom;
    padding: 0 5px 8px 0;
    text-align: right;
}

#Footer .Container, #TopMenu {
    width: 100%;
}

#Header .Search table tr td {
    padding: 0;
}

.SearchMethod {
    padding: 0 10px;
    line-height: 20px;
}

.SearchMethodSelected {
    padding: 0 10px !important;
    line-height: 20px;
    background: #3498db;
    color: #fff;
}

.SearchMethodSide {
    display: none;
}

#Header .Account {
    text-align: right;
    padding: 3px 6px 0 0;
}

#TopMenu {
    min-width: 880px;
    height: 40px;
    background: #2e8bcc;
    z-index: 99;
}

    #TopMenu .Account {
        float: right;
        color: #fff;
        height: 100%;
    }

        #TopMenu .Account div {
            padding-top: 9.5px;
        }

            #TopMenu .Account div a {
                color: #fff;
                font-size: 12px;
                text-transform: uppercase;
                text-decoration: none;
                opacity: .9;
            }

                #TopMenu .Account div a:hover {
                    filter: alpha(opacity=100);
                    opacity: 1;
                }

            #TopMenu .Account div input {
                display: inline;
                vertical-align: middle;
                margin-right: 4px;
                opacity: .9;
            }

                #TopMenu .Account div input:hover {
                    filter: alpha(opacity=100);
                    opacity: 1;
                }

#Breadcrumb .Path {
    padding: 15px 0px 32px 25px;
    background-color: #f5f5f5;
}

    #Breadcrumb .Path img {
        display: none;
    }

    #Breadcrumb .Path a img {
        display: inline;
        vertical-align: middle;
    }

    #Breadcrumb .Path a:not(:last-child):after, #Breadcrumb .Path span a:after {
        content: '/\00a0';
        padding: 0 5px 0 10px;
        /*color: #999;*/
        color: #2e2e2e;
        
        display: inline-block;
    }

    #Breadcrumb .Path .OrgSpan a:last-child:after, #Breadcrumb .Path .OrgsSelector a:after {
        content: none;
    }

    #Breadcrumb .Path a, #Breadcrumb .Path a:Active, #Breadcrumb .Path a:Hover, #Breadcrumb .Path a:Visited {
        /*color: #428bca;*/
        /*color: #999;*/
        color: #2e2e2e;
        font-size: 13px;
        line-height: 1.42857143;
    }

        #Breadcrumb .Path a:last-child {
            /*color: #999;*/
            color: #2e2e2e;
        }

        #Breadcrumb .Path a.btn {
            color: #fff;
        }

        #Breadcrumb .Path a:hover {
            text-decoration: none;
        }

    #Breadcrumb .Path .OrgsSelector {
        float: right;
        position: relative;
        bottom: 7px;
    }

#Breadcrumb .CurrentNode {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

#ContentOneColumn {
    padding: 0;
}

#ContentLogin {
    margin: auto;
    padding-top: 20px;
}

#Top {
    clear: both;
    margin: 1px 1px 0;
}

#Breadcrumb .CurrentNode A.Button, #Breadcrumb .CurrentNode A.Button:Active, #Breadcrumb .CurrentNode A.Button:Visited {
    font-size: 8pt;
    color: #1F4978 !important;
}

#Left {
    float: left;
    top: -15px;
    padding: 0;
    width: 200px;
    margin: 1px 0 1px 1px;
}

    #Left .MenuHeader, #Left .NewsMenuHeader {
        margin-top: 5px;
        color: #1F4978;
        font-size: 9pt;
    }

    #Left .MenuHeader {
        height: 38px;
        padding-top: 5px;
        padding-left: 7px;
        background: url(../Images/left_menu_header.gif) no-repeat;
    }

    #Left .Menu {
        padding: 0 3px 5px;
        background-color: #D1E9FF;
        border: 1px solid #86B9F7;
        border-top: none;
        margin-bottom: 20px;
    }

    #Left .NewsMenuHeader {
        height: 20px;
        padding-top: 5px;
        padding-left: 7px;
        background: url(../Images/left_news_menu_header.png) no-repeat;
    }

    #Left .NewsMenu {
        background-color: #FFF;
        border: 1px solid #86B9F7;
        border-top: none;
    }

    #Left .NewsMenuItem {
        padding: 10px;
    }

    #Left .NewsMenuContent {
        text-align: justify;
    }

    #Left .NewsMenuItemDate {
        padding: 3px 0 5px;
        color: #787878;
    }

#Footer, #Footer A {
    color: #505050;
}

#Left .NewsMenuContent p {
    margin: 0;
    padding: 0;
}

#StorefrontCenter {
    float: left;
    width: 955px;
    padding: 10px 0 10px 10px;
}

#CenterOneColumn {
    float: left;
    width: 780px;
}

#Footer {
    clear: both;
    font-size: 8pt;
    padding-top: 8px;
    padding-bottom: 8px;
}

    #Footer .Copyright {
        text-align: left;
    }

    #Footer .Version {
        text-align: right;
    }

#SimpleWhiteOutline {
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

table.failed {
    width: 100%;
}

    table.failed tr td:first-child {
        width: 15%;
    }

.margin-bottom-xs {
    margin-bottom: 5px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-bottom-md {
    margin-bottom: 20px;
}

.margin-bottom-lg {
    margin-bottom: 40px;
}

.padding-top-sm {
    padding-top: 10px;
}
/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.3.4
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */ .bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-block;
        top: 0;
        border-radius: 4px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: table-cell;
        vertical-align: middle;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
        text-align: center;
        z-index: 1;
    }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
            color: #fff;
            background: #337ab7;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
            color: #fff;
            background: #5bc0de;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
            color: #fff;
            background: #5cb85c;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
            background: #f0ad4e;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
            color: #fff;
            background: #d9534f;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
            color: #000;
            background: #eee;
        }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 100;
        color: #333;
        background: #fff;
    }

    .bootstrap-switch span::before {
        content: "\200b";
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch input[type=radio], .bootstrap-switch input[type=checkbox] {
        position: absolute !important;
        top: 0;
        left: 0;
        margin: 0;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
        padding: 6px 16px;
        font-size: 18px;
        line-height: 1.3333333;
    }

    .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-indeterminate, .bootstrap-switch.bootstrap-switch-readonly {
        cursor: default !important;
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
            opacity: .5;
            filter: alpha(opacity=50);
            cursor: default !important;
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: margin-left .5s;
        -o-transition: margin-left .5s;
        transition: margin-left .5s;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
        border-radius: 0 3px 3px 0;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
        border-radius: 3px 0 0 3px;
    }

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

.nav-tabs > span > a, .nav-tabs > span > a:focus, .nav-tabs > span > a:hover {
    cursor: pointer;
}

.nav-tabs > span > span > .ActiveTab, .nav-tabs > span > span > a:hover, .nav-tabs > span > span > a:focus {
    color: #555;
    background-color: #EFEFEF;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > span > span > a {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.nav-tabs > span > span > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}

.nav > span > span > a {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 0px;
}

a:hover {
    text-decoration: none;
}

#Right > .widget {
    max-width: 100% !important;
}

.popup-buttons {
    padding: 10px;
}

.Popup-Scroll {
    max-height: 60vh;
    overflow-y: scroll;
}

.fileeditor {
    width: 100%;
    height: 90vh;
}

    .fileeditor > .widget {
        height: 90vh;
    }

    .fileeditor .widget textarea {
        height: 50vh;
    }

.wizardvps {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1115px) {
    .page-login .col-sm-4 {
        width: 90% !important;
    }
}

.row.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

.hiddenRow {
    padding: 0 !important;
}

.accordion-toggle .fa-plus-circle:before {
    font-family: "FontAwesome";
    content: "\f056";
}

.accordion-toggle.collapsed .fa-plus-circle:before {
    font-family: "FontAwesome";
    content: "\f055";
}

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

@media screen and (min-width: 600px) {
    #adv-search {
        width: 350px;
        margin: 0 auto;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 350px;
        }

    .AspNet-GridView-Empty {
        min-width: 500px;
    }
}
