/*Write your custom css in this file.*/

.text-white {
    color: white !important;
}

#sidebar-menu li a {
    padding: 17px 20px 17px;
}

td.option {
    white-space: nowrap;
}

.dropdown-menu.right {
    left: auto;
    right: 0;
}
.general-form .select2.red {
    border: 1px solid red;
}

.progressbar {
    counter-reset: step;
    /*display: inline-block;*/
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.progressbar li .progress-li-content {}

.progressbar li {
    list-style-type: none;
    /* width: 25%; */
    box-shadow: 2px 2px 10px -1px;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    /* text-transform: uppercase; */
    color: #7d7d7d;
    padding: 9px;
    margin: 9px;
    z-index: 0;
    border: 1px solid #edeff0;
    min-height: 298px;
    max-width: 167px;
}

.progressbar .progress-group-number {
    position: absolute;
    padding-top: 5px;
    font-size: 14px;
    background: #ffffff;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 19%;
    left: -5px;
    top: -5px;
    color: #2a2a2a;
    border: 3px solid #edeff0;
}

.progressbar li .progress-bar-action-button {
    margin-top: 40px;
}

.progressbar li .progress-circle {
    display: inline-block;
    /*border: 4px solid gray;*/
    /*height: 50px;*/
    width: auto;
    /*padding: 2px 5px;*/
    font-size: 11px;
    font-weight: bold;
    color: #2a2a2a;
    /*line-height: 42px;*/
    top: 0;
    margin: auto;
    padding: .9em 1.7em;
    border-radius: .25em;
    background-color: #edeff0;
    position: relative;
}

.progressbar li.active .progress-circle {
    border-color: #55b776;
    background-color: #55b776;
    color: white;
}

.progressbar li:before {
    width: 50%;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #edeff0;
    top: 25px;
    left: -11px;
    z-index: -1;
}

.progressbar li:after {
    width: 50%;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #edeff0;
    top: 25px;
    right: -11px;
    z-index: -1;
}

.progressbar li:first-child:before {
    display: none;
}

.progressbar li:last-child:after {
    display: none;
}

.progressbar li.active {
    /*color: #55b776;*/
}

.progressbar li.active:after {
    border-color: #55b776;
    background-color: #55b776;
    color: white;
    content: '\2714';
}

.progressbar li.active+li:before {
    background-color: #55b776;
}

.progressbar li.inactive-task {
    box-shadow: none;
    opacity: 0.8;
}

.progressbar li a {
    cursor: pointer;
    text-decoration: none;
    /*color: #7d7d7d;*/
    display: inline-block;
}

.progressbar li span {
    /*display: block;*/
}

.progressbar li .progress-icon {
    display: block;
    position: absolute;
    font-size: 17px;
    top: 20%;
    left: 15px;
}

.progressbar li .progress-title {
    display: inline-block;
    margin-left: 19px;
}

.progress-bar-action-button {
    display: inline-block;
    font-size: 18px;
}

.progress-update-link {
    display: inline-block;
}

.red-color {
    color: #c0392b
}

.orange-color {
    color: #ff9234
}

.smaller-span {
    font-size: 10px;
    display: block;
}


.inline-loader {
    background-image: url(../images/loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    color: transparent !important;
    transition: none;
}

.daytasks_datepicker {
    font-size: 23px;
    text-align: center;
}

.daytasks_datepicker .date_container {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.daytasks_datepicker .small_button {
    float: right;
}

.daytasks_datepicker input {
    border: none;
    background: none;
    text-align: center;
    width: 220px;
}

.modal-footer .modal-footer-buttons .btn {
    margin-bottom: 0;
    margin-left: 10px;
    padding: 12px;
}

input.hidden-datepicker-input {
    width: 0;
    line-height: 0;
    padding: 0;
}

.inline-block {
    display: inline-block
}

.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 10px;
}

.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}

.design-process-content h3 {
    margin-bottom: 16px;
}

.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    /*max-width: 600px;*/
    margin: 5px auto 10px;
    border: none;
    z-index: 0;
    background: none;
    display: inline-block;
}

.process-model li::after {
    /*background: #e5e5e5 none repeat scroll 0 0;*/
    /*bottom: 0;*/
    /*content: "";*/
    /*display: block;*/
    /*height: 4px;*/
    /*margin: 0 auto;*/
    /*position: absolute;*/
    /*right: -30px;*/
    /*top: 33px;*/
    /*width: 85%;*/
    /*z-index: -1;*/
}

.process-model li.visited::after {
    background: #57b87b;
}

.process-model li:last-child::after {
    width: 0;
}

.process-model li {
    display: inline-block;
    /*width: 18%;*/
    text-align: center;
    float: none;
    margin: 0 12px;
}

.nav-tabs.process-model>li.active>a,
.nav-tabs.process-model>li.active>a:hover,
.nav-tabs.process-model>li.active>a:focus,
.process-model li a:hover,
.process-model li a:focus {
    border: none;
    background: transparent;

}

.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}

.process-model li.active,
.process-model li.visited {
    color: #57b87b;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #57b87b;
}

.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}

.process-model li i {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    font-size: 15px;
    line-height: 36px;
    border-radius: 50%;
}

.process-model li.active i,
.process-model li.visited i {
    background: #fff;
    border-color: #57b87b;
}

.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
    color: #606060 !important;
    font-weight: normal
}

.process-model.contact-us-tab li::after {
    display: none;
}

.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}



@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}

@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        width: 16%;
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
}

.general-form textarea.textarea2 {
    height: 50px;
}

.selection-block {
    padding: 8px;
    font-size: 12px;
    border: 1px solid rgba(8, 128, 144, 0.58);
    border-radius: 3px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 16px;
    margin: 10px 0;
    cursor: pointer;
    min-height: 80px;
    overflow: hidden;
}

.selection-block.active {
    border: 2px solid #088090;
    box-shadow: 3px 3px 10px #e8e8e8;
    font-weight: 700;
    padding: 5px;
    padding-bottom: 15px;
    cursor: pointer;
}

.disable-links {
    pointer-events: none;
    text-decoration: line-through;
}

.line-text {
    text-decoration: line-through;
}

.hover-text {
    position: relative;
}

.hover-text-content {
    display: none;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.hover-text:hover .hover-text-content {
    display: block;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #cccccc;
}


.alert {
    padding: 20px;
    background-color: #f44336;
    /* Red */
    color: white;
    margin-bottom: 15px;
}

.alert.warning {
    background-color: #ffac22;
    /* Red */
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.display-inline {
    display: inline-block;
}

.events-search-page #events-table a {
    color: black;
}

.events-search-page #events-table .lighten-span,
.events-search-page #events-table .lighten-span a {
    opacity: 0.6;
}

.events-view-body blockquote i {
    margin-right: 9px;
}

.pac-container {
    z-index: 2500;
}

#calendar-page-container .fc-scroller {
    min-height: 60vh;
}

.fc-time-grid .fc-slats td {
    height: 2.8em !important;
}

.events-search-page #events-table_filter {
    display: none;
}

@media(max-width: 991px) {
    #calendar-page-container.mobile .fc-toolbar .fc-left {
        display: none;
    }

    #calendar-page-container.mobile .fc-toolbar .fc-right {
        display: none;
    }

    #calendar-page-container.mobile .fc-toolbar .fc-center {
        position: absolute;
        top: 13px;
        right: 17px;
        text-align: center;
        display: block;
    }

    #calendar-page-container.mobile .fc-toolbar .fc-center h2 {
        font-size: 19px;
    }

    #calendar-page-container.mobile .fc-toolbar {
        display: inline-block;
    }

    #calendar-page-container.mobile .calendar-toggle-container {
        display: inline-block;
    }

    #calendar-page-container.mobile .fc-view-container {
        margin-top: -20px;
    }

    #calendar-page-container .fc-axis {
        width: 17px !important;
    }

    /*#event-calendar {*/
    /*min-width: 700px;*/
    /*overflow: scroll;*/
    /*}*/
}

.relative {
    position: relative;
}

.dataTables_wrapper {
    /*overflow: scroll;*/
}

.overflow-x-scroll {
    overflow-x: scroll;
}


.text-special {
    color: #e43cc6;
}

.text-green {
    color: #55b776;
}

@media (min-width: 1200px) {
    .modal-dialog {
        width: 900px;
    }
}

.task-form1 label {
    font-weight: 700;
}

.task-form1 .new-container-block {
    padding: 30px;
    border: 1px solid black;
    border-radius: 11px;
    margin: 20px;
    position: relative;
}

.task-form1 .new-container-block .delete-block {
    background: #da6d6d;
    border: 1px solid black;
    padding: 7px 12px;
    border-radius: 7px;
    position: absolute;
    top: -10px;
    right: 15px;
    color: white;
    cursor: pointer;
}

.task-form1 .new-container-block .new-container-block-title {
    background: #e8e8e8;
    border: 1px solid black;
    padding: 7px 12px;
    border-radius: 7px;
    position: absolute;
    top: -10px;
    left: 15px;
}

.anchor {
    cursor: pointer;
}

.general-form.white .form-control {
    background-color: #f5f5f5;
}

/* flex */
.left {
    flex-grow: 1;
    margin-right: 0.5em;
}

.flex {
    display: flex;
}

.flex.between {
    justify-content: space-between;
}

.flex .grow {
    flex-grow: 1;
}

/** input with icon */
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style glyph */
.inner-addon .glyphicon,
.inner-addon .fa {
    position: absolute;
    pointer-events: none;
}

.inner-addon .glyphicon {
    padding: 10px;
}

.inner-addon .fa {
    padding: 12px;
}

/* align glyph */
.left-addon .glyphicon,
.left-addon .fa {
    left: 0px;
}

.right-addon .glyphicon,
.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/* Bootstrap styles */
.w-100 {
    width: 100%;
}

.tooltip-inner {
    width: 180px;
}

.mb-0 {
    margin-bottom: 0;
}

.z-1 {
    z-index: 1;
}

/* modal not in modal */
.tab-pane .modal-footer {
    border-top: none
}

.min-w100p {
    min-width: 100px;
}

.hide-tools .datatable-tools {
    display: none;
}

.hide-search .dataTables_filter {
    visibility: hidden;
    /* display: none; */
}

.input-field.red {
    border-color: red;
}

/* search */
.move-search {
    margin-top: 15px
}

.move-search>* {
    z-index: 1;
    right: 15px;
    position: absolute;
    margin-top: 17px;
}

/* div#search_container:not(.move-search) { */
div[id$="_container"]:not(.move-search) {
    margin-top: 32px;
}

div#search-client_search_container:not(.move-search) .dataTables_filter *,
div[id$="_container"]:not(.move-search) .dataTables_filter * {
    width: 100%;
}

div[id$="_container"] * {
    transition: all 0s;
}

/* end search */

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

div.app-alert.alert {
    z-index: 1060;
}

/* Bootstrap 4 helper classes */
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

/* end Bootstrap 4 helper classes */

a.disabled {
    pointer-events: none;
}

.cursor-default {
    cursor: default;
}

.cursor-default.btn-primary:hover,
.cursor-default.btn-primary:focus {
    background-color: #428bca
}

.pointer-none,
.pointer-disabled {
    pointer-events: none;
}

#weighting-table .bg-datatable {
    opacity: 0.9;
}

#weighting-table .bg-datatable:hover {
    opacity: 1;
}

#weighting-table td.bg-datatable {
    text-align: center;
    color: rgb(78, 94, 106);
    font-weight: 700;
}

#weighting-table .bg-datatable.bg-danger {
    background-color: #c0392b !important;
}

#weighting-table tr:hover .bg-datatable.bg-danger {
    background-color: #c0392b !important;
    opacity: 1;
}

#weighting-table .bg-datatable.bg-success {
    background-color: rgba(8, 128, 144, 0.58) !important;
}

#weighting-table tr:hover .bg-datatable.bg-success {
    background-color: rgba(8, 128, 144, 0.58) !important;
    opacity: 1;
}

.dt-print-view table thead {
    background: #EC3025 !important;
    color: white;
}

.pointer {
    cursor: pointer;
}

/* spinner loading 
* '<div class="lds-ring text-primary"><div></div><div></div><div></div><div></div></div>'
*/

.text-danger {
    color: #c0392b !important;
}

.text-warning {
    color: #ffac22 !important;
}

.text-success {
    color: #049515 !important;
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    /* border: 4px solid #fff; */
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
    border-width: 4px;
    border-style: solid;
}

/* when in row */
tr .lds-ring {
    width: 12px;
    height: 12px;
}

tr .lds-ring div {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

tr .lds-ring.text-primary div {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

.lds-ring.text-primary div {
    border-width: 4px;
    border-style: solid;
    /* border: 4px solid #337ab7; */
    border-color: #337ab7 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* end spinner */

.position-absolute {
    position: absolute;
}

.my-checkbox {
    position: relative;
    display: flex;
}

.my-checkbox input {
    height: 20px;
    width: 20px;
    margin: 0;
    margin-right: 6px;
}

.my-checkbox label {
    font-weight: normal;
    cursor: pointer;
}

.custom-toolbar input {
    border: 1px solid #e2e7f1;
}

.datatable-tools.clearfix {
    padding-bottom: 1.5em;
}

.dataTable th.text-right.sorting,
.dataTable th.text-right.sorting_asc,
.dataTable th.text-right.sorting_desc {
    padding-right: 1.5em;
}

.select2-search-choice div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

legend .help {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.h-auto {
    height: auto !important;
}