* {
    font-size: 16px;
}

h1 {
    margin: 10px 0 20px 0;
}

h2 {
    margin: 8px 0;
}

li {
    list-style-type: none;
}

a, .transition {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* SCROLLBAR FOR WEBKIT (Chrome, Opera) */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, .1);
}

::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 1);
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: black !important;
}

/* SCROLLBAR FOR IE */
html {
    scrollbar-base-color: #888;
    scrollbar-track-color: #181818;
    scrollbar-shadow-color: #888;
}

/* DASHBOARD */

.dashboard-default .month-wrapper {
    background-color: transparent;
    display: block !important;
    margin: 0 0 20px 0;
    float: left;
}

.dashboard-default .paper-box datetime + .popover {
    top: 0 !important;
    bottom: 0 !important;
    height: 34px;
    right: 200px !important;
    left: auto !important;
    margin: auto;
}

.label {
    margin-right: 5px;
    cursor: pointer;
}

/* !DASHBOARD */

form table td, form table th {
    padding: 5px;
}

.navbar {
    margin: 0 0 20px 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.table a {
    color: #333;
}

.paper-box {
    padding: 0;
}

.paper-box li {
    background-color: #FFF;
    padding: 15px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    position: relative;
    margin-bottom: 10px;
}

.paper-box li datetime {
    color: #009587;
    font-weight: 500;
}

.paper-box li h3 {
    margin-top: 10px;
}

.paper-box li:last-child, .paper-box li:last-child:hover {
    border: none;
}

.paper-box p {
    margin: 0;
}

.check-out {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: #DBDBDB;
}

.category-icon, .check-out a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 17px;
    width: 17px;
    display: block;
    margin: auto;
    color: #009587;
}

.category-icon {
    right: 70px;
    left: auto;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(0, 149, 135);
    color: #FFF;
}

.check-out a:hover {
    text-decoration: none;
}

.check-out i, .category-icon i {
    font-size: 20px;
}

/* HOSTING */
.hosting .panel p {
    margin-bottom: 2px;
}

.hosting h3 {
    font-weight: 700;
    margin-top: 5px;
}

.hosting .panel-heading img {
    float: right;
    height: 30px;
    width: auto;
}

.hosting .panel-content {
    min-height: 70px;
}

.hosting hr {
    margin: 10px 0;
}

/* !HOSTING */

/* TIMER */
.start-box, .stop-box {
    position: absolute;
    background-color: #FA6D41;
    padding: 20px 20px 10px 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 0;
    color: #FFF;
    min-width: 440px;
    display: none;
    z-index: 2;
}

nav .selectize-control.single .selectize-input, nav .stop-box textarea {
    background-color: #E64A19 !important;
    color: #FFF !important;
}

.btn-timer {
    float: right;
    background-color: #FFF !important;
    color: #E64A19 !important;
    margin-top: 17.5px;
}

.selectize-control.single .selectize-input, .stop-box textarea, .stop-box textarea:focus {
    padding: 5px 10px;
    line-height: 24px;
}

.start-box .checkbox {
    margin-top: 5px;
}

.selectize-control.single .selectize-input input::-webkit-input-placeholder,
.start-box textarea.form-control::-webkit-input-placeholder,
.stop-box textarea.form-control::-webkit-input-placeholder {
    color: #FFF;
}

.selectize-control.single .selectize-input input:-moz-placeholder,
.start-box textarea.form-control::-webkit-input-placeholder,
.stop-box textarea.form-control::-webkit-input-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

.selectize-control.single .selectize-input input::-moz-placeholder,
.start-box textarea.form-control::-webkit-input-placeholder,
.stop-box textarea.form-control::-webkit-input-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

.selectize-control.single .selectize-input input:-ms-input-placeholder,
.start-box textarea.form-control::-webkit-input-placeholder,
.stop-box textarea.form-control::-webkit-input-placeholder {
    color: #FFF;
}

.stop-box textarea {
    resize: vertical;
    min-height: 85px;
}

.start-box textarea.form-control,
.stop-box textarea.form-control,
.start-box input[type="time"],
#frm-stopWatch-stopWatchForm .selectize-control.multi .selectize-input,
#frm-stopWatch-stopWatchForm .selectize-control.multi .selectize-input.input-active {
    color: #FFF;
    background-color: #E64A19;
    padding: 5px 7.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: none;
}

.selectize-control.multi .selectize-input,
.selectize-control.multi .selectize-input.input-active {
    margin-top: 10px;
}

.start-box .checkbox input[type=checkbox]:checked + .checkbox-material .check,
.start-box .checkbox-default input[type=checkbox]:checked + .checkbox-material .check,
.start-box .checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
.start-box .checkbox-default input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #FFF;
}

#frm-stopWatch-stopWatchForm .label {
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 80%;
}

/* !TIMER */

/* MONTH DEALS */

.scroll-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
}

/*.months-deals-list {*/
/*width: 3600px;*/
/*}*/

.month-wrapper {
    border-left: 1px solid #C9C9C9;
    background-color: #FCFCFC;
    vertical-align: top;
}

.month {
    margin: 0;
    width: 350px;
    padding: 0 15px;
    white-space: normal;
}

/* Month head */
.month-head {
    padding: 10px 0;
    background-color: #455A64;
    color: #FFF;
}

.bilance {
    text-align: right;
}

.bilance small {
    display: block;
    font-size: 70%;
    font-weight: 500;
}

.certainty {
    color: #00B31C;
}

.totaly {
    border-top: 1px solid #B2B2B2;
    margin-top: 2px;
    display: block;
}

/* !Month head */

/* Month body */

.deal {
    background-color: #FFF;
    border-bottom: 1px solid #C9C9C9;
    position: relative;
    padding-right: 50px;
    height: 90px;
    font-weight: 700;
}

.deal.well_done {
    color: #0074A2;
    font-weight: bold;
}

.deal.cancel {
    color: #C71A09;
}

.deal.closed {
    color: #00B31C;
}

.deal.potential,
.deal.meeting,
.deal.prepare_offer,
.deal.offer_is_made,
.deal.invoiced {
    color: #ED9000;
}

.deal h4 {
    height: 40px;
}

.status-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    color: #FFF;
    background-color: rgba(201, 201, 201, 1);
}

.well_done .status-bar {
    background-color: #0074A2;
}

.potential .status-bar,
.meeting .status-bar,
.prepare_offer .status-bar,
.offer_is_made .status-bar,
.invoiced .status-bar {
    background-color: #ED9000;
}

.cancel .status-bar {
    background-color: #C71A09;
}

.closed .status-bar {
    background-color: #00B31C;
}

.status-bar i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 17px;
    margin: auto 0 auto 3px;
}

/* !Month body */

/* Month filtration */

#deal-monthview .form-control {
    display: inline-block;
}

#frm-DealsFilterForm .form-control {
    width: 150px;
}

#frm-DealsFilterForm {
    background-color: #E4E4E4;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: right;
}

/* !Month filtration */

/* !MONTH DEALS */

/* DETAIL */
.deal-detail .label {
    vertical-align: super;
    margin-left: 15px;
}

/* !DETAIL */

td .btn.btn-sm {
    padding: 5px;
}

.checkbox .checkbox-material {
    margin-right: 15px;
}

.selectize-dropdown-content {
    max-height: 400px;
}

[class*=" mdi-"] {
    top: 0;
}

.btn-no-margin {
    margin: 0 2px;
}

.edit-time {
    display: block;
    border-bottom: 1px solid #E0E0E0;
}

.time-wrap {
    position: relative;
}
.timer-list{
    height: 77vh;
    overflow-y: scroll;
}
.timer-list .popover {
    top: 10px !important;
}

/********************  WOOD  *******************/
nav li.dropdown [class^=mdi-], nav li.dropdown [class*=mdi-], nav li.dropdown .fa {
    font-size: medium;
    margin-right: 5px;
}

.js-timer-button [class^=mdi-], .js-timer-button [class*=mdi-] {
    font-size: medium;
}

.dropdown-menu .divider {
    background-color: #E5E5E5;
}

.status-bar i.fa {
    font-size: 18px;
    margin-left: 7px;
}

.selectize-control.single .selectize-input > div, .selectize-control.multi .selectize-input > div, .selectize-control.single .selectize-input.input-active > div, .selectize-control.multi .selectize-input.input-active > div, .selectize-control.single .selectize-input > .item, .selectize-control.multi .selectize-input > .item, .selectize-control.single .selectize-input.input-active > .item, .selectize-control.multi .selectize-input.input-active > .item, .selectize-control.multi .selectize-input > .item, .selectize-control.multi .selectize-input > .item.active {
    background-color: #455A64;
    padding: 0 5px;
    color: #FFF;
}

.selectize-control.multi .selectize-input > .item.active {
    background-color: #455A64;
}

.ui-pnotify-container {
    height: auto;
}

.none {
    display: none
}

#frm-stopWatch-stopWatchForm-start_time {
    color: #FFF;
}

#frm-stopWatch-stopWatchForm-note {
    min-height: 30px;
}

#snippet--flashmessages {
    display: none;
}

.deal-listdealstime .progress {
    height: 24px;
    margin: 0;
}

.deal-listdealstime .progress .progress-bar {
    font-size: 20px;
    line-height: 22px;
}

.js-detail tr td {
    cursor: pointer;
}

/** Tabs left right **/
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #DDD;
}

.tabs-right {
    border-left: 1px solid #DDD;
}

.tabs-left > li, .tabs-right > li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #DDD;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #DDD;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

/** Tabs left right END **/

#site-detail .label {
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
}

#site-detail hr {
    margin-top: 0;
}

#site-detail .list-group {
    margin-bottom: 0;
}

#site-detail .nav-tabs {
    margin-bottom: 20px;
}

.tabs-left > li.active {
    background-color: rgba(245, 245, 245, 0.15);
}

a[target="_blank"] i.fa-external-link {
    font-size: small;
}

#modal .btn {
    margin: 0 1px;
}

/* SEARCH IN NAV */
.search-ajax-form {
    position: relative;
}

.search-ajax-container {
    position: absolute;
    right: 0;
    background: #455A64;
    color: #FFF;
    z-index: 2;
    top: 45px;
    width: 400px;
    padding: 0 15px;
}

.search-ajax-container > div {
    border-top: 1px solid rgba(255, 255, 255, .4);
    padding-top: 10px;
}

.search-ajax-container > div:hover {
    background-color: rgba(255, 255, 255, .1);
}

.search-ajax-container > div:first-child {
    border: none;
}

.search-ajax-container ul {
    padding-left: 0;
}

.search-ajax-container a {
    color: #FFF;
}

fieldset[disabled] .form-control:not(textarea),
.form-control-wrapper .form-control:not(textarea),
.form-control:not(textarea),
fieldset[disabled] .form-control:focus:not(textarea),
.form-control-wrapper .form-control:focus:not(textarea),
.form-control:focus:not(textarea),
fieldset[disabled] .form-control.focus:not(textarea),
.form-control-wrapper .form-control.focus:not(textarea),
.form-control.focus:not(textarea) {
    height: 35px;
}

/* !SEARCH IN NAV */

/* QUICK SEARCH */
.quick-search {
    float: right;
    margin: 10px 30px 0 0;
}

.quick-search input[name="search"] {
    width: 200px;
}

.quick-search .control-label {
    display: none;
}

/* !QUICK SEARCH */

/* WORKER & DEAL LIST */
.worker-deal-list h3 {
    margin: 0;
    color: #FFF;
}

.worker-deal-list .badge {
    font-size: 16px;
    margin-top: 2px;
}

.worker-deal-list h4 {
    font-weight: 700;
}

.worker-deal-list ul {
    padding-left: 0;
}

.worker-deal-list ul a {
    border-top: 1px solid #D9D9D9;
    padding: 3px 0;
    display: block;
}

.worker-deal-list .panel + .panel {
    margin-top: 10px;
}

.worker-deal-list .panel-primary > .panel-heading .badge {
    color: #009688;
}

/* !WORKER & DEAL LIST */

@media (max-width: 767px) {
    .start-box, .stop-box {
        min-width: 100%;
    }
}

.hover-unvisible-element * {
    display: none;
}

.hover-visible:hover .hover-unvisible-element * {
    display: block;
}

.row-height {
    min-height: 66px;
}

/** TODOLIST **/
#snippet--list-todo-folders .btn {
    width: 90%;
    margin: 0;
}
#snippet--list-todo-folders .empty-folder {
    display: none;
}

#todo-default .btn {
    border-radius: 0;
    text-align: left;
}

#todo-default .btn:hover {
    box-shadow: none;
}

#todo-default .bg-primary .btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#todo-default .bg-info .btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#frm-TodoBasicForm-name {
    width: 100%;
}

#frm-TodoBasicForm {
    margin-bottom: 10px;
}

.is-change-role {
    color: #6AC72B;
}

#snippet--list-todo {
    margin-bottom: 20px;
}

.completed-todos {
    margin-top: 20px;
}

.completed-todos {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.ui-state-highlight {
    height: 36px;
}

.ui-sortable .placeholder {
    border: 1px solid black;
}

ol {
    padding-left: 0;
}

.todo-folders-list {
    height: 100vh;
    overflow-y: scroll;
}

.todo-folders-list ol li ol li {
    margin-left: 15px;
}

.modal {
    z-index: 8040;
}

.edit-folder {
    margin: 7px 5px 0 0;
}

#todo-default .todo-container {
    cursor: pointer;
    background-color: #f3f3f3;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}

#todo-default .todo-container, #todo-default .todo-list p {
    height: auto;
}

#todo-default .todo-container .checkbox {
    text-align: center;
    display: inline-block;
    width: 5%;
}

#todo-default .todo-container .checkbox.unseen::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #69c72b transparent transparent transparent;
    display: grid;
    margin: -10px 0 -6px 0;
}

#todo-default .todo-container .todo {
    display: inline-block;
    width: 94.5%;
    line-height: 45px;
    padding-right: 10px;
}

#todo-default .todo-container ol li {
    margin-left: 5%;
}

#todo-default .todo span {
    margin-left: 10px;
}

#todo-default .todo-container.active {
    background: #d2d2d2;
}

#todo-default #frm-TodoEditForm-description {
    height: 180px;
}

.todo-due i {
    margin-right: 5px;
}

.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before,
.checkbox input[type=checkbox]:checked + .checkbox-material:before,
.checkbox .checkbox-material .check:before,
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    -webkit-animation: none;
    animation: none;
}

#dashboard-todo .todo-container {
    background: white;
    padding: 10px;
    border-bottom: 1px solid #C9C9C9;
}

#dashboard-todo .todo-container span {
    margin-left: 15px;
    margin-top: 5px;
}

/****  MATERIAL DATE PICKER ***/
.dtp > .dtp-content {
    max-width: 335px;
    max-height: 535px;
}

.big-text {
    font-size: 30px;
}

.panel-primary > .panel-heading.holiday {
    background-color: #964335;
}

.copy.btn {
    margin: 0;
    color: #333 !important;
}