/*===== Vertical Timeline =====*/
/*@import url("https://fonts.googleapis.com/css?family=Oswald|Roboto:400,700");*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);



* {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}*/
.dropdown-item {
    padding: .25rem .5rem !important;
}
.dropdown-menu > li > a {
    padding: 5px 20px 5px 10px !important;
}

.note-toolbar .dropdown-style {
    line-height: 0.5 !important;
    padding-left: 10px !important;
}
.note-toolbar .dropdown-style > li {
    padding: 5px !important;
    min-width: 200px !important;
}
.note-toolbar .dropdown-style > li > a {
    padding: 5px !important;
}
.page-tree-view .fa-angle-right, .fa-angle-down {
    margin-right: 5px;
    cursor: pointer;
}
.has-feedback {
    position: relative;
}
.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;
}


.timeline-item {
    padding: 3em 2em 2em;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timeline-item p {
    font-size: 1em;
}

.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 10px;
    display: block;
}

.timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1em;
    position: absolute;
    left: -6px;
    border-radius: 10px;
    content: '';
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
}
.timeline-item:first-child {
    -o-border-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}
.timeline-item:last-child {
    -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}
/*===== // Resonsive Vertical Timeline =====*/

/*===== // SQL Condition Rules*/
.rule-container::after {
    content: 'AND';
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 10px;
    display: block;
}
.typeahead-w-100p .twitter-typeahead {
    width: 100% !important;
}
.twitter-typeahead .tt-menu {
    min-width: 200px;
    margin-top: 2px;
    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);
}

.twitter-typeahead .tt-suggestion {
    padding: 3px 10px;
}
/*typeahead markup*/
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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;
    cursor: pointer;
}
.tt-open {
    z-index: 10000;
}
.tt-suggestion {
    /*display: block;*/
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
/*End type ahead*/

/*table responsive*/
/*.table-responsive tr:nth-child(even) {
    background: #FFF
}

.table-responsive tr:nth-child(odd) {
    background: #F9F9F9;
}*/

.table-responsive {
    border: solid 0px #e5ecf9;
    border-collapse: collapse;
}

.table-responsive td {
    border: solid 1px #e5ecf9;
    color: #016783;
    padding: 7px;
}
@media(max-width:800px) {
    /* Force table to not be like tables anymore */
    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive tr.thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive tr {
        border-bottom: 1px solid #ccc;
        margin-top:10px;
    }

    .table-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-top:5px;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        vertical-align: middle;
        min-height: 35px;
        width:100%;
    }

    .table-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*Label the data*/
    .table-responsive td:before {
        content: attr(data-label);
    }
}
.page-tree-view > ul {
    padding-left: 0;
    padding-right: 10px;
    list-style: none;
    margin: 0;
}
.page-tree-view ul:not(:first-child) {
    padding-left: 15px;
}

.page-tree-view .glyphicon {
    position: relative;
    top: -1px;
    font-size: 10px;
    padding-right: 7px;
    color: #9f9a9a;
    cursor: pointer;
}
.page-tree-view .single {
    position: relative;
    top: -2px;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 10px;
    color: #9f9a9a;
}
.page-tree-view .single:before {
    content: 'o'
}
.page-tree-view li {
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-tree-view li.actived > a {
    font-weight: bold;
}
/*Assignee dropdown image*/
.img-30 {
    max-width: 30px !important;
}
.img-25 {
    max-width: 25px !important;
}
.hover-scroll {
    overflow:hidden;
}
.hover-scroll:hover {
    overflow: auto;
}
.hover-scroll-x {
    overflow: hidden;
}
.hover-scroll-x:hover {
    overflow-y: auto;
}
.hover-scroll-y {
    overflow:hidden;
}
.hover-scroll-y:hover {
    overflow-y: auto;
}
.alert {
    margin-top:10px;
}

/*hide select arrow*/
.select-hide-arrow {
    overflow: hidden;
}

.select-hide-arrow select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
}
/*Tabs*/
.screen-tabs a {
    padding: 5px !important;
    background-color: #5bc0de;
    color: #fff;
}
.screen-tabs li.active a {
    color: #fff;
    background-color: #428bca;
}
.issue-screen-tabs{
    border-bottom:none;
}
.screen-tabs li {
    margin-top: 5px;
    margin-right: 2px;
    /*border-bottom: solid 1px #d4d4d4;*/
}

/*Override bootstrap tooltip color*/
.tooltip .tooltip-inner {background-color: #34495E; color: white;} 
.tooltip.top .tooltip-arrow {border-top-color: #34495E;}

/*Page Content Layout*/
/*.page-content-path-container span:first-child{
    padding-left: 0px !important;
}*/
.page-content-left {
    overflow: hidden;
    position: relative;
    width: fit-content;
    block-size: fit-content;
}
.page-content-left-resizer {
    cursor: col-resize;
    height: 100%;
    right: 0;
    top: 0;
    width: 10px;
    position: absolute;
}
@media(max-width:700px) {
    .page-content-left {
        width: 100%;
        max-height: 500px;
        overflow-y: auto;
        margin-bottom: 30px;
    }
    .hideLeft{
        display:none;
    }
}
@media(min-width:701px) {
    .page-content-container {
        display:table;
        width:100%;
    }
    .page-content-left {
/*        min-width: 300px;
        max-width: 300px;*/
        width:300px;
        display: table-cell;
        vertical-align: top;
        min-height:100vh;
    }
    .page-content-right {
        display: table-cell;
        vertical-align: top;
    }
}

#highlight_menu {
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    /*background: rgba(0,0,0,.5);*/
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    z-index: 1;
}
#highlight_menu ul {
    list-style-type: none;
    padding: 0px;
}
#highlight_menu li {
    float: left;
    padding: 1px;
}
.highlight_menu_animate {
    transition: top 75ms ease-out,left 75ms ease-out;
}

#highlight_menu .caret {
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: rgba(0,0,0,.5);
    border-right-color: transparent;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 35px;
    left: 72px;
}
/*End Page Content Layout*/

/*large radio*/
.radio-middle {
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    background: #FFF;
    /*border: 1px solid #d2d2d2;*/
    border-radius: 100%;
}
.radio-large {
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    background: #FFF;
    /*border: 1px solid #d2d2d2;*/
    border-radius: 100%;
}
.checkbox-middle {
    height: 15px;
    width: 15px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    background: #FFF;
    /*border: 1px solid #d2d2d2;*/
    border-radius: 100%;
}
.checkbox-large {
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    background: #FFF;
    /*border: 1px solid #d2d2d2;*/
    border-radius: 100%;
}
/*custom autocomplete*/
.gt-autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-top: none;
    background-color: #fff;
    z-index: 10000;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.gt-autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

    /*when hovering an item:*/
    .autocomplete-items div:hover {
        background-color: #e9e9e9;
    }

/*when navigating through the items using the arrow keys:*/
.gt-autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*script edit - remove central line*/
.ace_print-margin {display: none;}

/*wizard steps*/
.wizard {
    display: flex;
    text-align: center;
}

.wizard__step {
    /* Make all steps have the same width */
    flex: 1;
}

.wizard__dot {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
}

.wizard__connector {
    flex: 1;
    height: 1px;
    background-color: rgba(0, 0, 0, .3);
}

.wizard__step:first-child .wizard__connector,
.wizard__step:last-child .wizard__connector {
    /*background-color: transparent;*/
}

.wizard__number {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
    /* Rounded border */
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background-color: #eee !important;
    border-radius: 9999px;
    height: 25px;
    width: 25px;
    /*    border: solid 1px #abc;*/
    /* OPTIONAL: Spacing between it and connectors */
    margin-left: 4px;
    margin-right: 4px;
    padding: 0 5px 0 5px;
    /*    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;*/
}
    .wizard__number.active {
        background-color: #5cb85c !important;
        color: #fff;
    }

/*dropboxsearch*/
/*:not(.input-group) > .dropboxsearch.form-control:not([class*=col-]) {
    width: 100%;
}
.dropboxsearch:not(.input-group-btn), .dropboxsearch[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}*/
/*.btn-default {
    background-color: #eee;
    border-color: #eee;
}

.btn-group > .btn.btn-default.radius-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.btn-group > .btn.btn-default.radius-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}*/
/*.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;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.dropboxsearch.form-control {
    margin-bottom: 0;
    padding: 0 0 0 2px;
    /*border: none;*/
}
.dropboxsearch > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
.dropboxsearch > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}
.dropboxsearch .dropboxsearch-option.validation-error {
    border: 2px solid red;
    border-radius: 4px;
    z-index: -1;
}
.dropboxsearch .dropdown-toggle .dropboxsearch-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}
.dropboxsearch .dropdown-toggle .dropboxsearch-option-inner {
    padding-right: inherit;
}
.dropboxsearch .dropdown-toggle .dropboxsearch-option-inner-inner {
    overflow: hidden;
}
.dropboxsearch .dropboxsearch-search {
    margin: 10px 10px 0px 10px;
}
.dropboxsearch .dropboxsearch-search a {
    padding: 0px 0px 5px 0px;
}
.dropboxsearch .dropboxsearch-result {
    margin: 0px 0px 5px 10px;
}
.dropboxsearch .dropboxsearch-selected {
    padding: 0px 22px 0px 0px;
}
.dropboxsearch .dropboxsearch-suggestion {
    overflow-y: auto;
    padding: 0px 5px 0px 0px;
}
.dropboxsearch > .dropdown-toggle.placeholder,
.dropboxsearch > .dropdown-toggle.placeholder:active,
.dropboxsearch > .dropdown-toggle.placeholder:focus,
.dropboxsearch > .dropdown-toggle.placeholder:hover {
    color: #999;
}
.dropboxsearch .item:hover {
    background-color: #fcf7ef;
    color: #42526e;
}
.dropboxsearch .item {
    margin-bottom: 0px;
    padding: 3px;
    cursor: pointer;
    border-bottom: solid 1px #eee;
    color: #25383C;
}
.dropboxsearch span {
    display: inline-block;
    vertical-align: middle;
}
.dropboxsearch .item.disabled {
    background-color: #e5e5e5;
    color: #777;
}
.dropboxsearch .item.disabled:hover{
    background-color: none;
    cursor: not-allowed;
}
.dropboxsearch .item.checked {
    background-color: #08c;
    color: #fff;
}

/*remove time input icon*/
input[type="time"]::-webkit-calendar-picker-indicator {
/*    background: none;
    display: none;*/
    right:10px;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*begin customize for tiny fa font and macro*/
.mce-ico.mce-i-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.panel-heading .accordion-toggle {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
}
.panel-heading .accordion-toggle:after {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.panel-heading .accordion-toggle.collapsed:after {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/
/*li > * {
    vertical-align: text-top;
}*/
li p {
    margin: 0px;
}
/*end customize for tiny fa font and macro*/

/*custom macro tab height*/
.tab-title a {
    padding: 5px 15px !important;
}
/*.tab-title.active{
    border-top: 1px solid black;
}*/
/*end custom macro tab height*/

/*User avatar*/
.user-avatar {
    background: #EBECF0;
    padding: 2px 5px;
    border: 1px solid #E5E4E2;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.user-avatar.me{
    background: #428bca;
    color: #fff;
}

.user-avatar > .mention-task{
    position: relative;
    top: 1px;
    font-size: 14pt;
    margin-right: 3px;
}
.user-avatar > .task-resolve-delete{
    position: relative;
    top: 5px;
    left:-100px;
}

.inline-comment-temp, .inline-comment {
    background-color: #f6c342;
    padding: 2px;
    cursor: pointer;
}
.inline-task-temp {
    background-color: #20c3f3;
    padding: 2px;
    cursor: pointer;
}
#page-comment {
    border-left: solid 3px #f6c342;
}
.site-footer .row {
    margin-right: auto;
    margin-left: auto;
}
.macro-title-hidden{
    display: none;
}

.fa-6x{font-size: 6em !important;}
.fa-7x{font-size: 7em !important;}
.fa-8x{font-size: 8em !important;}
.fa-9x{font-size: 9em !important;}
.fa-10x{font-size: 10em !important;}

.hideTextPart-100{overflow:hidden; max-height:100px;}
.hidden{ display:none !important;}
.hide{display:none !important;}
.hide-display {
    width: 0px !important;
    border: 0px !important;
    padding: 0px !important;
    bottom: 0px !important;
    position: absolute !important;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-info {
    background-color: #5bc0de;
}

/*bootstrap 3.4*/
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.collapse.in {
    display: block;
}
