/************ Global ************/

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.btn {
    margin: 2px !important;
}

.text-no-select {
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select:none !important;
    user-select:none !important;
    -o-user-select:none !important;
}

.pts-show-user{
    cursor: pointer !important;
}

.label {
    font-weight: normal !important !important;
}

/************ Animation ************/
.animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0 !important;
        background-color: #50d371 !important;
    }

    to {
        opacity: 1 !important;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0 !important;
        background-color: #50d371 !important;
    }

    to {
        opacity: 1 !important;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn !important;
    animation-name: fadeIn !important;
}


/************ Header ************/
.pts-header {
    position: relative !important;
    height: 60px !important;
    background-color: white !important;

}

.pts-nav-buttons {
    position: relative !important;
    left: 5px !important;
    bottom: 2px !important;
    margin-right: 5px !important;
}

.pts-header-right-container {
    position: absolute !important;
    right: 8px !important;
    top: 11px !important;
}

.pts-header-right-container .pts-active {
    background-color: #4D4D4C !important;
    color: #fff !important;
}

.pts-header-left-container {
    height: 100% !important;
    padding-top: 13px !important;
    margin-left: 5px !important;
    display: inline-flex !important;
}

#header-datetimepicker {
    max-width: 220px !important;
}

.pts-btn-day-view, .pts-btn-month-view,
.pts-btn-list-view, .pts-btn-next, .pts-btn-previous {
    background-color: #CFCFCF !important;
}

.pts-header-date-display {
    margin-left: 8px !important;
    font-size: 18px !important;
    margin-top: 6px !important;
}

#header-datetimepicker input {
    border: 0 !important !important;
}

#header-datetimepicker span.input-group-addon {
    border: 0 !important !important;
    background-color: white !important;
}

.dropdown > button.dropdown-toggle {
    top: 3px !important;
    position: relative !important;
    left: 5px !important;
}

.dropdown-menu li {
    margin-left: 5px !important;
}

/************ line & column title ************/

.pts-column-title-container {
    background-color: white !important;
    height: 45px !important;
    overflow: hidden !important;
    position: relative !important;
}

.pts-column-title-container > div {
    height: auto !important;
    margin-bottom: -100px !important;
    padding-bottom: 100px !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 150px !important;
    display: inline-flex !important;
    padding-right: 16px !important;
}

.pts-column-element[data-date]:hover {
    background-color: #90e3ed !important;
}
.pts-column-element[data-date] {
    cursor: pointer !important;
}
.pts-column-element {
    position: relative !important;
    width: 120px !important;
    min-width: 120px !important;
    border-right: 1px solid #BDBDBD !important;
    text-align: center !important;
}

.pts-column-element > p {
    padding-top: 10px !important;
}

.pts-line-title-container {
    background-color: #B2EBF2 !important;
    /*height: 400px !important;*/
    height: inherit !important;
    width: 150px !important;
    overflow-x: scroll !important;
    text-overflow: ellipsis !important;
}

.pts-line-title-container > div {
    overflow: hidden !important;
    max-height: 100% !important;

}

.pts-line-group-container {
    height: auto !important;
    width: 113% !important;
    position: relative !important;
}

.pts-group-header {
    position: relative !important;
    background-color: #CFCFCF !important;
    height: 20px !important;
}

.pts-group-user {
    /*height: 40px !important;*/
    text-align: center !important;
    padding-top: 12px !important;
    border-bottom: 1px solid #CFCFCF !important;
    width: 150px !important;
    cursor: pointer !important;
}
.pts-group-header > span {
    position: relative !important;
    left: 15px !important;
    color: #4d4d4c !important;

}

.pts-corner-mask {
    background-color: hsl(187, 71%, 82%) !important;
    height: 45px !important;
    width: 150px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
}

.pts-btn-add-elem {
    background-color: #00BCD4 !important;
    color: #fff !important;
    position: relative !important;
    top: 3px !important;
    left: 2px !important;
}

.closed-btn {
    transform: rotate(45deg) !important;
}

.close-group-panel {
    position: relative !important;
    left: 7px !important;
    top: 4px !important;
    color: hsl(0, 0%, 100%) !important;
    cursor: pointer !important;
    font-size: 12px !important;
    -webkit-transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    transition: 0.5s ease-in-out !important;
}



/************ Main content ************/

.pts-main-container {
    position: relative !important;
}

.pts-scheduler-container {
    position: absolute !important;
    height: auto !important;
    width: auto !important;
    right: 0px !important;
    top: 0px !important;
    left: 150px !important;
    overflow: scroll !important;
    top: 45px !important;
    bottom: 0px !important;

}

.pts-main-content {
    position: absolute !important;
    height: auto !important;
    width: 97% !important;
    top: 0 !important;
}

.pts-main-group-header {
    position: relative !important;
    background-color: #CFCFCF !important;
    height: 20px !important;
    /*width: 2880px !important;*/
}

.pts-main-group-container {
    width: 100% !important;
}

.pts-main-group-user {
    position: relative !important;
    /*height: 40px !important;*/
    border-bottom: 1px solid #BDBDBD !important;
}

.pts-main-group-column {
    position: absolute !important;
    border-right: 1px solid #BDBDBD !important;
    height: 100% !important;
    width: 120px !important;
}

.pts-main-group-column > div {
    /*border-left: 1px solid #eee !important;*/
    height: 100% !important;
    margin-left: 60px !important;
    width: 100% !important;
}

.pts-main-group-column.last > div {
    border-right: 1px solid #eee !important;
}

.pts-main-group-border {
    position: relative !important;
    width: 2880px !important;
    border-bottom: 1px solid #000 !important;

}


/************ Markers ************/

.pts-line-marker {
    position: absolute;
    height: 30px;
    background-color: hsl(187, 100%, 42%);
    top: 5px;
    cursor: pointer;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}

.pts-line-marker.complete {
    border-radius: 3px !important;
    margin-left: 5px !important;
}

.pts-line-marker.start {
    border-radius: 20px 0 0 20px !important;
    margin-left: 5px !important;
}


.pts-line-marker.end {
    border-radius: 0 20px 20px 0 !important;
    margin-right: 5px !important;
}

.pts-line-marker.middle {
    width: 100% !important;
}

.pts-line-marker-label {
    position: relative !important;
    top: 5px !important;
    left: 10px !important;
    color: #fff;
    display: inline-table !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select:none !important;
    user-select:none !important;
    -o-user-select:none !important;
}

.pts-line-marker-group {
    position: absolute !important;
    width: 100% !important;
}


.pts-line-marker i {
    position: absolute !important;
    top: 9px !important;
    font-size: 11px !important;
    cursor: e-resize !important;
    right: 0 !important;
}

.pts-line-marker.start i {
    display: none !important;
}

.pts-task-tooltip > div  {
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select:none !important;
    user-select:none !important;
    -o-user-select:none
}

.pts-task-tooltip {
    position: relative !important;
    //bottom: 23px !important;
    display: inline-block !important;
    background-color: #000 !important;
    padding: 3px 5px 3px 5px !important;
    color: #fff !important;
    border-radius: 7px !important;
}

/************ toolbox view ************/

#pts-toolbox-container {
    background-color: #fff !important;
    width: 0px !important;
    right: 0px !important;
    position: absolute !important;
    height: auto !important;
    z-index: 1000 !important;
    bottom: 16px !important;
    top: 45px !important;
    -webkit-box-shadow: -12px 0px 15px -5px rgba(0,0,0,0.22) !important;
    -moz-box-shadow: -12px 0px 15px -5px rgba(0,0,0,0.22) !important;
    box-shadow: -12px 0px 15px -5px rgba(0,0,0,0.22) !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

#pts-toolbox-container > .panel-body {
    width: 450px !important;
}
.pts-toolbox-close-btn {
    position: relative !important;
    top: 3px !important;
    color: #b2b2b2 !important;
    background-color: transparent !important;
}

.divider {
    position: relative !important;
    width: 100% !important;
    height: 1px !important;
    background-color: #dbdbdb !important;
}

div.pts-toolbox-user-list, div.pts-toolbox-task-list {
    position: relative !important;
    right: 30px
}

.pts-toolbox-title i.glyphicon-remove {
    position: relative ;
    right: 13% ;
    font-size: 16px ;
    top: 2px ;
}
.pts-toolbox-title {
    width: 120% !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    padding: 10px !important;
    right: 15px !important;
    position: relative !important;
    margin-top: -15px !important;
    cursor: pointer !important;
    height: 40px !important;
}

.pts-toolbox-task-header, .pts-toolbox-user-header {
    position: relative !important;
    left: 5px !important;
    padding: 5px 20px 5px 20px !important;
    color: #fff !important;
    border-radius: 0 30px 30px 0 !important;
    cursor: pointer !important;
}

.pts-task-assign-delete-user {
    cursor: pointer !important;
    color: #f00 !important;
    width: 25px !important;
}

.pts-toolbox-back-btn {
    position: relative !important;
    top: -1px !important;
    padding-right: 4px !important;
    cursor: pointer !important;
}

.pts-button-see-all {
    margin-left: 10px !important;
    background-color: #fff !important;
    color: #000 !important !important;
}

.panel-body > .label {
    position: relative !important;
    bottom: 5px !important;
}

.pts-user-edit-task {
    cursor: pointer !important;
    margin-right: 1px !important;
}

.pts-edit-assignation-box {
    border: 1px solid #000 !important;
    padding: 7px !important;
    margin-top: 10px !important;
    margin-bottom: 10px;
}

/************ List view ************/

.pts-list-range-btn.selected {
    background-color: #0097A7 !important;
}
.pts-list-range-btn {
    height: 35px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #00BCD4;
    color: #fff;
}

.pts-list-row-task {
    margin-bottom: 2px !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select:none !important;
    user-select:none !important;
    -o-user-select:none !important;
    min-height: 35px !important;
}
.pts-list-row-task > label {
    position: relative !important;
    padding-top: 8px !important;
    left: 5px !important;
}

.pts-list-personalized-inputs-container {
    position: relative !important;
    top: 6px !important;
}

.pts-list-personalized-inputs-container .col-sm-5,
.pts-list-personalized-inputs-container .col-sm-2 {
    display: inline-flex !important;
}

.pts-list-personalized-inputs-container .col-sm-5 > span {
    margin-right: 5px !important;
    margin-top: 5px !important;
}

.pts-list-range-submit {
    background-color: #00BCD4 !important;
    color: #fff !important;
    position: relative !important;
    bottom: 2px !important;
}

.pts-list-range-dismiss {
    position: relative;
    bottom: 2px;
}

.pts-list-tasks-container {
    position: relative;
    left: 15px;
    top: 15px;
    width:100%;
}

.pts-list-user-name, .pts-list-task-header {
    cursor: pointer;
}

.pts-list-user-name:hover {
    background-color: #00BCD4;
    color: #fff;
}

.pts-list-search-task {
    width: 95%;
    margin: 5px 0 10px 3px;
}
.pts-list-task-header .label {
    position: relative;
    bottom: 2px;
    left: 4px;
}

.pts-filter-container {
    background-color: #fff;
    padding: 13px;
    border: 1px dashed #aaa;
}
/*********** Notifications **********/
#pts-notification-container {
    position: absolute;
    right: 5px;
    width: 400px;
    max-height: 95%;
    top: 5px;
    z-index: 3000;
    overflow: hidden;
}

div.alert {
    margin-bottom: 5px;
}

/************ Spinner *************/

#pts-spinner-container {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.pts-spinner {
    font-size: 100px;
    width: 1em;
    height: 1em;
    position: relative;
    margin: 100px auto;
    border-radius: 50%;
    border: .01em solid rgba(150,150,150,0.1);
    list-style: none;
}

.pts-spinner li {
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50%;
}

.pts-spinner li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.1em;
    background: #00C176;
    -webkit-transform-origin: 50% 250%;
    transform-origin: 50% 250%;
    -webkit-animation:
            rota 1.13s linear infinite,
            opa 3.67s ease-in-out infinite alternate;
    animation:
            rota 1.13s linear infinite,
            opa 3.67s ease-in-out infinite alternate;
}

.pts-spinner li:nth-child(2) {
    top: 50%;
    right: 0;
    margin: -.1em 0 0 0;
    background: #FF003C;
    -webkit-transform-origin: -150% 50%;
    transform-origin: -150% 50%;
    -webkit-animation:
            rota 1.86s linear infinite,
            opa 4.29s ease-in-out infinite alternate;
    animation:
            rota 1.86s linear infinite,
            opa 4.29s ease-in-out infinite alternate;
}

.pts-spinner li:nth-child(3) {
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -.1em;
    background: #FABE28;
    -webkit-transform-origin: 50% -150%;
    transform-origin: 50% -150%;
    -webkit-animation:
            rota 1.45s linear infinite,
            opa 5.12s ease-in-out infinite alternate;
    animation:
            rota 1.45s linear infinite,
            opa 5.12s ease-in-out infinite alternate;
}

.pts-spinner li:nth-child(4) {
    top: 50%;
    left: 0;
    margin: -.1em 0 0 0;
    background: #88C100;
    -webkit-transform-origin: 250% 50%;
    transform-origin: 250% 50%;
    -webkit-animation:
            rota 1.72s linear infinite,
            opa 5.25s ease-in-out infinite alternate;
    animation:
            rota 1.72s linear infinite,
            opa 5.25s ease-in-out infinite alternate;
}

@-webkit-keyframes rota {
    from { }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes rota {
    from { }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@keyframes opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}