/**
 * This file is used for the Tell.UI.CSS compilations (tell.raw.css and tell.min.css).
 */
@import 'vendor/font-awesome-4.7.0/css/font-awesome.min.css'; 
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #000;
    font-family: sans-serif;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
    font-family: inherit;
    font-size: 1em;
}

*:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}

blockquote,
body,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ol,
p,
table,
td,
th,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    background: transparent;
    color: #337ab7;
}

a:hover {
    text-decoration: none;
}

img {
    display: inline-block;
    border: 0;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0 0;
    font-size: 1em;
    font-weight: bold;
}

p {
    margin: 15px 0 0;
    line-height: 1.5;
}

b,
strong {
    font-weight: bold;
}

ul {
    list-style: disc;
}

li {
    line-height: 1.5;
}

ol,
ul {
    margin: 15px 0;
    line-height: 1.5;
    list-style-position: inside;
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
    margin: 0 0 0 30px;
}

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

th {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
}

td {
    margin: 0;
    padding: 0;
}

hr {
    box-sizing: border-box;
    height: 1px;
    margin: 15px 0 0;
    border: 0;
    background: #ccc;
}

pre {
    font-family: "Courier New", Courier, monospace;
}
 
/**
 * Universal styles
 */
@media (min-width: 1px) {
    #tell-overlay {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
            filter: alpha(opacity=50);
               opacity: 0.5;
        z-index: 9996;
    }

    #tell-overlay.tell-small {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -moz-opacity: 1;
        -khtml-opacity: 1;
        background-color: #fff;
            filter: alpha(opacity=100);
               opacity: 1;
    }

    #tell-size-small {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 1px;
    }

    #tell-size-medium {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 1px;
    }

    #tell-size-large {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 1px;
    }

    .tell-code {
        margin: 15px 0 0;
        font-family: "Courier New", Courier, monospace;
        white-space: pre;
    }

    .tell .lg-hide {
        display: none !important;
    }

    .tell .clear:after {
        display: block;
        height: 0;
        clear: both;
        font-size: 0;
        content: " ";
        visibility: hidden;
    }

    * html .tell .clear {
        zoom: 1;
    }

    *:first-child + html .tell .clear {
        zoom: 1;
    }

    .tell .cloak,
    .tell .cloaked,
    .tell .conceal,
    .tell .invisible {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -moz-opacity: 0;
        -khtml-opacity: 0;
            filter: alpha(opacity=0);
               opacity: 0;
    }

    .tell .bb,
    .tell .bb * {
        box-sizing: border-box;
    }

    .tell .strip {
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
        background-image: none;
        color: #000;
        line-height: 1;
        list-style: none;
        list-style-image: none;
        text-align: left;
        text-decoration: none;
    }

    .tell .flow {
        margin-top: 15px !important;
    }

    .tell .halt {
        margin-top: 0 !important;
    }

    .tell .flat {
        padding: 0 !important;
    }

    .tell .hide {
        display: none;
    }

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

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

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

    .tell .clickable {
        cursor: pointer;
    }

    .tell .size-less {
        font-size: 0.9em;
    }

    .tell .size-less-1 {
        font-size: 0.9em;
    }

    .tell .size-less-2 {
        font-size: 0.8em;
    }

    .tell .size-less-3 {
        font-size: 0.7em;
    }

    .tell .size-more {
        font-size: 1.1em;
    }

    .tell .size-more-1 {
        font-size: 1.1em;
    }

    .tell .size-more-2 {
        font-size: 1.2em;
    }

    .tell .size-more-3 {
        font-size: 1.3em;
    }

    .tell .size-1 {
        font-size: 11px;
    }

    .tell .size-2 {
        font-size: 12px;
    }

    .tell .size-3 {
        font-size: 13px;
    }

    .tell .size-4 {
        font-size: 16px;
    }

    .tell .size-5 {
        font-size: 20px;
    }

    .tell .size-6 {
        font-size: 24px;
    }

    .tell .h1 {
        font-size: 1.75em;
        font-weight: bold;
    }

    .tell .h2 {
        font-size: 1.60em;
        font-weight: bold;
    }

    .tell .h3 {
        font-size: 1.45em;
        font-weight: bold;
    }

    .tell .h4 {
        font-size: 1.30em;
        font-weight: bold;
    }

    .tell .h5 {
        font-size: 1.15em;
        font-weight: bold;
    }

    .tell .h6 {
        font-size: 1.00em;
        font-weight: bold;
    }

    .tell img.full {
        max-width: 100%;
    }

    .tell hr {
        background-color: #ccc;
    }

    .tell .line-top {
        padding-top: 15px;
        border-top: 1px solid #ccc;
    }

    .tell .line-bottom {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .tell .circle {
        border-radius: 50%;
        text-align: center;
    }

    .tell .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tell-small .h1,
    .tell-small .h2,
    .tell-small .h3,
    .tell-small .h4,
    .tell-small .h5,
    .tell-small .h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tell .no-border,
    .tell .no-borders,
    .tell .borderless {
        border: 0 !important;
    }

    .tell .no-underline {
        text-decoration: none;
    }

    .tell .hover-underline:hover {
        text-decoration: underline;
    }

    .tell .zone {
        overflow: hidden;
        border: 1px solid #ccc;
    }

    .tell .zone-head {
        margin: 0;
        padding: 12px 15px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-weight: bold;
    }

    .tell .zone-head span {
        float: right;
        font-weight: normal;
    }

    .tell-rounded .zone {
        border-radius: 4px;
    }

    .tell-rounded .zone-head {
        border-radius: 3px 3px 0 0;
    }

    .tell-rounded img.rounded {
        border-radius: 4px;
    }
}

/**
 * Phones only
 */
@media (max-width: 767px) {
    #tell-size-small {
        display: block;
    }

    #tell-size-medium {
        display: none;
    }

    #tell-size-large {
        display: none;
    }

    .tell .sm-hide {
        display: none !important;
    }

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

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

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

    .tell .sm-size-less {
        font-size: 0.9em;
    }

    .tell .sm-size-less-1 {
        font-size: 0.9em;
    }

    .tell .sm-size-less-2 {
        font-size: 0.8em;
    }

    .tell .sm-size-less-3 {
        font-size: 0.7em;
    }

    .tell .sm-size-more {
        font-size: 1.1em;
    }

    .tell .sm-size-more-1 {
        font-size: 1.1em;
    }

    .tell .sm-size-more-2 {
        font-size: 1.2em;
    }

    .tell .sm-size-more-3 {
        font-size: 1.3em;
    }

    .tell .sm-size-1 {
        font-size: 11px;
    }

    .tell .sm-size-2 {
        font-size: 12px;
    }

    .tell .sm-size-3 {
        font-size: 13px;
    }

    .tell .sm-size-4 {
        font-size: 16px;
    }

    .tell .sm-size-5 {
        font-size: 20px;
    }

    .tell .sm-size-6 {
        font-size: 24px;
    }
}

/**
 * Tablets only
 */
@media (min-width: 768px) and (max-width: 1024px) {
    #tell-size-small {
        display: none;
    }

    #tell-size-medium {
        display: block;
    }

    #tell-size-large {
        display: none;
    }

    .tell .md-hide {
        display: none !important;
    }
}

/**
 * Tablets, desktops
 */
@media (min-width: 768px) {
    .tell .md-text-left {
        text-align: left;
    }

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

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

    .tell .md-size-less {
        font-size: 0.9em;
    }

    .tell .md-size-less-1 {
        font-size: 0.9em;
    }

    .tell .md-size-less-2 {
        font-size: 0.8em;
    }

    .tell .md-size-less-3 {
        font-size: 0.7em;
    }

    .tell .md-size-more {
        font-size: 1.1em;
    }

    .tell .md-size-more-1 {
        font-size: 1.1em;
    }

    .tell .md-size-more-2 {
        font-size: 1.2em;
    }

    .tell .md-size-more-3 {
        font-size: 1.3em;
    }

    .tell .md-size-1 {
        font-size: 11px;
    }

    .tell .md-size-2 {
        font-size: 12px;
    }

    .tell .md-size-3 {
        font-size: 13px;
    }

    .tell .md-size-4 {
        font-size: 16px;
    }

    .tell .md-size-5 {
        font-size: 20px;
    }

    .tell .md-size-6 {
        font-size: 24px;
    }
}

/**
 * Desktops only
 */
@media (min-width: 1025px) {
    #tell-size-small {
        display: none;
    }

    #tell-size-medium {
        display: none;
    }

    #tell-size-large {
        display: block;
    }

    .tell .lg-hide {
        display: none !important;
    }

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

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

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

    .tell .lg-size-less {
        font-size: 0.9em;
    }

    .tell .lg-size-less-1 {
        font-size: 0.9em;
    }

    .tell .lg-size-less-2 {
        font-size: 0.8em;
    }

    .tell .lg-size-less-3 {
        font-size: 0.7em;
    }

    .tell .lg-size-more {
        font-size: 1.1em;
    }

    .tell .lg-size-more-1 {
        font-size: 1.1em;
    }

    .tell .lg-size-more-2 {
        font-size: 1.2em;
    }

    .tell .lg-size-more-3 {
        font-size: 1.3em;
    }

    .tell .lg-size-1 {
        font-size: 11px;
    }

    .tell .lg-size-2 {
        font-size: 12px;
    }

    .tell .lg-size-3 {
        font-size: 13px;
    }

    .tell .lg-size-4 {
        font-size: 16px;
    }

    .tell .lg-size-5 {
        font-size: 20px;
    }

    .tell .lg-size-6 {
        font-size: 24px;
    }
}
 
/**
 * Universal styles
 */
@media (min-width: 1px) {
    .tell-responsive #tell-size-small {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 1px;
    }

    .tell-responsive #tell-size-medium {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 1px;
    }

    .tell-responsive #tell-size-large {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 1px;
    }

    .tell.tell-responsive .lg-hide {
        display: block !important;
    }
}

/**
 * Phones only
 */
@media (max-width: 767px) {
    .tell-responsive #tell-size-small {
        display: block;
    }

    .tell-responsive #tell-size-medium {
        display: none;
    }

    .tell-responsive #tell-size-large {
        display: none;
    }

    .tell.tell-responsive .sm-hide {
        display: none !important;
    }

    .tell.tell-responsive .sm-text-left {
        text-align: left;
    }

    .tell.tell-responsive .sm-text-center {
        text-align: center;
    }

    .tell.tell-responsive .sm-text-right {
        text-align: right;
    }

    .tell.tell-responsive .sm-size-less {
        font-size: 0.9em;
    }

    .tell.tell-responsive .sm-size-less-1 {
        font-size: 0.9em;
    }

    .tell.tell-responsive .sm-size-less-2 {
        font-size: 0.8em;
    }

    .tell.tell-responsive .sm-size-less-3 {
        font-size: 0.7em;
    }

    .tell.tell-responsive .sm-size-more {
        font-size: 1.1em;
    }

    .tell.tell-responsive .sm-size-more-1 {
        font-size: 1.1em;
    }

    .tell.tell-responsive .sm-size-more-2 {
        font-size: 1.2em;
    }

    .tell.tell-responsive .sm-size-more-3 {
        font-size: 1.3em;
    }

    .tell.tell-responsive .sm-size-1 {
        font-size: 11px;
    }

    .tell.tell-responsive .sm-size-2 {
        font-size: 12px;
    }

    .tell.tell-responsive .sm-size-3 {
        font-size: 13px;
    }

    .tell.tell-responsive .sm-size-4 {
        font-size: 16px;
    }

    .tell.tell-responsive .sm-size-5 {
        font-size: 20px;
    }

    .tell.tell-responsive .sm-size-6 {
        font-size: 24px;
    }
}

/**
 * Tablets only
 */
@media (min-width: 768px) and (max-width: 1024px) {
    .tell-responsive #tell-size-small {
        display: none;
    }

    .tell-responsive #tell-size-medium {
        display: block;
    }

    .tell-responsive #tell-size-large {
        display: none;
    }

    .tell.tell-responsive .md-hide {
        display: none !important;
    }
}

/**
 * Tablets, desktops
 */
@media (min-width: 768px) {
    .tell.tell-responsive .md-text-left {
        text-align: left;
    }

    .tell.tell-responsive .md-text-center {
        text-align: center;
    }

    .tell.tell-responsive .md-text-right {
        text-align: right;
    }

    .tell.tell-responsive .md-size-less {
        font-size: 0.9em;
    }

    .tell.tell-responsive .md-size-less-1 {
        font-size: 0.9em;
    }

    .tell.tell-responsive .md-size-less-2 {
        font-size: 0.8em;
    }

    .tell.tell-responsive .md-size-less-3 {
        font-size: 0.7em;
    }

    .tell.tell-responsive .md-size-more {
        font-size: 1.1em;
    }

    .tell.tell-responsive .md-size-more-1 {
        font-size: 1.1em;
    }

    .tell.tell-responsive .md-size-more-2 {
        font-size: 1.2em;
    }

    .tell.tell-responsive .md-size-more-3 {
        font-size: 1.3em;
    }

    .tell.tell-responsive .md-size-1 {
        font-size: 11px;
    }

    .tell.tell-responsive .md-size-2 {
        font-size: 12px;
    }

    .tell.tell-responsive .md-size-3 {
        font-size: 13px;
    }

    .tell.tell-responsive .md-size-4 {
        font-size: 16px;
    }

    .tell.tell-responsive .md-size-5 {
        font-size: 20px;
    }

    .tell.tell-responsive .md-size-6 {
        font-size: 24px;
    }
}

/**
 * Desktops only
 */
@media (min-width: 1025px) {
    .tell-responsive #tell-size-small {
        display: none;
    }

    .tell-responsive #tell-size-medium {
        display: none;
    }

    .tell-responsive #tell-size-large {
        display: block;
    }

    .tell.tell-responsive .lg-hide {
        display: none !important;
    }

    .tell.tell-responsive .lg-text-left {
        text-align: left;
    }

    .tell.tell-responsive .lg-text-center {
        text-align: center;
    }

    .tell.tell-responsive .lg-text-right {
        text-align: right;
    }

    .tell.tell-responsive .lg-size-less {
        font-size: 0.9em;
    }

    .tell.tell-responsive .lg-size-less-1 {
        font-size: 0.9em;
    }

    .tell.tell-responsive .lg-size-less-2 {
        font-size: 0.8em;
    }

    .tell.tell-responsive .lg-size-less-3 {
        font-size: 0.7em;
    }

    .tell.tell-responsive .lg-size-more {
        font-size: 1.1em;
    }

    .tell.tell-responsive .lg-size-more-1 {
        font-size: 1.1em;
    }

    .tell.tell-responsive .lg-size-more-2 {
        font-size: 1.2em;
    }

    .tell.tell-responsive .lg-size-more-3 {
        font-size: 1.3em;
    }

    .tell.tell-responsive .lg-size-1 {
        font-size: 11px;
    }

    .tell.tell-responsive .lg-size-2 {
        font-size: 12px;
    }

    .tell.tell-responsive .lg-size-3 {
        font-size: 13px;
    }

    .tell.tell-responsive .lg-size-4 {
        font-size: 16px;
    }

    .tell.tell-responsive .lg-size-5 {
        font-size: 20px;
    }

    .tell.tell-responsive .lg-size-6 {
        font-size: 24px;
    }
}
 
/**
 * Universal styles
 */
@media (min-width: 1px) {
    .tell .alert,
    .tell-error-message,
    .tell-success-message {
        box-sizing: border-box;
        display: block;
        position: relative;
        margin: 15px 0 0;
        padding: 10px 15px;
        overflow: hidden;
        border: 1px solid #ccc;
        line-height: 1.5;
    }

    .tell .alert.default {
        border-color: #b4dcff;
        background-color: #e1f0ff;
        color: #3c6496;
    }

    .tell .alert.success,
    .tell-success-message {
        border-color: #aaf0a5;
        background-color: #d7f5d7;
        color: #146414;
    }

    .tell .alert.caution {
        border-color: #f0f0a5;
        background-color: #fafac8;
        color: #a0a000;
    }

    .tell .alert.failure,
    .tell-error-message {
        border-color: #ffc3c3;
        background-color: #ffe6e6;
        color: #b44646;
    }

    .tell .alert ol,
    .tell .alert ul,
    .tell-error-message ol,
    .tell-error-message ul,
    .tell-success-message ol,
    .tell-success-message ul {
        margin-top: 0;
        margin-bottom: 0;
        color: inherit;
    }

    .tell-rounded .alert {
        border-radius: 4px;
    }
}
 
/**
 * Universal styles
 */
@media (min-width: 1px) {
    .tell .button {
        -webkit-appearance: none;
        box-sizing: border-box;
        display: inline-block;
        height: 2.25rem;
        padding: 0 10px;
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #337ab7;
        font-family: inherit;
        line-height: 2.25rem;
        text-decoration: none;
        cursor: pointer;
    }

    /* (Firefox) Removes outline from <input> and <button> buttons */
    .tell .button::-moz-focus-inner {
        border: 0;
    }

    .tell .button:focus,
    .tell .button:hover {
        border: 1px solid #bbb;
        background-color: #eee;
    }

    .tell .button:active {
        -webkit-box-shadow: inset 0 1px 5px #ccc;
        -moz-box-shadow: inset 0 1px 5px #ccc;
        border-color: #aaa;
        background-color: #eee;
        box-shadow: inset 0 1px 5px #ccc;
    }

    .tell .button.left {
        margin-right: 15px;
        float: left;
        text-align: center;
    }

    .tell .button.right {
        margin-left: 15px;
        float: right;
        text-align: center;
    }

    .tell .button.fixate {
        border-color: #226491;
        background-color: #378cd2;
        color: #fff;
    }

    .tell .button.fixate:focus,
    .tell .button.fixate:hover {
        background-color: #3282be;
    }

    .tell .button.fixate:active {
        -webkit-box-shadow: inset 0 1px 5px #285f8c;
        -moz-box-shadow: inset 0 1px 5px #285f8c;
        box-shadow: inset 0 1px 5px #285f8c;
    }

    .tell .button.success {
        border-color: #2d963c;
        background-color: #3cb950;
        color: #fff;
    }

    .tell .button.success:focus,
    .tell .button.success:hover {
        background-color: #37aa4a;
    }

    .tell .button.success:active {
        -webkit-box-shadow: inset 0 1px 5px #288737;
        -moz-box-shadow: inset 0 1px 5px #288737;
        box-shadow: inset 0 1px 5px #288737;
    }

    .tell .button.caution {
        border-color: #e6a555;
        background-color: #f5af5f;
        color: #fff;
    }

    .tell .button.caution:focus,
    .tell .button.caution:hover {
        border-color: #d28c46;
        background-color: #eba055;
    }

    .tell .button.caution:active {
        -webkit-box-shadow: inset 0 1px 5px #c88c46;
        -moz-box-shadow: inset 0 1px 5px #c88c46;
        box-shadow: inset 0 1px 5px #c88c46;
    }

    .tell .button.failure {
        border-color: #c34646;
        background-color: #eb5a5a;
        color: #fff;
    }

    .tell .button.failure:focus,
    .tell .button.failure:hover {
        border-color: #962323;
        background-color: #cd4646;
    }

    .tell .button.failure:active {
        -webkit-box-shadow: inset 0 1px 5px #a02d2d;
        -moz-box-shadow: inset 0 1px 5px #a02d2d;
        box-shadow: inset 0 1px 5px #a02d2d;
    }

    .tell-rounded .button {
        border-radius: 4px;
    }
}
 
/**
 * Universal styles
 */
@media (min-width: 1px) {
    .tell-calendar {
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        background-color: #f5f5f5;
        z-index: 9998;
    }

    .tell-calendar.tell-large,
    .tell-calendar.tell-medium {
        width: 350px;
        padding: 15px;
        border: 1px solid #ccc;
    }

    .tell-rounded .tell-calendar.tell-large,
    .tell-rounded .tell-calendar.tell-medium {
        border-radius: 5px;
    }

    .tell-calendar.tell-small {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .tell-calendar .calendar-month {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .tell-rounded .calendar-month {
        border-radius: 5px;
    }

    .tell-calendar.tell-small .calendar-month {
        width: auto;
        margin: 15px 15px 0;
        float: none;
    }

    .tell-calendar .month-last:before,
    .tell-calendar .month-next:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        width: 32px;
        height: 42px;
        color: #777;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        line-height: 42px;
        text-align: center;
        text-rendering: auto;
        cursor: pointer;
    }

    .tell-calendar .month-last:before {
        left: 0;
        content: "\f0d9";
    }

    .tell-calendar .month-next:before {
        right: 0;
        content: "\f0da";
    }

    .tell-calendar .month-last:hover:before,
    .tell-calendar .month-next:hover:before {
        color: #000;
    }

    .tell-calendar .month-name {
        width: 100%;
        color: #656565;
        font-size: 1.2em;
        line-height: 42px;
        text-align: center;
    }

    .tell-calendar.tell-small .calendar-wrapper {
        padding: 0 15px;
        overflow: hidden;
    }

    .tell-calendar .calendar-layout {
        box-sizing: border-box;
        width: 100%;
        margin: 15px 0 0;
        float: left;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .tell-calendar .day-name {
        padding-bottom: 15px;
        color: #656565;
        font-weight: bold;
        text-align: center;
    }

    .tell-calendar .day-cell {}

    .tell-calendar .day-empty {}

    .tell-calendar .day-empty,
    .tell-calendar .day-fill {
        margin: 2px 0 0 2px;
    }

    .tell-calendar tr .day-cell:first-child .day-empty,
    .tell-calendar tr .day-cell:first-child .day-fill {
        margin: 2px 0 0;
    }

    .tell-calendar .day-fill {
        min-width: 2em;
        padding: 8px 4px;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #656565;
        text-align: right;
        cursor: pointer;
    }

    .tell-rounded .day-fill {
        border-radius: 4px;
    }

    .tell-calendar .day-now {
        border: 1px solid #4babff !important;
        background-color: #e1f0ff;
        color: #1450c8;
        font-weight: bold;
        text-align: right;
    }

    .tell-calendar .day-set {
        border: 1px solid #a9a919 !important;
        background-color: #fafac8;
        color: #5e5e00;
        font-weight: bold;
        text-align: right;
    }

    .tell-calendar .day-fill:hover,
    .tell-calendar .day-now:hover,
    .tell-calendar .day-set:hover {
        border: 1px solid #999;
    }

    .tell-calendar .calendar-actions {
        display: none;
    }

    .tell-calendar.tell-small .calendar-actions {
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin: 15px 0 0;
        padding: 15px;
        float: left;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }

    .tell-calendar .calendar-actions .button {
        border: 1px solid #ccc;
        background-color: #fff;
    }
}
 
/**
 * Universal styles
 */
@media (min-width: 1px) {
    .tell [data-widget="dialog"],
    .tell[data-widget="dialog"] {
        display: none;
    }

    .tell.tell-dialog {
        box-sizing: border-box;
        display: none;
        background-color: #fff;
        visibility: hidden;
        z-index: 9997;
    }

    .tell-dialog .title {
        box-sizing: border-box;
        width: 100%;
        height: 2.5rem;
        line-height: 2.5rem;
        padding: 0 3em 0 15px;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        background-color: #eee;
        color: #555;
        font-weight: bold;
        line-height: 44px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tell-dialog .close {
        color: #777;
        font-size: 32px;
        line-height: 2.5rem;
        text-decoration: none;
        cursor: pointer;
    }

    .tell-dialog .close:hover {
        color: #444;
        text-decoration: none;
    }

    .tell-dialog.has-title .close {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 9999;
    }

    .tell-dialog .alert {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell-dialog .content {
        padding: 0 15px 15px;
        overflow: hidden;
    }

    .tell-dialog .row .pad:first-child {
        padding-left: 0;
    }

    .tell-dialog .row .pad:last-child {
        padding-right: 0;
    }

    .tell-dialog .actions {
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }

    .tell-dialog .actions .button {
        margin: 0 15px 0 0;
        float: left;
    }

    .tell-dialog .close:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        content: "\f00d";
    }
}

/**
 * Tablets, desktops
 */
@media (min-width: 768px) {
    .tell.tell-dialog {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: auto;
        margin: auto;
        width: 640px;
        border: 1px solid #444;
    }
}

/**
 * Phones only
 */
@media (max-width: 767px) {
    .tell.tell-dialog {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
    }
}

/**
 * Small phones only
 */
@media (max-width: 480px) {
    .tell-dialog [class*="col-"] {
        width: 100%;
        padding: 0;
    }
}
 
.tell-editor {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.tell-editor .editor-doc {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 24em;
    padding: 10px;
    overflow: auto;
    border: 1px solid #ccc;
}

.tell-editor .editor-field {
    box-sizing: border-box;
    display: none;
}

.tell-editor .editor-toolbar {
    box-sizing: border-box;
    width: 100%;
    height: 2.25rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #eee;
    line-height: 2.25rem;
}

.tell-editor .tool {
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    float: left;
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.25rem;
    text-align: center;
    text-rendering: auto;
    cursor: pointer;
}

.tell-editor .tool:hover {
    background-color: #ddd;
}

.tell-editor .tool.bold:before {
    content: "\f032";
}

.tell-editor .tool.italic:before {
    content: "\f033";
}

.tell-editor .tool.underline:before {
    content: "\f0cd";
}

.tell-editor .tool.strike-through:before {}

.tell-editor .tool.align-left:before {
    content: "\f036";
}

.tell-editor .tool.align-center:before {
    content: "\f037";
}

.tell-editor .tool.align-right:before {
    content: "\f038";
}

.tell-editor .tool.align-justify:before {
    content: "\f039";
}

.tell-editor .tool.add-unordered-list:before {}

.tell-editor .tool.add-ordered-list:before {}

.tell-editor .tool.add-link:before {}

.tell-editor .tool.add-image:before {}

.tell-editor .tool.font-size:before {}

.tell-editor .tool.font-family:before {}

.tell-editor .tool.font-color:before {}

.tell-editor .tool.background-color:before {} 
#tell-tooltip {
    display: none;
    position: absolute;
    max-width: 300px;
    font-size: 0.9em;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    z-index: 9999;
}

#tell-tooltip-median {
    max-width: 300px;
    padding: 8px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #444;
    color: #eee;
}

#tell-tooltip-content {
    color: #eee;
}

#tell-tooltip-content a {
    color: #fff;
    text-decoration: underline;
}

#tell-tooltip-content a:hover {
    text-decoration: none;
}
 
/**
 * Universal styles
 */

@media (min-width: 1px) {
    .tell form,
    form.tell {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .tell .fieldset,
    .tell input[type="file"],
    .tell input[type="number"],
    .tell input[type="password"],
    .tell input[type="text"],
    .tell select,
    .tell textarea {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .tell .fieldset {
        padding-bottom: 15px;
        overflow: hidden;
        border: 1px solid #ccc;
    }

    .tell .legend {
        margin: 0;
        padding: 12px 15px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-weight: bold;
    }

    .tell .legend span {
        float: right;
        font-weight: normal;
    }

    .tell label {
        display: block;
        height: 1.25em;
        margin: 15px 0 5px;
    }

    .tell input[type="file"],
    .tell input[type="number"],
    .tell input[type="password"],
    .tell input[type="text"],
    .tell select,
    .tell textarea {
        display: block;
        width: 100%;
        margin: 0;
        padding: 8px;
        border: 1px solid #ccc;
        background: #fff;
        font-family: inherit;
    }

    .tell input[type="file"]:focus,
    .tell input[type="number"]:focus,
    .tell input[type="password"]:focus,
    .tell input[type="text"]:focus,
    .tell select:focus,
    .tell textarea:focus {
        border: 1px solid #999;
        outline: 0;
    }

    .tell input[type="file"][disabled],
    .tell input[type="number"][disabled],
    .tell input[type="password"][disabled],
    .tell input[type="text"][disabled] {
        border: 1px solid #ddd;
        background: #f2f2f2;
        outline: 0;
        color: #999;
    }

    .tell input[type="file"],
    .tell input[type="number"],
    .tell input[type="password"],
    .tell input[type="text"] {
        height: 2.25rem;
    }

    /* (Firefox) Tidying style when file.js is not being used */
    @-moz-document url-prefix() {
        .tell input[type="file"] {
            padding: 0;
        }
    }

    .tell textarea {
        min-height: 5em;
        overflow: auto;
        vertical-align: top;
    }

    .tell select {
        -webkit-appearance: none;
        height: 2.25rem;
    }

    .tell-file,
    .tell-select {
        box-sizing: border-box;
        display: block;
        position: relative;
        width: 100%;
        height: 2.25rem;
        margin: 0;
        padding: 0;
        border: 1px solid #ccc;
        background: #fff;
        font-family: inherit;
    }

    .tell-file input,
    .tell-select select {
        position: absolute;
        height: 2.25rem;
        margin: 0;
        padding: 0;
        opacity: 0;
        z-index: 992;
    }

    /* What was this bugfix for? Using it causes issues with jQuery.outerHeight(true) */
    /*
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .tell-select select {
            margin-bottom: 1px !important;
        }
    }
    */

    .tell-select .tell-text {
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        padding: 0 0 0 8px;
        overflow: hidden;
        border-right: 2em solid transparent;
        line-height: 2.25rem;
        white-space: nowrap;
        z-index: 991;
    }

    .tell-select .tell-arrow {
        position: absolute;
        top: 0.9rem;
        right: 0.6rem;
        width: 0;
        height: 0;
        border-width: 0.6rem;
        border-style: solid;
        border-color: #aaa transparent transparent transparent;
    }

    .tell-select.tell-focus {
        border: 1px solid #999;
    }

    .tell-select.tell-focus .tell-arrow {
        border-color: #555 transparent transparent transparent;
    }

    .tell-file .tell-text {
        box-sizing: border-box;
        position: absolute;
        padding: 0 0 0 8px;
        overflow: hidden;
        line-height: 2.25rem;
        white-space: nowrap;
        z-index: 990;
    }

    .tell-file .tell-button {
        box-sizing: border-box;
        position: absolute;
        top: -1px;
        right: -1px;
        height: 2.25rem;
        padding: 0 15px;
        border: 1px solid #ccc;
        background-color: #f5f5f5;
        color: #444;
        line-height: 2.25rem;
        cursor: pointer;
        z-index: 991;
    }

    .tell-file.tell-focus {
        border: 1px solid #999;
    }

    .tell-file.tell-focus .tell-button {
        border: 1px solid #999;
        background-color: #efefef;
        color: #000;
    }

    .tell-checkbox-wrap,
    .tell-radio-wrap {
        display: inline-block;
        width: 2.25rem;
        height: 2.25rem;
        margin: 0;
        padding: 0;
        overflow: hidden;
        vertical-align: top;
    }

    .tell-checkbox-wrap input[type="checkbox"],
    .tell-radio-wrap input[type="radio"] {
        display: none;
    }

    .tell-checkbox,
    .tell-radio {
        width: 2.2em;
        height: 2.25rem;
        color: #777;
        line-height: 2.7em;
        cursor: pointer;
    }

    .tell-checkbox.disabled,
    .tell-radio.disabled {
        color: #ccc;
    }

    .tell-checkbox:before,
    .tell-radio:before {
        display: block;
        font-size: 2em;
        text-align: left;
    }

    .tell-checkbox:before {
        content: "\f096";
    }

    .tell-checkbox.checked:before {
        content: "\f046";
    }

    .tell-radio:before {
        content: "\f10c";
    }

    .tell-radio.checked:before {
        content: "\f192";
    }

    .tell-rounded .fieldset,
    .tell-rounded .tell-file,
    .tell-rounded .tell-select,
    .tell-rounded input[type="file"],
    .tell-rounded input[type="password"],
    .tell-rounded input[type="text"],
    .tell-rounded select,
    .tell-rounded textarea {
        border-radius: 4px;
    }

    .tell-rounded .tell-file .tell-button {
        border-radius: 0 4px 4px 0;
    }

    .tell-rounded .legend {
        border-radius: 3px 3px 0 0;
    }

    .tell-error-field {
        border: 1px solid #eb5a5a !important;
    }

    .tell-error-field .tell-field-error {
        border: 1px solid transparent !important;
    }

    .tell-error-field .tell-button {
        border: 1px solid #eb5a5a !important;
    }
}
 
/**
 * Universal styles
 */
@media (min-width: 1px) {
    .tell [class*="col-"],
    .tell [class*="shift-"] {
        box-sizing: border-box;
        position: relative;
        float: left;
        overflow: hidden;
    }

    .tell .col-1,
    .tell .col-lg-1,
    .tell .col-md-1,
    .tell .col-sm-1 {
        width: 8.33%;
    }

    .tell .col-2,
    .tell .col-lg-2,
    .tell .col-md-2,
    .tell .col-sm-2 {
        width: 16.66%;
    }

    .tell .col-3,
    .tell .col-lg-3,
    .tell .col-md-3,
    .tell .col-sm-3 {
        width: 25.00%;
    }

    .tell .col-4,
    .tell .col-lg-4,
    .tell .col-md-4,
    .tell .col-sm-4 {
        width: 33.33%;
    }

    .tell .col-5,
    .tell .col-lg-5,
    .tell .col-md-5,
    .tell .col-sm-5 {
        width: 41.66%;
    }

    .tell .col-6,
    .tell .col-lg-6,
    .tell .col-md-6,
    .tell .col-sm-6 {
        width: 50.00%;
    }

    .tell .col-7,
    .tell .col-lg-7,
    .tell .col-md-7,
    .tell .col-sm-7 {
        width: 58.33%;
    }

    .tell .col-8,
    .tell .col-lg-8,
    .tell .col-md-8,
    .tell .col-sm-8 {
        width: 66.66%;
    }

    .tell .col-9,
    .tell .col-lg-9,
    .tell .col-md-9,
    .tell .col-sm-9 {
        width: 75.00%;
    }

    .tell .col-10,
    .tell .col-lg-10,
    .tell .col-md-10,
    .tell .col-sm-10 {
        width: 83.33%;
    }

    .tell .col-11,
    .tell .col-lg-11,
    .tell .col-md-11,
    .tell .col-sm-11 {
        width: 91.66%;
    }

    .tell .col-12,
    .tell .col-lg-12,
    .tell .col-md-12,
    .tell .col-sm-12 {
        width: 100.00%;
    }

    .tell .shift-1,
    .tell .shift-lg-1,
    .tell .shift-md-1,
    .tell .shift-sm-1 {
        margin-left: 8.33%;
    }

    .tell .shift-2,
    .tell .shift-lg-2,
    .tell .shift-md-2,
    .tell .shift-sm-2 {
        margin-left: 16.66%;
    }

    .tell .shift-3,
    .tell .shift-lg-3,
    .tell .shift-md-3,
    .tell .shift-sm-3 {
        margin-left: 25.00%;
    }

    .tell .shift-4,
    .tell .shift-lg-4,
    .tell .shift-md-4,
    .tell .shift-sm-4 {
        margin-left: 33.33%;
    }

    .tell .shift-5,
    .tell .shift-lg-5,
    .tell .shift-md-5,
    .tell .shift-sm-5 {
        margin-left: 41.66%;
    }

    .tell .shift-6,
    .tell .shift-lg-6,
    .tell .shift-md-6,
    .tell .shift-sm-6 {
        margin-left: 50.00%;
    }

    .tell .shift-7,
    .tell .shift-lg-7,
    .tell .shift-md-7,
    .tell .shift-sm-7 {
        margin-left: 58.33%;
    }

    .tell .shift-8,
    .tell .shift-lg-8,
    .tell .shift-md-8,
    .tell .shift-sm-8 {
        margin-left: 66.66%;
    }

    .tell .shift-9,
    .tell .shift-lg-9,
    .tell .shift-md-9,
    .tell .shift-sm-9 {
        margin-left: 75.00%;
    }

    .tell .shift-10,
    .tell .shift-lg-10,
    .tell .shift-md-10,
    .tell .shift-sm-10 {
        margin-left: 83.33%;
    }

    .tell .shift-11,
    .tell .shift-lg-11,
    .tell .shift-md-11,
    .tell .shift-sm-11 {
        margin-left: 91.66%;
    }

    .tell .shift-12,
    .tell .shift-lg-12,
    .tell .shift-md-12,
    .tell .shift-sm-12 {
        margin-left: 91.66%;
    }

    .tell .mar,
    .tell .margin,
    .tell .pad,
    .tell .padding,
    .tell .row {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .tell .hang-left {
        float: left;
    }

    .tell .hang-right {
        float: right;
    }

    .tell .pad,
    .tell .padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .pad-h,
    .tell .padding-h {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .pad-v,
    .tell .padding-v {
        padding-top: 15px;
        padding-bottom: 15px;
        overflow: auto;
    }

    .tell .pad-all,
    .tell .padding-all {
        padding: 15px;
        overflow: auto;
    }

    .tell .pad-left,
    .tell .padding-left {
        padding-left: 15px;
    }

    .tell .pad-right,
    .tell .padding-right {
        padding-right: 15px;
    }

    .tell .mar,
    .tell .margin {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .mar-h,
    .tell .margin-h {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .mar-v,
    .tell .margin-v {
        margin-top: 15px;
        margin-bottom: 15px;
        overflow: auto;
    }

    .tell .pull-top,
    .tell .suck-top {
        margin-top: -15px;
    }

    .tell .pull-bottom,
    .tell .suck-bottom {
        margin-bottom: -15px;
    }

    .tell .mar-left,
    .tell .margin-left {
        margin-left: 15px;
    }

    .tell .mar-right,
    .tell .margin-right {
        margin-right: 15px;
    }

    .tell [class*="col-"] + [class*="col-"]:last-child {
        float: right;
    }

    .tell .row {
        width: 100%;
        margin: 0 auto;
    }

    .tell .row:after,
    .tell .row:before {
        display: table;
        content: " ";
    }

    .tell .row .row {
        width: auto;
    }
    /* auto-clear */
    .tell .row:after {
        zoom: 1;
        display: block;
        height: 0;
        clear: both;
        font-size: 0;
        content: " ";
        visibility: hidden;
    }
    /* auto-clear */

    * html .tell .row {
        zoom: 1;
    }
    /* auto-clear */
    *:first-child + html .tell .row {
        zoom: 1;
    }

    .tell .mar-top,
    .tell .margin-top {
        margin-top: 15px;
    }

    .tell .mar-top-1,
    .tell .margin-top-1 {
        margin-top: 15px;
    }

    .tell .mar-top-2,
    .tell .margin-top-2 {
        margin-top: 30px;
    }

    .tell .mar-top-3,
    .tell .margin-top-3 {
        margin-top: 45px;
    }

    .tell .mar-top-4,
    .tell .margin-top-4 {
        margin-top: 60px;
    }

    .tell .mar-top-5,
    .tell .margin-top-5 {
        margin-top: 75px;
    }

    .tell .mar-top-6,
    .tell .margin-top-6 {
        margin-top: 90px;
    }

    .tell .mar-bottom,
    .tell .margin-bottom {
        margin-bottom: 15px;
    }

    .tell .mar-bottom-1,
    .tell .margin-bottom-1 {
        margin-bottom: 15px;
    }

    .tell .mar-bottom-2,
    .tell .margin-bottom-2 {
        margin-bottom: 30px;
    }

    .tell .mar-bottom-3,
    .tell .margin-bottom-3 {
        margin-bottom: 45px;
    }

    .tell .mar-bottom-4,
    .tell .margin-bottom-4 {
        margin-bottom: 60px;
    }

    .tell .mar-bottom-5,
    .tell .margin-bottom-5 {
        margin-bottom: 75px;
    }

    .tell .mar-bottom-6,
    .tell .margin-bottom-6 {
        margin-bottom: 90px;
    }

    .tell .pad-top,
    .tell .padding-top {
        padding-top: 15px;
    }

    .tell .pad-top-1,
    .tell .padding-top-1 {
        padding-top: 15px;
    }

    .tell .pad-top-2,
    .tell .padding-top-2 {
        padding-top: 30px;
    }

    .tell .pad-top-3,
    .tell .padding-top-3 {
        padding-top: 45px;
    }

    .tell .pad-top-4,
    .tell .padding-top-4 {
        padding-top: 60px;
    }

    .tell .pad-top-5,
    .tell .padding-top-5 {
        padding-top: 75px;
    }

    .tell .pad-top-6,
    .tell .padding-top-6 {
        padding-top: 90px;
    }

    .tell .pad-bottom,
    .tell .padding-bottom {
        padding-bottom: 15px;
    }

    .tell .pad-bottom-1,
    .tell .padding-bottom-1 {
        padding-bottom: 15px;
    }

    .tell .pad-bottom-2,
    .tell .padding-bottom-2 {
        padding-bottom: 30px;
    }

    .tell .pad-bottom-3,
    .tell .padding-bottom-3 {
        padding-bottom: 45px;
    }

    .tell .pad-bottom-4,
    .tell .padding-bottom-4 {
        padding-bottom: 60px;
    }

    .tell .pad-bottom-5,
    .tell .padding-bottom-5 {
        padding-bottom: 75px;
    }

    .tell .pad-bottom-6,
    .tell .padding-bottom-6 {
        padding-bottom: 90px;
    }

    .tell .pull-left,
    .tell .suck-left {
        margin-left: -15px;
    }

    .tell .pull-right,
    .tell .suck-right {
        margin-right: -15px;
    }
}

/**
 * Phones only
 */
@media (max-width: 767px) {
    .tell .sm-hang-left {
        float: left;
    }

    .tell .sm-hang-right {
        float: right;
    }

    .tell .sm-pad,
    .tell .sm-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .sm-pad-h,
    .tell .sm-padding-h {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .sm-pad-v,
    .tell .sm-padding-v {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tell .sm-pad-all,
    .tell .sm-padding-all {
        padding: 15px;
    }

    .tell .sm-pad-left,
    .tell .sm-padding-left {
        padding-left: 15px;
    }

    .tell .sm-pad-right,
    .tell .sm-padding-right {
        padding-right: 15px;
    }

    .tell .sm-mar,
    .tell .sm-margin {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .sm-mar-h,
    .tell .sm-margin-h {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .sm-mar-v,
    .tell .sm-margin-v {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tell .sm-pull-top,
    .tell .sm-suck-top {
        margin-top: -15px;
    }

    .tell .sm-pull-bottom,
    .tell .sm-suck-bottom {
        margin-bottom: -15px;
    }

    .tell .sm-mar-left,
    .tell .sm-margin-left {
        margin-left: 15px;
    }

    .tell .sm-mar-right,
    .tell .sm-margin-right {
        margin-right: 15px;
    }

    .tell .sm-pull-left,
    .tell .sm-suck-left {
        margin-left: -15px;
    }

    .tell .sm-pull-right,
    .tell .sm-suck-right {
        margin-right: -15px;
    }

    .tell .col-sm-1 {
        width: 8.33% !important;
    }

    .tell .col-sm-2 {
        width: 16.66% !important;
    }

    .tell .col-sm-3 {
        width: 25.00% !important;
    }

    .tell .col-sm-4 {
        width: 33.33% !important;
    }

    .tell .col-sm-5 {
        width: 41.66% !important;
    }

    .tell .col-sm-6 {
        width: 50.00% !important;
    }

    .tell .col-sm-7 {
        width: 58.33% !important;
    }

    .tell .col-sm-8 {
        width: 66.66% !important;
    }

    .tell .col-sm-9 {
        width: 75.00% !important;
    }

    .tell .col-sm-10 {
        width: 83.33% !important;
    }

    .tell .col-sm-11 {
        width: 91.66% !important;
    }

    .tell .col-sm-12 {
        width: 100.00% !important;
    }

    .tell .shift-sm-1 {
        margin-left: 8.33% !important;
    }

    .tell .shift-sm-2 {
        margin-left: 16.66% !important;
    }

    .tell .shift-sm-3 {
        margin-left: 25.00% !important;
    }

    .tell .shift-sm-4 {
        margin-left: 33.33% !important;
    }

    .tell .shift-sm-5 {
        margin-left: 41.66% !important;
    }

    .tell .shift-sm-6 {
        margin-left: 50.00% !important;
    }

    .tell .shift-sm-7 {
        margin-left: 58.33% !important;
    }

    .tell .shift-sm-8 {
        margin-left: 66.66% !important;
    }

    .tell .shift-sm-9 {
        margin-left: 75.00% !important;
    }

    .tell .shift-sm-10 {
        margin-left: 83.33% !important;
    }

    .tell .shift-sm-11 {
        margin-left: 91.66% !important;
    }

    .tell .shift-sm-12 {
        margin-left: 91.66% !important;
    }
}

/**
 * Small phones only
 */
@media (max-width: 480px) {
    .tell .vsm-hang-left {
        float: left;
    }

    .tell .vsm-hang-right {
        float: right;
    }

    .tell .vsm-pad,
    .tell .vsm-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .vsm-pad-h,
    .tell .vsm-padding-h {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .vsm-pad-v,
    .tell .vsm-padding-v {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tell .vsm-pad-all,
    .tell .vsm-padding-all {
        padding: 15px;
    }

    .tell .vsm-pad-left,
    .tell .vsm-padding-left {
        padding-left: 15px;
    }

    .tell .vsm-pad-right,
    .tell .vsm-padding-right {
        padding-right: 15px;
    }

    .tell .vsm-mar,
    .tell .vsm-margin {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .vsm-mar-h,
    .tell .vsm-margin-h {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .vsm-mar-v,
    .tell .vsm-margin-v {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tell .vsm-pull-top,
    .tell .vsm-suck-top {
        margin-top: -15px;
    }

    .tell .vsm-pull-bottom,
    .tell .vsm-suck-bottom {
        margin-bottom: -15px;
    }

    .tell .vsm-mar-left,
    .tell .vsm-margin-left {
        margin-left: 15px;
    }

    .tell .vsm-mar-right,
    .tell .vsm-margin-right {
        margin-right: 15px;
    }

    .tell .vsm-pull-left,
    .tell .vsm-suck-left {
        margin-left: -15px;
    }

    .tell .vsm-pull-right,
    .tell .vsm-suck-right {
        margin-right: -15px;
    }

    .tell .col-vsm-1 {
        width: 8.33% !important;
    }

    .tell .col-vsm-2 {
        width: 16.66% !important;
    }

    .tell .col-vsm-3 {
        width: 25.00% !important;
    }

    .tell .col-vsm-4 {
        width: 33.33% !important;
    }

    .tell .col-vsm-5 {
        width: 41.66% !important;
    }

    .tell .col-vsm-6 {
        width: 50.00% !important;
    }

    .tell .col-vsm-7 {
        width: 58.33% !important;
    }

    .tell .col-vsm-8 {
        width: 66.66% !important;
    }

    .tell .col-vsm-9 {
        width: 75.00% !important;
    }

    .tell .col-vsm-10 {
        width: 83.33% !important;
    }

    .tell .col-vsm-11 {
        width: 91.66% !important;
    }

    .tell .col-vsm-12 {
        width: 100.00% !important;
    }

    .tell .shift-vsm-1 {
        margin-left: 8.33% !important;
    }

    .tell .shift-vsm-2 {
        margin-left: 16.66% !important;
    }

    .tell .shift-vsm-3 {
        margin-left: 25.00% !important;
    }

    .tell .shift-vsm-4 {
        margin-left: 33.33% !important;
    }

    .tell .shift-vsm-5 {
        margin-left: 41.66% !important;
    }

    .tell .shift-vsm-6 {
        margin-left: 50.00% !important;
    }

    .tell .shift-vsm-7 {
        margin-left: 58.33% !important;
    }

    .tell .shift-vsm-8 {
        margin-left: 66.66% !important;
    }

    .tell .shift-vsm-9 {
        margin-left: 75.00% !important;
    }

    .tell .shift-vsm-10 {
        margin-left: 83.33% !important;
    }

    .tell .shift-vsm-11 {
        margin-left: 91.66% !important;
    }

    .tell .shift-vsm-12 {
        margin-left: 91.66% !important;
    }
}

/**
 * Tablets, desktops
 */
@media (min-width: 768px) {
    .tell .col-1,
    .tell .col-md-1 {
        width: 8.33% !important;
    }

    .tell .col-2,
    .tell .col-md-2 {
        width: 16.66% !important;
    }

    .tell .col-3,
    .tell .col-md-3 {
        width: 25.00% !important;
    }

    .tell .col-4,
    .tell .col-md-4 {
        width: 33.33% !important;
    }

    .tell .col-5,
    .tell .col-md-5 {
        width: 41.66% !important;
    }

    .tell .col-6,
    .tell .col-md-6 {
        width: 50.00% !important;
    }

    .tell .col-7,
    .tell .col-md-7 {
        width: 58.33% !important;
    }

    .tell .col-8,
    .tell .col-md-8 {
        width: 66.66% !important;
    }

    .tell .col-9,
    .tell .col-md-9 {
        width: 75.00% !important;
    }

    .tell .col-10,
    .tell .col-md-10 {
        width: 83.33% !important;
    }

    .tell .col-11,
    .tell .col-md-11 {
        width: 91.66% !important;
    }

    .tell .col-12,
    .tell .col-md-12 {
        width: 100.00% !important;
    }

    .tell .shift-1,
    .tell .shift-md-1 {
        margin-left: 8.33% !important;
    }

    .tell .shift-2,
    .tell .shift-md-2 {
        margin-left: 16.66% !important;
    }

    .tell .shift-3,
    .tell .shift-md-3 {
        margin-left: 25.00% !important;
    }

    .tell .shift-4,
    .tell .shift-md-4 {
        margin-left: 33.33% !important;
    }

    .tell .shift-5,
    .tell .shift-md-5 {
        margin-left: 41.66% !important;
    }

    .tell .shift-6,
    .tell .shift-md-6 {
        margin-left: 50.00% !important;
    }

    .tell .shift-7,
    .tell .shift-md-7 {
        margin-left: 58.33% !important;
    }

    .tell .shift-8,
    .tell .shift-md-8 {
        margin-left: 66.66% !important;
    }

    .tell .shift-9,
    .tell .shift-md-9 {
        margin-left: 75.00% !important;
    }

    .tell .shift-10,
    .tell .shift-md-10 {
        margin-left: 83.33% !important;
    }

    .tell .shift-11,
    .tell .shift-md-11 {
        margin-left: 91.66% !important;
    }

    .tell .shift-12,
    .tell .shift-md-12 {
        margin-left: 91.66% !important;
    }
}

/**
 * Tablets only
 */
@media (min-width: 768px) and (max-width: 1024px) {
    .tell .md-hang-left {
        float: left;
    }

    .tell .md-hang-right {
        float: right;
    }

    .tell .md-pad,
    .tell .md-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .md-pad-h,
    .tell .md-padding-h {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .md-pad-v,
    .tell .md-padding-v {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tell .md-pad-all,
    .tell .md-padding-all {
        padding: 15px;
    }

    .tell .md-pad-left,
    .tell .md-padding-left {
        padding-left: 15px;
    }

    .tell .md-pad-right,
    .tell .md-padding-right {
        padding-right: 15px;
    }

    .tell .md-mar,
    .tell .md-margin {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .md-mar-h,
    .tell .md-margin-h {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .md-mar-v,
    .tell .md-margin-v {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tell .md-pull-top,
    .tell .md-suck-top {
        margin-top: -15px;
    }

    .tell .md-pull-bottom,
    .tell .md-suck-bottom {
        margin-bottom: -15px;
    }

    .tell .md-mar-left,
    .tell .md-margin-left {
        margin-left: 15px;
    }

    .tell .md-mar-right,
    .tell .md-margin-right {
        margin-right: 15px;
    }

    .tell .md-pull-left,
    .tell .md-suck-left {
        margin-left: -15px;
    }

    .tell .md-pull-right,
    .tell .md-suck-right {
        margin-right: -15px;
    }
}

/**
 * Desktops only
 */
@media (min-width: 1025px) {
    .tell .lg-hang-left {
        float: left;
    }

    .tell .lg-hang-right {
        float: right;
    }

    .tell .lg-pad,
    .tell .lg-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .lg-pad-h,
    .tell .lg-padding-h {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tell .lg-pad-v,
    .tell .lg-padding-v {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tell .lg-pad-all,
    .tell .lg-padding-all {
        padding: 15px;
    }

    .tell .lg-pad-left,
    .tell .lg-padding-left {
        padding-left: 15px;
    }

    .tell .lg-pad-right,
    .tell .lg-padding-right {
        padding-right: 15px;
    }

    .tell .lg-mar,
    .tell .lg-margin {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .lg-mar-h,
    .tell .lg-margin-h {
        margin-right: 15px;
        margin-left: 15px;
    }

    .tell .lg-mar-v,
    .tell .lg-margin-v {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tell .lg-pull-top,
    .tell .lg-suck-top {
        margin-top: -15px;
    }

    .tell .lg-pull-bottom,
    .tell .lg-suck-bottom {
        margin-bottom: -15px;
    }

    .tell .lg-mar-left,
    .tell .lg-margin-left {
        margin-left: 15px;
    }

    .tell .lg-mar-right,
    .tell .lg-margin-right {
        margin-right: 15px;
    }

    .tell .lg-pull-left,
    .tell .lg-suck-left {
        margin-left: -15px;
    }

    .tell .lg-pull-right,
    .tell .lg-suck-right {
        margin-right: -15px;
    }

    .tell .col-1,
    .tell .col-lg-1 {
        width: 8.33% !important;
    }

    .tell .col-2,
    .tell .col-lg-2 {
        width: 16.66% !important;
    }

    .tell .col-3,
    .tell .col-lg-3 {
        width: 25.00% !important;
    }

    .tell .col-4,
    .tell .col-lg-4 {
        width: 33.33% !important;
    }

    .tell .col-5,
    .tell .col-lg-5 {
        width: 41.66% !important;
    }

    .tell .col-6,
    .tell .col-lg-6 {
        width: 50.00% !important;
    }

    .tell .col-7,
    .tell .col-lg-7 {
        width: 58.33% !important;
    }

    .tell .col-8,
    .tell .col-lg-8 {
        width: 66.66% !important;
    }

    .tell .col-9,
    .tell .col-lg-9 {
        width: 75.00% !important;
    }

    .tell .col-10,
    .tell .col-lg-10 {
        width: 83.33% !important;
    }

    .tell .col-11,
    .tell .col-lg-11 {
        width: 91.66% !important;
    }

    .tell .col-12,
    .tell .col-lg-12 {
        width: 100.00% !important;
    }

    .tell .shift-1,
    .tell .shift-lg-1 {
        margin-left: 8.33% !important;
    }

    .tell .shift-2,
    .tell .shift-lg-2 {
        margin-left: 16.66% !important;
    }

    .tell .shift-3,
    .tell .shift-lg-3 {
        margin-left: 25.00% !important;
    }

    .tell .shift-4,
    .tell .shift-lg-4 {
        margin-left: 33.33% !important;
    }

    .tell .shift-5,
    .tell .shift-lg-5 {
        margin-left: 41.66% !important;
    }

    .tell .shift-6,
    .tell .shift-lg-6 {
        margin-left: 50.00% !important;
    }

    .tell .shift-7,
    .tell .shift-lg-7 {
        margin-left: 58.33% !important;
    }

    .tell .shift-8,
    .tell .shift-lg-8 {
        margin-left: 66.66% !important;
    }

    .tell .shift-9,
    .tell .shift-lg-9 {
        margin-left: 75.00% !important;
    }

    .tell .shift-10,
    .tell .shift-lg-10 {
        margin-left: 83.33% !important;
    }

    .tell .shift-11,
    .tell .shift-lg-11 {
        margin-left: 91.66% !important;
    }

    .tell .shift-12,
    .tell .shift-lg-12 {
        margin-left: 91.66% !important;
    }
}
 
/**
 * Universal styles
 */
@media (min-width: 1px) {
    .tell-table {
        overflow: hidden;
    }

    .tell-table-wrap {
        position: relative;
    }

    .tell-table .tell-mobile-wrap,
    .tell-table .tell-sort-wrap {
        display: none;
    }

    .tell-table tbody tr td.empty-text {
        font-style: normal;
        text-align: center;
    }

    .tell-table .stylize {
        zoom: 1;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #ccc;
        border-collapse: separate;
        border-spacing: 0;
    }

    .tell-table .stylize thead td,
    .tell-table .stylize thead th {
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-weight: bold;
        line-height: 1.5;
        text-align: left;
        white-space: nowrap;
    }

    .tell-table .stylize tbody a,
    .tell-table .stylize thead a {
        text-decoration: none;
    }

    .tell-table .stylize tbody tr td {
        border-top: 1px solid #ccc;
    }

    .tell-table .stylize tbody tr td.empty-text {
        border-top: 0 !important;
    }

    .tell-table .stylize tbody tr.first td {
        border-top: 0 !important;
    }

    .tell-table .stylize tbody td {
        padding: 10px 15px;
        line-height: 1.5;
    }

    .tell-table .sortable thead td,
    .tell-table .sortable thead th,
    .tell-table thead td.sortable,
    .tell-table thead th.sortable {
        cursor: pointer;
    }

    .tell-table .stylize .tell-name {
        position: relative;
        padding: 0 15px 0 0;
        line-height: 1.5;
    }

    .tell-table .stylize thead tr td.sortable:last-child,
    .tell-table .stylize thead tr th.sortable:last-child,
    .tell-table .stylize.sortable thead tr td:last-child,
    .tell-table .stylize.sortable thead tr th:last-child {
        padding-right: 30px;
    }

    .tell table .stylize .tell-arrows {
        position: absolute;
        top: 0;
        right: 0;
    }

    .tell-table .stylize .tell-arrow-up {
        position: absolute;
        top: 0;
        right: -15px;
        width: 0;
        height: 0;
        border-width: 0.5em;
        border-style: solid;
        border-color: transparent transparent #777 transparent;
    }

    .tell-table .stylize .tell-arrow-down {
        position: absolute;
        top: 0.5em;
        right: -15px;
        width: 0;
        height: 0;
        border-width: 0.5em;
        border-style: solid;
        border-color: #777 transparent transparent transparent;
    }

    .tell-table .stylize .tell-arrows .tell-arrow-up {
        position: absolute;
        top: -5px;
        border-color: transparent transparent #bbb transparent;
    }

    .tell-table .stylize .tell-arrows .tell-arrow-down {
        position: absolute;
        top: 14px;
        border-color: #bbb transparent transparent transparent;
    }

    .tell-table .tell-caption {
        margin: 0;
        padding: 10px;
        overflow: hidden;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        line-height: 2.25rem;
    }

    .tell-table .tell-caption .button {
        display: block;
        height: 2.25rem;
        margin: 0;
        padding: 0 10px !important;
        float: right;
        line-height: 2.25rem;
    }

    .tell-table.has-title .tell-caption .button {
        margin: 0;
        float: right;
    }

    .tell-table.has-search .tell-caption .button {
        margin: 0;
        float: right;
    }

    .tell-table.has-search.has-title .tell-caption .button {
        margin: 0 0 0 10px;
        float: left;
    }

    .tell-table .tell-search {
        position: relative;
        width: 33.33%;
        float: left;
        overflow: hidden;
    }

    .tell-table .tell-search-input {
        height: 2.25rem !important;
        overflow: hidden;
        line-height: 2.25rem;
    }

    .tell-table .tell-search-icon {
        position: absolute;
        top: 0;
        right: 10px;
        color: #aaa;
        line-height: 2.25rem;
        cursor: pointer;
    }

    .tell-table .tell-search-icon:hover {
        color: #555;
    }

    .tell-table .tell-title {
        position: relative;
        padding: 0 5px;
        float: left;
        overflow: hidden;
        color: #000;
        font-size: 1rem;
        font-weight: bold;
        text-align: right;
    }

    .tell-table.has-title.has-search .tell-title {
        width: auto;
        float: right;
    }

    .tell-table .tell-pages {
        position: relative;
        padding: 0 10px;
        overflow: hidden;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .tell-table .tell-page-options {
        position: relative;
        width: 33.33%;
        padding: 10px 0;
        float: left;
        overflow: hidden;
    }

    .tell-table .tell-page-list {
        margin: 0;
        padding: 10px 0 0 10px;
        float: right;
        overflow: hidden;
        list-style: none;
        white-space: nowrap;
    }

    .tell-table .tell-fill,
    .tell-table .tell-page {
        float: left;
    }

    .tell-table .tell-fill {
        margin-right: -10px;
        padding: 0 10px;
        line-height: 2em;
    }

    .tell-table .tell-page {
        height: 2.25rem;
        margin-left: 10px;
        line-height: 2.25rem;
        cursor: pointer;
    }

    .tell-table .tell-page i {
        box-sizing: border-box;
        display: block;
        height: 2.25rem;
        margin: 0;
        padding: 0 10px;
        border: 1px solid #ccc;
        font-style: normal;
    }

    .tell-table.tell-small.responsive table,
    .tell-table.tell-small.responsive tbody,
    .tell-table.tell-small.responsive td,
    .tell-table.tell-small.responsive th,
    .tell-table.tell-small.responsive tr {
        box-sizing: border-box;
        display: block;
        margin: 0;
        padding: 0;
        float: left;
        overflow: hidden;
    }

    .tell-table.tell-small.responsive thead {
        display: none;
    }

    .tell-table.tell-small.responsive tr {
        width: 100%;
        border-top: 1px solid #ccc;
    }

    .tell-table.tell-small.responsive tr:first-child {
        border: 0 !important;
    }

    .tell-table.tell-small.responsive td {
        width: 65%;
        padding: 7px 10px;
        border: 0;
        border-left: 1px solid #ccc;
        background-color: #fff;
    }

    .tell-table.tell-small.responsive td.column-name {
        width: 35%;
        padding: 7px 10px;
        overflow: hidden;
        border: 0;
        border-left: 0 !important;
        background-color: transparent;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tell-table.tell-small.responsive .tell-caption {
        display: none;
    }

    .tell-table.tell-small.responsive .tell-mobile-field,
    .tell-table.tell-small.responsive .tell-mobile-label,
    .tell-table.tell-small.responsive .tell-mobile-wrap {
        box-sizing: border-box;
    }

    .tell-table.tell-small.responsive .tell-mobile-wrap {
        display: block;
        position: relative;
        overflow: hidden;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .tell-table.tell-small.responsive .tell-mobile-label {
        width: 35%;
        margin: 0;
        padding: 10px;
        float: left;
        line-height: 2.25rem;
        text-align: right;
    }

    .tell-table.tell-small.responsive .tell-mobile-field {
        width: 65%;
        padding: 10px;
        float: right;
        border-left: 1px solid #ccc;
    }

    .tell-table.tell-small.responsive .tell-search-icon {
        top: 10px;
        right: 22px;
    }
}
