.mb20 {
    margin-bottom: 20px;
}

.cp {
    cursor: pointer;
}

#infobox {
    border: 1px solid #fff;
    background: linear-gradient(to top, #6eb0ee, #1B6485);
    margin-top: 8px;
    color: #e2edff;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 12px;
    padding: .5em 1em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.report-legend .legend-scale ul {
    margin: 13px 5px 13px 0;
    padding: 0;
    float: left;
    list-style: none;
}

.report-legend .legend-scale ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
}

.report-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 19px;
    width: 33px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

.report-legend ul.legend-labels li {
    float: left;
    padding-right: 5px;
}

.date-picker,
.date-container {
    position: relative;
    display: inline-block;
    width: 100%;
    color: rgb(75, 77, 78);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.date-container {
    padding: 0px 40px;
}

.date-picker h2, .date-picker h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}

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

.date-picker span.fa {
    position: absolute;
    cursor: pointer;
}

.date-picker span.fa[data-method="subtract"] {
    left: 0px;
}

.date-picker span.fa[data-method="add"] {
    right: 0px;
}

@media (min-width: 768px) and (max-width: 1010px) {
    .date-picker h2 {
        font-size: 1.5em;
        font-weight: 400;
    }

    .date-picker h4 {
        font-size: 1.1em;
    }

    .date-picker span.fa {
        font-size: 3em;
    }
}

.g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
}

.or-span {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
    color: #8a8a8a;
    width: 307px;
    text-transform: uppercase;
    float: none !important;
    margin: 0 auto 13px !important;
    background: transparent url('../img/or-span-bg.png') 0 10px repeat-x;
}

.or-span span {
    position: relative;
    z-index: 2;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
}

.social .fa-facebook {
    color: #2e63e8;
}

.social .fa-google {
    color: #d24601;
}

.time_mark {
    color: red !important;
}

.log-time {

    color: gray !important;
}

.image-link {
    color: blue !important;
}

.url {
    color: blue !important;
}

.app {
    color: green !important;
}

.keystrokes {
    color: black !important;
    background: Bisque !important;
}

.in_sms,
.out_sms {
    color: black !important;
    background: #FFFF99 !important;
}

.in_call,
.out_call {
    color: red !important;
}

.idle {
    color: gray !important;
    font-weight: bold !important;
}

.system {
    color: chocolate !important;
    font-weight: bold !important;
}

.clipboard {
    color: gray !important;
    font-size: 90% !important;
}

.bg-uncategorized {
    background-color: #c4d6e9;
}

.ui-datepicker {
    width: 440px !important;
}

.from-control-2 {
    height: 30px !important;
    padding: 0 18px !important;
    float: left;
    margin-right: -4px !important;
}

.js-table {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}