/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 7, 2019, 11:02:25 AM
    Author     : gasper
*/

body {
    min-height: 100%;
    background-color: #f0f1f6;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #3d465a;
}

.landingPageLogo{
    margin-top: 30vh;
}

.landingPageLogo img{
    max-width: 200px;
}

.navigationIcon{
    font-size: 20px;
    margin-top: 9px;
    cursor: pointer;
}

.footerNavicationListMarker{
    position: absolute;
    bottom: -50px;
}

.select2{
    width: 100%;
}


.dropzone .dz-preview .dz-image img {
    display: block;
    height: 120px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}


a {
    transition: background 0.2s, color 0.2s;
}
a:hover,
a:focus {
    text-decoration: none;
}


button:focus {
    outline:0 !important;
}

label{
    font-size: 12px;
    font-weight: 400;
    color: #3d465a;
}

label span{
    color: #929eb8;
}

input{
    width: 100%;
    border-radius: 2px;
    border: solid 1px #e9eaf3;
    padding: 5px 10px;
    height: 38px;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #eeeeee73;
}


.nav-pills>li {
    float: left;
    height: 40px;
}

select{
    border-radius: 2px;
    border: solid 1px #e9eaf3;
    width: 100%;
    height: 38px;
    background: none;
}


textarea{
    resize: none;
    width: 100%;
    min-height: 125px;
    border-radius: 2px;
    border: solid 1px #e9eaf3;
    padding: 15px;
}




/* CUSTOM SELECT2 */

.select2-container{
    z-index: 10000;
}


.select2-container--default .select2-selection--single{
    border-radius: 2px !Important;
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !Important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px !important;
}


.missingData{
    background-color: #fbfbfd !Important;
    transition: .3s;
}


.tableID{
    width: 20px;
    text-align: center;
}

.tableAction{
    width: 30px;
}

.tableAction1{
    width: 100px;
}

.tableAction2{
    width: 150px;
}


/* BUTTONS */

.btn-primary{
    width: 192px;
    height: 42px;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5);
    background-image: linear-gradient(to bottom, #00448d, #00a2d7);
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.btn-primary:hover{
    opacity: 0.7;
}

.btn-outline-primary{
    width: 192px;
    height: 42px;
    border: none;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    color: #00448d;
}

.btn-outline-primary:hover{
    box-shadow: 0 2px 27px 1px rgba(0, 0, 0, 0.12);
}

.btn-new{
    width: 120px;
    height: 35px;
}

.btn-back{
    width: 120px;
    height: 35px;
}

.buttonBox{
    float: right;
}



/* ------- */


#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

/* NAVIGATION */


#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 230px;
    width: 0;
    height: 96%;
    margin-left: -210px;
    overflow-y: auto;
    overflow-x: hidden;
    background-image: linear-gradient(to bottom, #012953, #0086b2);
    transition: all 0.5s ease;
    border-radius: 12px;
    margin-top: 16px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 230px;
}

.sidebar-brand {
    position: absolute;
    top: 35px;
    width: 230px;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}
.sidebar-brand img{
    width: auto;
    max-width: 180px;
}

.sidebar-brand div{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 10px;
}

.sidebar-brand input{
    border: none;
    width: 202px;
    height: 28px;
    padding-left: 25px;
    border-radius: 14px;
    background-color: #ffffff30;
    margin-top: 30px;
    color: #ffffff;
    letter-spacing: 0.4px;
    font-size: 10px;
    font-weight: 600;
}

.sidebar-brand input::placeholder{
    color: #ffffff4a;
}

.sidebar-nav {
    position: absolute;
    top: 180px;
    width: 230px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav div{
    width: 230px;
    line-height: 40px;
    padding-left: 20px;
}

.sidebar-nav i{
    float: left;
    padding-right: 15px;
}

.sidebar-nav > li a {
    text-decoration: none;
    color: #f0f1f6;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.sidebar-nav > .active{
    text-decoration: none;
    color: #3d465a;
    background: #f0f1f6;
}

.sidebar-nav > .active a{
    color: #3d465a;
}

.sidebar-nav .listMarker:hover{
    text-decoration: none;
    background: #f0f1f6;
}

.sidebar-nav .listMarker:hover a{
    color: #3d465a;
}




/*.sidebar-nav > li:hover,

.sidebar-nav > .active{
    text-decoration: none;
    color: #3d465a;
    background: #f0f1f6;
}*/

/*.sidebar-nav > li:hover a,
.sidebar-nav > .active a{
    color: #3d465a;
}*/


/*.sidebar-nav > li.active::before{
    content: "";
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-image: radial-gradient(circle at 100% 0, transparent 0%, transparent 50px, #f0f1f5 52px);
}*/

.sidebar-nav img{
    width: 18px;
    margin-top: -5px;
    margin-right: 12px;
}



#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}
#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #f0f1f6;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}
#navbar-wrapper .navbar a {
    color: #757575;
}
#navbar-wrapper .navbar a:hover {
    color: #F8BE12;
}

.sidebar-bottom{
    padding: 0px 10px;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.sidebar-bottom img{
    width: 18px;
}

.sidebar-bottom a{
    color: #f0f1f6;
    font-weight: 600;
    font-size: 13px;
    padding: 0px 20px;
    letter-spacing: 0.5px;
}

/* END OF NAVIGATION */


#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    padding-right: 30px;
    top: 100px;
}
#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -230px;
}

#wrapper {
    padding-left: 275px;
}

#wrapper.toggled {
    padding-left: 60px;
}

#sidebar-wrapper {
    width: 230px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 60px;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
}

#navbar-wrapper {
    position: relative;
}

#wrapper.toggled {
    padding-left: 60px;
}

#content-wrapper {
    position: relative;
    top: 0;
}

#wrapper.toggled #navbar-wrapper,
#wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 60px;
}


/* END OF BASIC STRUCTURE */
.pageBackground{
    position: absolute;
    top: 0px;
    right: 0px;
}
.pageBreadCrumb{
    color: #929eb8;
    font-size: 10px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.pageBreadCrumb a{
    color: #929eb8;
}
.pageTitle{
    font-size: 24px;
    font-weight: 600;
    color: #3d465a;
    margin-bottom: 25px;
}


.nav.nav-pills{
    border-radius: 22px;
    background-color: #e9eaf3;
    width: fit-content;
}

.nav-pills>li>a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #929eb8;
    padding: 10px 20px;
    transition: .3s;
}

.nav-pills>li>a:hover{
    background: none;
    border-radius: 22px;
    color: #3c465a;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    border-radius: 25px;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5);
    background-color: #ffffff;
    color: #3d465a;
    letter-spacing: 1.3px;

}

.tableHeader{
    border-radius: 11px;
    background-color: #fbfbfd;
    margin-top: 30px;
    padding: 27px;
    height: 82px;
}

.tableHeaderTitle{
    font-size: 18px;
    font-weight: 600;
    color: #3d465a;
    float: left;
}

.tableheaderButton{
    float: right;
    font-weight: 600;
    cursor: pointer;
}


.tableheaderButton img{
    margin-top: -4px;
    margin-right: 10px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:  transform .8s ease-in-out;
}


.tableheaderButton:hover img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.recordsHeaderButton{
    float: right;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
}


.recordsHeaderButton img{
    width: 35px;
    margin-right: 10px;
    margin-top: -4px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:  transform .8s ease-in-out;
}


.recordsHeaderButton:hover img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


.tablefooterButton{
    font-weight: 600;
    cursor: pointer;
}

.tablefooterButton:hover img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.tablefooterButton img{
    margin-top: -4px;
    margin-right: 10px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:  transform .8s ease-in-out;
}

.tableBody{
    background-color: #ffffff;
    margin-top: -5px;
    margin-bottom: -10px;
}

.table{
    margin-bottom: 0px;
}

.table>thead>tr>th{
    border-bottom: solid 0.5px #e6e6ed;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-bottom: solid 0.5px #e6e6ed;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    font-size: 14px;
    padding: 15px;
    padding-left: 25px;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
    font-size: 12px;
    color: #3d465a;
    padding: 15px;
    padding-left: 25px;
}

.tableFooter{
    padding: 18px;
}




.tablePersonStands div{
    height: 38px;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.tableEditIcon{
    text-align: center;
    width: 28px;
    height: 28px;
    padding-top: 2px;
    padding-left: 1px;
    transition: .3s;
    border-radius: 50%;
    margin-right: 20px;
    background-color: #f0f1f6;
    font-size: 17px;
    float: left;
}

.tableEditIcon:hover{
    background-color: #f0f1f6;
    cursor: pointer;
}

.tableEditIcon img{
    width: 12px;
}

.taskUserRectangle{
    color: #ffffff;
    height: 28px;
    width: 28px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding-top: 8px;
    float: right;
    margin-top: -25px;
    background-image: linear-gradient(to bottom, #012953, #0086b2);
    border-radius: 50%;
}

.taskTimeRectangle{
    height: 28px;
    width: 28px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-top: 3px;
    float: right;
    margin-top: -25px;
    border-radius: 50%;
    background: #fbfbfd;
    margin-right: 4px;
}


.card{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.01);
    border: none;
    margin-bottom: 1.5rem;
}

.card-header{
    font-weight: 400;
    color: #2c304d;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
    background: none;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    height: 55px;
}

.card-block{
    flex: 1 1 auto;
    padding: 1.25rem;
}


.navigationContainer{
    margin-bottom: 20px;
}



/* JODIT CUSTOM */

.jodit_toolbar {
    position: relative;
    left: 0;
    top: 0;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    font-size: 0;
    background: #ffffff !Important;
    box-shadow: none !Important;
    z-index: 5;
    min-height: 15px !important;
    border: none !important;
}

.jodit .jodit_workflow{
    margin-top: 15px;
}

.jodit_statusbar{
    display: none !Important;
}


.jodit_container:not(.jodit_inline) .jodit_workplace{
    border: none !Important;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
    margin-top: 20px;
}

.dropdown-custom-menu {
    list-style: none;
    width: 100%;
    display: none;
}

.dropdown-custom-menu-settings{
    list-style: none;
    width: 100%;
    display: none;
}

.display-dropdown{
    display: block;
}

.card-header h4{
    font-weight: 400;
    color: #2c304d;
    font-size: 16px;
}


.newEmployeesEquipment{
    position: absolute;
    right: 20px;
    top: 10px;
}

.daterangepicker.dropdown-menu {
    z-index: 10000;
}

.singleEmployedHeader{
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #3d465a;
    background: #f0f1f6;
}

.singleEmployedCard{
    padding: 5px;
    border-bottom: 1px solid #f0f1f6;
    transition: .3s;
}

.singleEmployedCard:hover{
    background-color: #f0f1f6;
    cursor: pointer;
}

.dropzone {
    min-height: 150px;
    border: dotted 2px #f4f3f7;
    background: white;
    border-radius: 4px;
    padding: 20px 20px;
}

.dropzone.dz-clickable .dz-message{
    cursor: pointer;
    background-image: url(../images/icons/up-arrow.svg) !Important;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 122px;
    margin-top: -45px;
    padding-bottom: 27px;
    background-size: 60px;
}


.employedCard{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.01);
    border: none;
    margin-bottom: 1.5rem;
}

.card-user .image {
    height: 130px;
}

.employedCard .image {
    overflow: hidden;
    height: 115px;
    position: relative;
    background-color: #fbfbfd;
}

.card-user .card-body {
    min-height: 240px;
}

.employedCard .card-body {
    padding: 15px 15px 10px;
}

.card-user .author {
    text-align: center;
    text-transform: none;
    margin-top: -77px;
}

.card-user .avatar {
    width: 124px;
    height: 124px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    left: 50%;
    margin-left: -62px;
    background-repeat: no-repeat;
}


.card-user .author a+p.description {
    margin-top: -7px;
}


.card-user h5{
    font-size: 24px;
    font-weight: 600;
    color: #3d465a;
}

.employedCardSignature{
    width: 100px;
}


.button-delete{
    margin-right: 20px;
}


/*
 * Presentational Styles
 */


/*
 * Switcher Styles
 */



.switcher {
    display: inline-block;
    height: 30px;
    margin-top:3px;
    padding: 4px;
    background: #fff;
    border-radius: 2px;
    width: 200px;
    border-radius: 30px;
    border: solid 1px #ddd;
    position: relative;
}

.switcher__input {
    display: none;
}

.switcher__label {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    position: inherit;
    z-index: 10;
    transition: color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    will-change: transform;
}

.switcher__toggle {
    position: absolute;
    float: left;
    height: 30px;
    width: 50%;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #012953, #0086b2); 
    border-radius: 30px;
    left: 0px;
    top: 0px;
    transition: left 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
    will-change: transform;
    color: #ffffff;
}

.switcher__input:checked + .switcher__label {
    color: #fff;
}

.switcher__input--yang:checked ~ .switcher__toggle {
    left: 100px;
}


.btn-access{
    width: auto;
    margin-top: 25px;
}

#about-Manu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: white;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all .8s;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px inset;
    pointer-events: none;
}
#about-Manu:hover {
    background-color: black;
}
#about-Manu.active {
    opacity: 1;
    pointer-events: all;
}
#about-Manu .manu {
    font-family: 'Arial';
    font-size: 14px;
    letter-spacing: 1px;
}
#about-Manu .manu .fa-heart {
    color: red;
    animation: pulse .8s infinite alternate ease-in;
}
#about-Manu:hover .fa-heart {
    animation: pulse .2s infinite alternate ease-out;
}
#about-Manu a {
    padding: 5px;
    color: silver;
    text-decoration: none;
}
#about-Manu a:nth-child(1) {
    margin-left: auto;
}
#about-Manu a:nth-last-child(1) {
    margin-left: auto;
}
#about-Manu a:nth-last-child(1):hover {
    color: red;
}
#about-Manu a:nth-last-child(n+2):hover {
    background-color: rgba(255, 255, 255, 0.2);
}
#about-Manu *,
#about-Manu *:after,
#about-Manu *::before {
    outline: 0;
    text-rendering: optimizeLegibility;
    -webkit-text-stroke: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.2);
    }
}
.fa-caret-right {
    transition: all 0.4s ease;
    float: right;
}

.active .fa-caret-right {
    transform: rotate(90deg);
}

.panel-title{
    color: #2c304d;
}

.panel-title a {
    text-decoration: none;
}

.active .panel-heading {
    background-color: white;
    border-bottom: 0;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #ebecf4 !Important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple{
    border: solid #e9eaf3 1px !Important;
    outline: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e9eaf3 1px !Important;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #f0f1f6 !important;
    padding: 5px 10px !Important;
    border: none !Important;
}


.admin-top-home{
    position: absolute;
    right: 70px;
    top: 0px;
    z-index: 10;
    transition: .3s;
}

.admin-top-home i{
    color: #3d465a;
    font-size: 25px;
}

.admin-top-home:hover{
    transform: scale(1.1);
}

.admin-top-logout{
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 10;
    transition: .3s;
}
.admin-top-logout i{
    color: #2c5978;
    font-size: 30px;
}

.admin-top-logout:hover{
    transform: scale(1.1);

}

.admin-top-calendar{
    position: absolute;
    right: 111px;
    top: 0px;
    z-index: 10;
    transition: .3s;
    cursor: pointer;
}

.admin-top-calendar i{
    color: #3d465a;
    font-size: 25px;
}

.admin-top-calendar:hover{
    transform: scale(1.1);
}



/* DASHBOARD  */

.dashboardCard{
    height: 165px;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #00448d, #00a2d7);
    color: #ffffff;
    box-shadow: 0 10px 39px 0 #929eb8;
}


.dashboardCard .topSection{
    height: 75px;
    border-bottom: solid 0.5px #dde1ee8f;
    padding: 20px;
}

.dashboardCard .topSection img{
    float: left;   
}

.dashboardCard .topSection .title{
    margin-left: 50px;
    margin-top: 11px;
    font-weight: 700;
    font-size: 13px;
}

.dashboardCard .bottomSection{
    padding: 20px;
}

.dashboardCard .bottomSection .title{
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.dashboardCard .bottomSection .subtitle{
    line-height: 1.5;
    font-size: 16px;
}

.pageBackgroundImage {
    position: absolute;
    right: 10%;
    opacity: 0.9;
}

/* END OF DASHBOARD */


#sortablePhases {
    list-style: none;
    padding-left: 0px;
}

#sortableServices {
    list-style: none;
    padding-left: 0px;
}


#sortable-images li .image-box{
    height: 100px;
    text-align: center;
    background-color: #000000;
    border-radius: 5px;
    padding: 10px;
}

#sortable-images li .image-box img{
    height: 100%;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

#sortable-images li:hover{
    cursor: grab;   
}

#sortable-images li .text-box{
    padding: 10px;
    padding-top: 30px;
}


/* MODALS */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 10, 2019, 9:48:59 AM
    Author     : gasper
*/

.modal {
    position: fixed;
    display: block;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
}

.modal.is-visible {
    visibility: visible;
}


.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 40em;
    margin-left: -20em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    border-radius: 5px;
}

.modal-wrapper section{
    padding: 20px;
    padding-bottom: 0px;
    max-height: 70vh;
    overflow-x: scroll;
}

.modal-title{
    background-color: #fbfbfd;
    color: #3d465a;
    width: 100%;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-title img{
    margin-right: 15px;
    margin-top: -3px;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}


.btn-close div{
    color: #929eb8;
    background-color: #e9eaf3;
    float: right;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    transition: .3s;
}

.btn-close div:hover{
    background-color: #929eb8;
    color: #e9eaf3;
}


.modal-footer{
    text-align: left;
    border: none;
}

.cancelModal{
    font-size: 14px;
    font-weight: 600;
    color: #929eb8;
    margin-top: 15px;
    margin-left: 20px;
    cursor: pointer;
    transition: .3s;
}

.cancelModal:hover{
    color: #3b6a8d;
}


.modal-delete-icon img{
    width: 18px;
}

.remove-element-text{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}


.modal-wrapper{
    top: 1em;
}


.singleUserRole{
    margin-top: 5px;
    border: solid 1px #eeeeee;
    padding: 15px;
}

.singleUserRoleHeader{
    padding: 15px;
    background-color: #fbfbfd;
    font-weight: 700;
}


.customCheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #3c465a;
    left: 50%;
    margin-left: -8px;
}

/* On mouse-over, add a grey background color */
.customCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark {
    background-color: #3c465a;
    border: 1px solid #3c465a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customCheckbox .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.loginCard {
    margin-top: 30vh;
}

.loginCard .title {
    font-size: 24px;
    font-weight: 700;
    color: #3d465a;
    border-radius: 11px;
    background-color: #fbfbfd;
    width: 300px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: -10px;
    text-align: center;
    padding-bottom: 25px;
    max-width: 100%;
}


.loginCard .subtitle {
    font-size: 12px;
    border-radius: 11px;
    background-color: #fbfbfd;
    width: 300px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: -10px;
    padding-bottom: 25px;
    max-width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.loginCard .card-body {
    background: #ffffff;
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    max-width: 100%;
}

.loginCard input {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #f0f1f6;
}

.loginCard button {
    width: 192px;
    height: 42px;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5);
    background-image: linear-gradient(to bottom, #00448d, #00a2d7);
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    color: #ffffff;
    max-width: 100%;
}

.loginCard button:hover{
    opacity: 0.7;
}

.panel-group .panel{
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.01);
}

.panel-default>.panel-heading{
    background: none;
}

.panel-heading{
    padding: 19px 15px;
}

.panel-body{
    border-top: solid 1px #eeeeee;
}

.mobileHamburger{
    display: none;
}


.content {
    padding: 15px;
    overflow: hidden;
    background-color: rgb(240, 241, 246);
    border-radius: 3px;
}

/* =Elements style
---------------------- */
.load-wrapp {
    text-align: center;
}

.load-wrapp p {padding: 0 0 20px;}
.load-wrapp:last-child {margin-right: 0;}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #00448d;
}

.ring-1 {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 7px dashed #4b9cdb;
    border-radius: 100%;
}

.ring-2 {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border: 4px solid #4b9cdb;
    border-radius: 100%;
}

.ball-holder {
    position: absolute;
    width: 12px;
    height: 45px;
    left: 17px;
    top: 0px;
}

.ball {
    position: absolute;
    top: -11px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #4282B3;
}

.letter-holder {padding: 16px;}

.letter {
    float: left;
    font-size: 14px;
    color: #777;
}

.square {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #4b9cdb;
}

.spinner {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.bubble-1,
.bubble-2 {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #4b9cdb;
}

.bubble-2 {
    top: auto;
    bottom: 0;
}

.bar {
    float: left;
    width: 15px;
    height: 6px;
    border-radius: 2px;
    background-color: #4b9cdb;
}

/* =Animate the stuff
------------------------ */
.load-1 .line:nth-last-child(1) {animation: loadingA 1.5s 1s infinite;}
.load-1 .line:nth-last-child(2) {animation: loadingA 1.5s .5s infinite;}
.load-1 .line:nth-last-child(3) {animation: loadingA 1.5s 0s infinite;}

.load-2 .line:nth-last-child(1) {animation: loadingB 1.5s 1s infinite;}
.load-2 .line:nth-last-child(2) {animation: loadingB 1.5s .5s infinite;}
.load-2 .line:nth-last-child(3) {animation: loadingB 1.5s 0s infinite;}

.load-3 .line:nth-last-child(1) {animation: loadingC .6s .1s linear infinite;}
.load-3 .line:nth-last-child(2) {animation: loadingC .6s .2s linear infinite;}
.load-3 .line:nth-last-child(3) {animation: loadingC .6s .3s linear infinite;}

.load-4 .ring-1 {animation: loadingD 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite;}

.load-5 .ball-holder {animation: loadingE 1.3s linear infinite;}

.load-6 .letter {
    animation-name: loadingF;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

.l-1 {animation-delay: .48s;}
.l-2 {animation-delay: .6s;}
.l-3 {animation-delay: .72s;}

@keyframes loadingA {
    0 {height: 15px;}
    50% {height: 35px;}
    100% {height: 15px;}
}

@keyframes loadingB {
    0 {width: 15px;}
    50% {width: 35px;}
    100% {width: 15px;}
}

@keyframes loadingC {
    0 {transform: translate(0,0);}
    50% {transform: translate(0,15px);}
    100% {transform: translate(0,0);}
}

@keyframes loadingD {
    0 {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}

@keyframes loadingE {
    0 {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

@keyframes loadingF {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes loadingG {
    0% {transform: translate(0,0) rotate(0deg);}
    50% {transform: translate(70px,0) rotate(360deg);}
    100% {transform: translate(0,0) rotate(0deg);}
}

@keyframes loadingH {
    0% {width: 15px;}
    50% {width: 35px; padding: 4px;}
    100% {width: 15px;}
}

@keyframes loadingI {
    100% {transform: rotate(360deg);}
}

@keyframes bounce  {
    0%, 100% {transform: scale(0.0);}
    50% {transform: scale(1.0);}
}

@keyframes loadingJ {
    0%,100% {transform: translate(0,0);}

    50% {
        transform: translate(80px,0);
        background-color: #f5634a;
        width: 25px;
    }
}


/* PROJECTS */

.projectCard{
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #00448d, #00a2d7);
    color: #ffffff;
    box-shadow: 0 10px 39px 0 #929eb8;
}


.projectCard .topSection{
    height: 75px;
    border-bottom: solid 0.5px #dde1ee8f;
    padding: 20px;
}

.projectCard .topSection img{
    float: left;   
}

.projectCard .topSection .title{
    margin-left: 50px;
    margin-top: 11px;
    font-weight: 700;
    font-size: 13px;
}

.projectCard .bottomSection{
    padding: 20px;
}

.projectCard .bottomSection .title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.projectCard .bottomSection .subtitle{
    line-height: 1.5;
    font-size: 14px;
}

.projectCard .topSection .customImage1{
    float: left;
    border-radius: 50%;
    background: #ffffff59;
    width: 36px;
    height: 36px;
    text-align: center;
}

.projectCard .topSection .customImage1 img{
    width: 17px;
    margin-top: 10px;
    margin-left: 9px;
}


.dashboardCard .topSection .customImage1{
    float: left;
    border-radius: 50%;
    background: #ffffff59;
    width: 36px;
    height: 36px;
    text-align: center;
}

.dashboardCard .topSection .customImage1 img{
    width: 17px;
    margin-top: 10px;
    margin-left: 9px;
}



.phasesPanelGroup{
    padding: 20px;
}

.phasesPanelGroup .panel-default>.panel-heading{
    background-color: #fbfbfd;
    border-radius: 5px;
    border-bottom: 1px solid #e9ebf3;
}

.phasesPanelGroup .phasesPanelGroupTitle{
    font-size: 13px;
    color: #929eb8;
    margin-bottom: 5px;
}

.phasesPanelGroup .phasesPanelGroupSubtitle{
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e9ebf3;
    padding: 10px;
}



/**/
.accordion-container{
    position: relative;
    height: auto;
    padding: 20px;
}

.accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.phaseSingleBox{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fbfbfd;
    border-radius: 5px;
    margin-bottom: 10px;

}


.phaseSingleBox > section{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    padding: 15px 15px;
    cursor: pointer;
    border-bottom: 1px solid #e9ebf3;
    font-size: 14px;
    cursor: grab;
}
.phaseSingleBox > section i{
    float: right;
    margin-top: 2px;
}

.phaseSingleBoxContent{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
    padding: 10px;
}

.accordionContainerTitle1{
    font-size: 12px;
    color: #929eb8;
    margin-bottom: 5px;
}


/**/

.servicesSingleBox{
    font-size: 16px;
    margin-bottom: 5px;
}


.servicesSingleBox > section{
    display: block;
    text-decoration: none;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
    border: solid 1px #eeeeee;
    padding: 15px;
}

.servicesSingleBox > section i{
    float: right;
    margin-top: 2px;
}

.servicesSingleBoxContent{
    background-color: #fff;
    display:none;
    padding-top: 10px;
}

/**/

/**/

.invoiceLevel1{
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e9ebf3;
}


.invoiceLevel1 > section{
    display: block;
    text-decoration: none;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    margin-left: 20px;
}

.invoiceLevel1 > section i{
    float: right;
    margin-top: 2px;
}

.invoiceLevel1Content{
    background-color: #fff;
    display:none;
    padding: 10px;
}


.invoiceLevel2{
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e9ebf3;
}


.invoiceLevel2 > section{
    display: block;
    text-decoration: none;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    margin-left: 20px;
}

.invoiceLevel2 > section i{
    float: right;
    margin-top: 2px;
}

.invoiceLevel2Content{
    background-color: #fff;
    display:none;
    padding: 10px;
}


.invoiceLevel3{
    font-size: 16px;
    margin-bottom: 5px;
}


.invoiceLevel3 > section{
    display: block;
    text-decoration: none;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    margin-left: 20px;
}

.invoiceLevel3 > section i{
    float: right;
    margin-top: 2px;
}

.invoiceLevel3Content{
    background-color: #fff;
    display:none;
    padding: 10px;
}


.singleAssignmentsCard{
    padding: 20px;
    background: #fbfbfd;
    border-radius: 11px;
    margin-bottom: 15px;
    transition: .3s;
    color: #3d465a;
}

.singleAssignmentsCard:hover{
    cursor: pointer;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5);
}

.singleAssignmentsCard .circle{
    /*background-image: linear-gradient(to bottom, #00448d, #00a2d7); */
    background-image: linear-gradient(179deg, #2b5878 4%, #7eb6ad 100%);
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-weight: 700;
    padding-top: 15px;
}

.singleAssignmentsCard .title{
    font-weight: 700;
    font-size: 14px;
    margin-top: 2px;
    color: #3d465a;
    padding-right: 5px;
}

.singleAssignmentsCard .subtitle{
    font-size: 12px;
    margin-top: 2px;
    color: #3d465a;
}


/* The container */
.customCheckbox1 {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    margin-top: 10px;
}

/* Hide the browser's default checkbox */
.customCheckbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.customCheckbox1Checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #2e84c0;
}

/* On mouse-over, add a grey background color */
.customCheckbox1:hover input ~ .customCheckbox1Checkmark {
    background-color: #ccc;
}


/* Create the checkmark/indicator (hidden when not checked) */
.customCheckbox1Checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customCheckbox1 input:checked ~ .customCheckbox1Checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customCheckbox1 .customCheckbox1Checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #2e84c0;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.phasesIcons{
    text-align: center;
    width: 28px;
    height: 28px;
    padding-top: 3px;
    padding-right: 5px;
    transition: .3s;
    border-radius: 50%;
    background-color: #f0f1f6;
    font-size: 17px;
    float: right;
}

.servicesIcons{
    text-align: center;
    width: 28px;
    height: 28px;
    padding-top: 3px;
    padding-right: 5px;
    transition: .3s;
    border-radius: 50%;
    background-color: #fbfbfd;
    font-size: 17px;
    float: right;
    transition: .3s;
}

.assignmentsStatus{
    position: absolute;
    top: 10px;
    right: 25px;
}

.assignmentsStatus button{
    background: none;
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.assignmentsStatus .dropdown {
    border-radius: 10px;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5);
    background-color: #ffffff;
    color: #3d465a;
    letter-spacing: 1.3px;
    right: 0;
    position: absolute;
    padding: 20px;
    z-index: 10;
    display: none;
}

.assignmentsStatus .dropdown ul{
    list-style: none;
    padding-left: 0px;
}


.dropdown.is-open {
    display: block;
}

.assignmentsStatus .circleStatusChange{
    height: 13px;
    width: 13px;
    border-radius: 50%;
    float: left;
    margin-top: 2px;
}

.assignmentsStatus .circleStatusChangeText{
    font-size: 12px;
    margin-left: 20px;
}

.assignmentsStatus .circleStatusChangeBox{
    margin-bottom: 5px;
}

.rightsNavPills{
    background-color: #ffffff !important;
}

.nav-pills.rightsNavPills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    box-shadow: none;
    border: 1px solid #e7e8f2;
}


.graphBox .graphTitle{
    position: absolute;
    text-align: center;
    font-size: 22px;
    left: 50%;
    margin-left: -22px;
    width: 44px;
    margin-top: -25%;
}

.dashboardNavPills{
    background-color: #ffffff !important;
}

.nav-pills.dashboardNavPills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    box-shadow: none;
    border: 1px solid #e7e8f2;
}

.dashboardBody{
    padding: 15px;
}

.dashboardTabMenu{
    padding-top: 20px;
    padding-bottom: 20px;
}

.customButton1{
    margin-top: 25px;
}

.searchCustomersDatabase{
    margin-bottom: 20px;
    width: 100%;
    padding-left: 38px;
    background: url(../images/icons/magnifier-tool.svg) no-repeat scroll left 7px center;
    background-size: 16px 16px;
    background-color: #fff;
}


.projectEditIcon{
    text-align: center;
    width: 28px;
    height: 28px;
    padding-top: 2px;
    transition: .3s;
    border-radius: 50%;
    background-color: #fbfbfd;
    font-size: 17px;
    display: inline-block;
    margin-left: 10px;
}

.projectEditIcon:hover{
    background-color: #f0f1f6;
    cursor: pointer;
}

.projectEditIcon img{
    width: 12px;
}

.cardBg1{
    background: none;
    background-color: #2c5978;
}

.cardBg2{
    background: none;
    background-color: #457589;
}

.cardBg3{
    background: none;
    background-color: #659a9e;
}

.invoiceBasicPriceLabel{
    margin-top: 10px;
}

.mobileHamburger{
    display: none;
}

.successProjectAnimationBox{
    background: #659a9ec7;
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
}

.successProjectAnimationBox svg{
    margin-top: -30vh;
}


#checkmark_group { transform-origin: center center; transform-box: fill-box; }
#success-sprite { transform-origin: center center; transform-box: fill-box; }
#checkmark_circle { transform-origin: center center; transform-box: fill-box; }
#check-bg { transform-origin: center center; transform-box: fill-box; }

#phone { transform-origin: center center; transform-box: fill-box; }
#line1 { transform-origin: center center; transform-box: fill-box; }
#line2 { transform-origin: center center; transform-box: fill-box; }
#line3 { transform-origin: center center; transform-box: fill-box; }
#line4 { transform-origin: center center; transform-box: fill-box; }
#line5 { transform-origin: center center; transform-box: fill-box; }
#line6 { transform-origin: center center; transform-box: fill-box; }
#line7 { transform-origin: center center; transform-box: fill-box; }
#line8 { transform-origin: center center; transform-box: fill-box; }
#star_1 { transform-origin: center center; transform-box: fill-box; }
#star_2 { transform-origin: center center; transform-box: fill-box; }
#star_3 { transform-origin: center center; transform-box: fill-box; }


.projectTextSuccess{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-top: -50px;
}

.projectTextSuccess span{
    color: #ffffff;
}

.projectTextSuccess .title{
    font-size: 30px;
}

.projectTextSuccess .subtitle{
    font-size: 16px;
    color: #ececec;
}



.tooltip-toggle {
    cursor: pointer;
    position: relative;
}

.tooltip-toggle::before {
    position: absolute;
    top: -29px;
    left: -28px;
    background-color: #3d465a;
    border-radius: 5px;
    color: #fff;
    content: attr(data-tooltip);
    padding: 5px;
    text-transform: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 80px;
}

.tooltip-toggle:after {
    position: absolute;
    top: -5px;
    left: 13px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3d465a;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
}

.tooltip-toggle::before,
.tooltip-toggle::after {
    font-size: 10px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}

.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
    opacity: 1;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
}


.taskTitle {
    font-size: 13px;
    font-weight: 600;
    color: #3d465a;
    margin-right: 8px;
    word-break: break-all;
}

.taskText {
    font-size: 12px;
    margin-top: 6px;
}

.taskText2{
    font-size: 10px;
    margin-top: 6px;
    font-weight: 700;
}


.moreTaskButton{
    position: absolute;
    top: 5px;
    right: 0px;
}


.moreTaskButton img{
    height: 17px;
}

.taskNumberBox{
    width: 33px;
    height: 22px;
    border-radius: 2px;
    background-color: #e9eaf3;
    text-align: center;
    float: right;
    letter-spacing: 0.4px;
    color: #3d465a;
    font-weight: 600;
    font-size: 10px;
    padding-top: 5px;
    margin-left: 5px;
}

.tableAddAssignmentImage img{
    width: 25px;
}

.taskFooterButton {
    font-weight: 700;
    background-color: #ffffff;
    padding: 10px;
    padding-bottom: 20px;
    margin: 0 10px;
    margin-top: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.taskFooterButton img {
    width: 28px;
    margin-right: 8px;
    margin-top: -10px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.taskFooterButton span{
    font-size: 12px;
}

.taskFooterButton:hover img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);

}

.group-wrap {
    font-size: 0;
    width: 100%;
}
.group-wrap > div {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    max-height: 70vh;
    overflow-y: scroll;
}

.dashboard-wrap > div{
    width: 20%;
}

.group-wrap > div > h3 {
    font-weight: 600;
    padding: 14px 10px;
    background-color: #fbfbfd;
    color: #3d465a;
    min-height: 40px;
    font-size: 13px;
    margin: 0px 10px;
    margin-bottom: -1px;
}

.group {
    list-style: none;
    padding: 0;
    font-size: 20px;
    background: #ffffff;
    border-radius: 5px;
    vertical-align: top;
    min-height: 79px;
    transition: all 200ms ease-in-out;
    padding: 10px;
    padding-bottom: 15px;
    margin: 0px 10px;
    border: 1px solid #eeeeee;
}
.group.adding {
    background-color: #239ed0;
    border-style: dashed;
}
.group#group2 .remove, .group#group3 .remove {
    display: none;
}
.group__item {
    padding: 10px;
    background-color: #f0f1f6;
    color: #3d465a;
    border-radius: 2px;
    font-size: 16px;
    /*display: flex; */
    justify-content: space-between;
}
.group__item:not(:last-child) {
    margin-bottom: 6px;
}
.group__item h3 {
    font-size: 16px;
    margin: 0;
    display: inline-block;
}
.group__item a {
    font-size: 16px;
    letter-spacing: 0;
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.group__item a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.group__item:before {
    content: '';
    display: none;
    position: absolute;
    background: url("http://www.pvhc.net/img64/lqtofjtphgiehblrwtie.png") no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}

.sortable-ghost {
    opacity: 0.6;
    background-color: transparent;
    border: 1px dashed white;
}

.sortable-drag {
    opacity: 1;
    border: 1px solid white;
    box-shadow: 0 0 10px black;
}

.group__item {
    /* fallback if grab cursor is unsupported */
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
    transition: background-color 200ms ease-in-out;
}
.group__item.active {
    background-color: yellow;
}
.group__item.active .remove {
    display: none;
}
.group__item.active:before {
    display: block;
}
.group__item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.group__item .remove:hover:before {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: red;
}
.group__item .remove:before {
    font-family: Helvetica, Arial, sans-serif;
    content: 'x';
    position: absolute;
    right: 6px;
    top: 6px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    border: 1px solid white;
    width: 24px;
    height: 24px;
    padding-left: 1px;
    transition: all 150ms ease-in-out;
    font-size: 14px;
}

.finished-block {
    width: 100%;
    margin-top: 16px;
}
.finished-block h3 {
    margin: 0;
    margin-bottom: 6px;
}

#textPrompt {
    margin: 0;
    padding: 12px;
    list-style: none;
    border: 1px dashed #a6a6a6;
    width: calc(100% - 6px);
    text-align: center;
    margin-bottom: 8px;
}
#textPrompt li {
    display: inline-block;
    padding: 8px;
    background-color: #285364;
    margin: 8px;
    color: #ffffff;
}

.animated > li {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp > li {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.results__inner {
    font-size: 20px;
    background-color: white;
    padding: 10px;
}
.results__inner h3 {
    margin: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 6px;
}
.results__inner p {
    margin: 0;
}

.loading .results__inner {
    background-color: #000000 !important;
    transition: background-color 150ms ease-in-out;
}

.globalTitle1 span div{
    background-color: #fbfbfd;
    padding: 5px;
    border: 1px solid #f0f1f6;
    margin-left: 10px;
    display: inline-block;
}

.globalTitle1 span div.globalTitle2Success{
    background-color: #78afa9;
    color: #ffffff;
    border: none;
}

.sortableActivities {
    list-style: none;
    padding-left: 0px;
}

.nav-pills-project-details{
    display: -webkit-box;
    overflow-y: scroll;
    max-width: 100%;
}

.nav-pills-project-details li{
    float: none;
}

.actionBox{
    padding: 10px;
}

.assignmentFunctions{
    margin-bottom: 10px;
}

.assignmentFunctions .default-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.assignmentFunctions:hover{
    color: #7eb6ad;
    cursor: pointer;
}


.assignmentFunctionArchiveBox{
    padding: 12px;
    background: #fbfbfd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.assignmentFunctionsArchive:hover{
    cursor: pointer;
}

.assignmentFunctionsArchive .default-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.kanbanDeleteAction img{
    width: 20px;
    transform: rotate(90deg);
    margin-right: 0;
}

.kanbanDeleteActionBox{
    background: #fbfbfd;
    z-index: 1;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    font-size: 10px;
    cursor: pointer;
}

.specialDatesLabel{

}

.specialDatesLabel:hover{
    cursor: pointer;
    color: #659a9e;
}



/**********/

.lightrope {
    overflow: hidden;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 300px;
}

.lightrope li {
    position: relative;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin: 20px;
    display: inline-block;
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    -webkit-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
    background: cyan;
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
    -webkit-animation-name: flash-2;
    animation-name: flash-2;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
    background: yellow;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
    -webkit-animation-name: flash-3;
    animation-name: flash-3;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
}
.lightrope li:before {
    content: "";
    position: absolute;
    background: #222;
    width: 10px;
    height: 9.3333333333px;
    border-radius: 3px;
    top: -4.6666666667px;
    left: 1px;
}
.lightrope li:after {
    content: "";
    top: -14px;
    left: 9px;
    position: absolute;
    width: 52px;
    height: 18.6666666667px;
    border-bottom: solid #222 2px;
    border-radius: 50%;
}
.lightrope li:last-child:after {
    content: none;
}
.lightrope li:first-child {
    margin-left: -40px;
}

@-webkit-keyframes flash-1 {
    0%, 100% {
        background: #00f7a5;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    }
    50% {
        background: rgba(0, 247, 165, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}

@keyframes flash-1 {
    0%, 100% {
        background: #d8d877;
        box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
    }
    50% {
        background: yellow;
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}
@-webkit-keyframes flash-2 {
    0%, 100% {
        background: cyan;
        box-shadow: 0px 4.6666666667px 24px 3px cyan;
    }
    50% {
        background: rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}
@keyframes flash-2 {
    0%, 100% {
        background: cyan;
        box-shadow: 0px 4.6666666667px 24px 3px cyan;
    }
    50% {
        background: rgba(0, 255, 255, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}
@-webkit-keyframes flash-3 {
    0%, 100% {
        background: #f70094;
        box-shadow: 0px 4.6666666667px 24px 3px #f70094;
    }
    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}
@keyframes flash-3 {
    0%, 100% {
        background: #f70094;
        box-shadow: 0px 4.6666666667px 24px 3px #f70094;
    }
    50% {
        background: rgba(247, 0, 148, 0.4);
        box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}

.equipmentsSignatures{
    width: 100px;
}

.equipmentsTable{
    padding-top: 16px;
}

.taskToLate{
    background: #bf2626;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    float: left;
    margin-right: 4px;
    margin-top: 4px;
}

.group__item a.dashboardTaskLink{
    color: #17599e;
    margin-left: 0px;
    font-size: 12px;
    border: none;
    font-weight: 700;
}

.assignmentsCreatorData{
    font-size: 10px;
    border-radius: 5px;
}

.assignmentsCreatorData i{
    font-size: 16px !Important;
    margin-right: 5px;
}

.userImage{
    max-width: 100%;
    height: 170px;
    text-align: center;
}

.userImage img{
   width: auto;
    height: 100%;
    max-width: 100%;
}

.userImage img.no-image{
    height: 120px;
}

#wrapper.warehouseClass{
    padding-left: 0px;
}

.generatorEquipments{
    background: #fbfbfd;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -20px;
    border-radius: 11px;
    margin-top: 20px;
}

.generatorEquipments button{
    margin-top: 23px;
}

.daterangepicker .ranges ul{
    display: none !important;
}

.locationReload{
    margin-top: 30px;
    cursor: pointer;
}

.notificationCard{
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0px 10px 0 #929eb845;
}

.notificationCard .topSection{
    padding: 15px 20px;
}
.notificationCard .topSection .title{
    font-size: 18px;
    margin-bottom: 5px;
}
.notificationCard .topSection .date{
    font-size: 12px;
}
.notificationCard .topSection{
    border-bottom: 1px solid #A8A8A9;
}
.notificationCard .body{
    padding: 10px 20px;
    color: #747b80;
}
.admin-top-logout{
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10;
    transition: .3s;
    cursor: pointer;
}
.admin-top-logout img{
    height: 25px;
}