@import url(https://fonts.googleapis.com/css?family=Karla:300,400,600,700,300italic,400italic,600italic);

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Karla', sans-serif;
    color: #414141;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Karla', sans-serif;
}

.box {
    /*-webkit-box-shadow: inset hoff voff blur color;*/
    /*-moz-box-shadow: inset hoff voff blur color;*/
    /*box-shadow: inset hoff voff blur color;*/
    box-shadow: 0 2px 4px rgba(0,0,0,.15), 0 0 1px rgba(0,0,0,.08);
    /*-webkit-box-shadow: inset 0 1px 55px rgba(0,0,0,.15);*/
    /*-moz-box-shadow: inset 0 1px 55px rgba(0,0,0,.15);*/
    /*box-shadow: inset 0 1px 55px rgba(0,0,0,.15);*/
}

.clickable {
    cursor: pointer;
}

/* Twitter Typeahead */

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead {
    width: 100%;
    position: relative;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
    width: 100%;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
}

.skin-blue-light .content-header {
    padding: 15px 15px 10px 20px;
    background: #fbfbfb;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

btn-margin-left {
    margin-left: 20px;
}

.small-box h3 {
    font-size: 24px;
}

.datepicker {z-index: 1151 !important ;}

.pdf-embed {
    width: 100%;
    height: 650px;
}

.label-draft {
    background-color: #999999;
}
.label-sent {
    background-color: #3A87AD;
}
.label-mailed {
    background-color: #d1761c;
}
.label-unpaid {
    background-color: #6c347a;
}
.label-paid {
    background-color: #468847;
}
.label-approved {
    background-color: #468847;
}
.label-rejected, .label-overdue {
    background-color: #B94A48;
}
.label-canceled {
    background-color: #333333;
}

.skin-blue-light .content-wrapper-public {
    border-left: none;
}

.content-wrapper-public {
    margin-left: 0;
}

.public-wrapper {
    width: 96%;
    margin: auto;
}

.public-doc-wrapper {
    background-color: white;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.direct-chat-scope {
    margin-left: 5px;
}

.todo-list>li .tools {
    display: block;
}

td .tools {
    display: block;
}
.vertical-header-20 {
    width: 20%;
}

.resp-iframe {
    position: absolute;
    width: 96%;
    height: 100%;
    padding-right: 20px;
    border: 0;
}

.custom-fields tr > td {
    cursor: move;
}

.display_order {
    width: 5%;
}

.sortable-item tr > td {
    cursor: move;
}

.error-page > .error-content {
    padding: 20px;
}

/* MRU Menu Start */
.mru-menu {
    background: #c4c4c4;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    min-height: 32px;
    text-align: left;
    margin-bottom: 0px;
}

/* MRU Items */
.mru-items {
    /* background-color:#f0f0f0; */
    font-size: smaller;
    line-height: 0.8px;
}

.skin-black .mru-menu, .skin-blue .mru-menu, .skin-green .mru-menu, .skin-purple .mru-menu, .skin-red .mru-menu, .skin-yellow .mru-menu {
    color: #000;
}

.sidebar-collapse .mru-menu span{
    display: none;
}
/* MRU Menu End */

[class^='select2'] {
  border-radius: 0px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: solid #17abe6 1px !important;
}

#fi-notepad .timeline:before {
    left: 36px;
}

#fi-notepad .timeline > li {
    margin-bottom: 32px;
}

#fi-notepad .timeline > li > .initials {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'Karla', sans-serif;
}

#fi-notepad .timeline > li > .initials > .fit-image {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#fi-notepad .timeline > li > .timeline-item {
    margin-left: 76px;
}

#fi-notepad .timeline > li > .timeline-item > .timeline-head {
    border-bottom: 1px solid #f4f4f4;
    padding: 0 0 3px 0;
}
#fi-notepad .timeline > li > .timeline-item > .timeline-head .timeline-heading {
    margin: 0;
    color: #a1b5d2;
    padding: 0;
    font-size: 13px;
}

#fi-notepad .timeline > li > .timeline-item > .timeline-head .time-item{
    font-size: 13px;
    margin-left: 30px;
    padding: 0;
    color: #a1b5d2;
}

#fi-notepad .timeline > li > .timeline-item > .timeline-head .note-tags {
    font-size: 14px;
    margin-left: 30px;
    padding: 0;
}

#fi-notepad .timeline > li > .timeline-item > .timeline-body {
    background: #f5f5f5;
}

#fi-notepad .timeline > li > .timeline-item > .timeline-footer {
    background: #f5f5f5;
}

#fi-notepad .timeline > li > .timeline-item > .timeline-footer {
    min-height: 40px;
}

#note-tags-container .select2-container {
    max-height: 100px !important;
    overflow-y: auto !important;
}

.ajax-loader{
    position: absolute;
    top: 50%;
    left: 45%;
    width: 18em;
    height: 10em;
    margin-top: -9em;
    margin-left: -5em;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    padding: 10px;
}

.note-action-menu{
    cursor: pointer;
}

.note-tags{
    margin: 0px 2px;
}

.pagination{
    margin: 0px !important;
}

.select2-form-control .select2-container {
    width: 100% !important;
}

.btn-box-tool-background:hover {
    background-color:#eeeeee!important
}

.task-edit-btn:hover {
    background-color:#5a8ac5!important;
    color:#ffffff!important;
}

.task-delete-btn:hover {
    background-color:#e25353!important;
    color:#ffffff!important;
}

#tasks-pagination{
    padding-right: 15px;
}

#tasks-filter{
    padding-left: 15px;
}

.task-list-filter{
    padding-bottom: 15px;
}

#reload-task{
    cursor: pointer;
}

.task-table-header{
    background-color: #ECF0F5;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #4e5052;
    stroke-width: 2.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #3c763d;
}

input[id^="task_status_"]:checked + .check svg {
    stroke: #3c763d;
}

input[id^="task_status_"]:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

input[id^="task_status_"]:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.strikethrough {
    text-decoration: line-through;
}

.pd-none{
    padding: 0px;
}

.border-top-none {
    border-top: none !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

#task-list-container {
    max-height: 567px;
    overflow-y: auto;
    display: block;
    width: 100%;
    overflow-x: hidden;
}

.task-section-header {
    font-size: 1.5em;
    padding-right: 6px;
    color: black;
}

.task-list-smaller-font {
    font-size: .90em;
    vertical-align: bottom!important;
}

.client-table-type-indicator-column { 
    width: 2px; 
    padding-left: 2px!important; 
    padding-right: 1px!important;
}

.word-wrap-all {
    word-break: break-all;
}

.cursor-move {
    cursor: move;
}

.ui-sortable-helper{
    background-color: #979696 !important;
}

.ui-sortable{
    min-height: 10px;
}
