/* ------------------------------------------------------
                        PAGE
------------------------------------------------------*/
body{
    font-size:10pt;

}

header{
    z-index: 100;
    -webkit-box-shadow: 0px 6px 6px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 6px 6px -1px rgba(0,0,0,0.21);
    box-shadow: 0px 6px 6px -1px rgba(0,0,0,0.21);
}

footer{
    z-index: 100;
    background: #fff;
    border-top: 1px solid rgba(0, 40, 100, 0.12);
    color: #9aa0ac;
    -webkit-box-shadow: 0px -6px 6px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px -6px 6px -1px rgba(0,0,0,0.21);
    box-shadow: 0px -6px 6px -1px rgba(0,0,0,0.21);
}

@media print {
    footer {
        display: none;
    }
}

input[readonly]{
	background: #eee !important;
    box-shadow: none !important;
	pointer-events: none !important;
    touch-action: none !important;
}

/* Disabled Select2 */

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear,
select[readonly].select2-hidden-accessible + .select2-container .select2-search--inline{
    display: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__choice__remove{
    visibility: hidden;
    padding: 0;
    margin: 0;
}

select[disabled].select2-hidden-accessible + .select2-container .select2-selection__choice__remove{
    visibility: hidden;
    padding: 0;
    margin: 0;
}

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

/* Override dimensionamento pagina di Tabler */

#page-body{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: auto;
    padding-right: 5%;
    padding-left: 5%;
}

.container-fluid{
    width: 95%;
}

.container {
  width: 90% !important;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: unset !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: unset !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: unset !important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: unset !important;
  }
}

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

div.content {
    width : 1000px;
    height : 1000px;
}

.home_hiddend_td{
	background-color:#eeeeee
}

.border-flag{
	border:1px solid #cccccc
}

.img-logo{
	margin-right: 20px;
	margin-top:-7px;
}

.marginTop20{
	margin-top: 20px
}

.marginTop30{
	margin-top: 20px
}

.clickable{
	cursor:pointer;
}

.cerchio {
    width:20px;
    height:20px;
    border-radius:10px;
    float:left;
    margin-right: 20px
}

.nobull {
	list-style-type: none;
}

.grey_suggest{
	font-size:9pt;
	color:#ccc;
}

.mini-label{
	font-size:9pt
}

.img-thumbnail{
    padding: 0px !important
}

hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.card {
    margin-bottom: 0.75rem !important;
}

.card-body{
    padding:1rem !important;
}

.fa_in_tag{
    margin-top:5px !important;
    padding-right:2px !important;
}

.help-block{
    color: red
}

/* ------------------------------------------------------
                        TABLE
------------------------------------------------------*/
.table_ddts_list > thead > .info th{
    color: white;
}

.table_ddts_list > thead > .warning th{
    color: white;
}

.table_invoices_list > thead > .info th{
    color: white;
}

.table_invoices_list > thead > .warning th{
    color: white;
}

.table_reports_list > thead > .info th{
    color: white;
}

.table_reports_list > thead > .warning th{
    color: white;
}

.table_activity_assigned_list > thead > .info th{
    color: white;
}

.table_activity_assigned_list > thead > .warning th{
    color: white;
}

.table_activity_assigned_list > thead > td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-note td{
    padding: 0.75rem;
    border-top:none;
}

.td50{
	width: 50%;
}

.td30{
    width: 30%;
    background-color:#eee;
    font-weight: bold
}

.td20{
	width: 20%;
}

#cell_product .ms-sel-item {
	background: #5cb85c !important;
	color: white !important;
}

#cell_software .ms-sel-item {
	background: #ff5e00 !important;
	color: white !important;
}

#cell_machine .ms-sel-item {
	background: #337ab7 !important;
	color: white !important;
}

.fst_col{
	width:140px;
	margin-right: 30px;
	float: left
}
.snd_col{
	width:100px;
	margin-right: 30px;
	float: left
}

.thBorderRight > th{
	border-right: 1px solid #ccc
}

.cw{
    color: #286090;
    font-weight: bold;
}

.transfer_table{
	width:100%
}

.transfer_table td{
	height:30px;
	border-bottom:1px solid #eeeeee
}

.explode_customer, .explode_order, .explode_note, .explode_resp_att{
    cursor: pointer;
}


.select2.select2-container{
    width:100% !important;
    background-color: #ffffff !important;
    border-radius: .25rem;
    min-height: 38px;
}

.select2-container > .selection > .select2-selection{
    min-height: 38px !important;
}


.large-select + .select2-container > .selection > .select2-selection{
    min-height: 90px !important;
}

.table-ordershow{
    background-color: white;
}

.table-ordershow b{
    color: white;
}


/* ------------------------------------------------------
                        DATATABLES
------------------------------------------------------*/
.table-datatable-nolecom {
    width:100%;
    border: 1px solid #ccc;
    background-color:#fff !important;
}

/* ------------------------------------------------------
                        BUTTON
------------------------------------------------------*/
.btn-success, .btn-primary{
    color: #fff !important
}

.activity-button{
	margin-top:5px;
}

/* ------------------------------------------------------
                        REPORT
------------------------------------------------------*/
.report_element{
    min-width:300px !important
}

.report_name{
	width: 150px;
	float: left
}

.report_date{
	font-size:8pt;
	margin-left:20px
}

.report_customer{
	min-width:300px !important;
	background-color: #ccc;
}

.report_customer_odd{
	min-width:300px !important;
	background-color: #eee;
}

.report_customer_td{
	min-width:300px !important;
	background-color: #fff;
}

.report_customer_td_odd{
	min-width:300px !important;
	background-color: #fff;
}

.report_customer_td:hover{
	background-color: #ddd;
}

.report_customer_td_odd:hover{
	background-color: #ddd;
}

.report_element{
	cursor:pointer;
}
.report_element:hover{
	color: #dddddd;
}

.input_td_report{
	width: 20%;
	margin: 1.5%;
	white-space: normal;
	word-wrap: break-word;
	word-break: normal
}

.open-EditReportDay{
	cursor:pointer;
}

.complete_report{
	cursor:pointer;
}
.complete_report:hover{
	color: green;
}





/* ------------------------------------------------------
                        LOADER
------------------------------------------------------*/
#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('http://loadinggif.com/images/image-selection/3.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}





/* ------------------------------------------------------
                        ICON
------------------------------------------------------*/
.icon-label{
	font-size: 8pt;
}

.icon-detail{
	display: none;
}

.delete_element{
	cursor:pointer;
	color: #000000
}
.delete_element:hover{
	color: red;
}

.edit_element{
    cursor:pointer;
    color: #000000
}
.edit_element:hover{
    color: #337ab7;
}

.icon-small
{
    height:18px;
    margin:0;
	padding:0;
}

.icon-medium
{
    height:22px;
	margin:0;
	padding:0;
}





/* ------------------------------------------------------
                        NOTE
------------------------------------------------------*/
.note_danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    margin-bottom:5px;
}
.note_default {
    background-color: #eeeeee;
    border-left: 6px solid #ccc;
    margin-bottom:5px;
}
.note_success {
    background-color: #daffdb;
    border-left: 6px solid #4aa851;
    margin-bottom:5px;
}
.note_info {
    background-color: #e4f2fd;
    border-left: 6px solid #2693ec;
    margin-bottom:5px;
}
.note_warning {
    background-color: #fffeca;
    border-left: 6px solid #ffe54e;
    margin-bottom:5px;
}

.note_danger, .note_default, .note_success, .note_info, .note_warning > table{
    border-top: none !important;
}





/* ------------------------------------------------------
                        FORM
------------------------------------------------------*/
.form_no_modify + .select2 .select2-selection__choice__remove{
	display:none;
}

.form_no_modify + .select2{
	pointer-events: none;
    touch-action: none;
}

.is-invalid .select2-selection {
    border: 1px solid #cd201f !important;
    border-radius: 4px !important;
}



/* ------------------------------------------------------
                        event-timeline
------------------------------------------------------*/
.event-timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.event-timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.event-timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.event-timeline > li:before,
.event-timeline > li:after {
    content: " ";
    display: table;
}

.event-timeline > li:after {
    clear: both;
}

.event-timeline > li:before,
.event-timeline > li:after {
    content: " ";
    display: table;
}

.event-timeline > li:after {
    clear: both;
}

.event-timeline > li > .event-timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.event-timeline > li > .event-timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.event-timeline > li > .event-timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.event-timeline > li > .event-timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.event-timeline > li.event-timeline-inverted > .event-timeline-panel {
    float: right;
}

.event-timeline > li.event-timeline-inverted > .event-timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.event-timeline > li.event-timeline-inverted > .event-timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.event-timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.event-timeline-badge.success {
    background-color: #3f903f !important;
}

.event-timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.event-timeline-badge.danger {
    background-color: #d9534f !important;
}

.event-timeline-badge.info {
    background-color: #5bc0de !important;
}

.event-timeline-title {
    margin-top: 0;
    color: inherit;
}

.event-timeline-body > p,
.event-timeline-body > ul {
    margin-bottom: 0;
}

.event-timeline-body > p + p {
    margin-top: 5px;
}





/* ------------------------------------------------------
                        BLINK
------------------------------------------------------*/
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}





/* ------------------------------------------------------
                        ORDER
------------------------------------------------------*/
.stanby_order{
    background: #f6ed84;
}

.completed_order{
    background: #58b15b;
}

.billed_not_completed_order{
    background: #d9534f;
    color:#fff;
}

.all_assigned_order{
    background: #708eaa;
    color:#fff;
}

.all_assigned_order:hover{
    background-color: #4e7090;
}

.billed_not_completed_order:hover{
    background-color: #da3631;
}

.stanby_order:hover{
    background-color: #cbc258;
}

.completed_order:hover{
    background-color: #40a343;
}





/* ------------------------------------------------------
                        RESOURCE PLANNER
------------------------------------------------------*/
.cerchio_activity_not_editable{
    background: #555;
}
.cerchio_activity_assigned{
    background: #6ba5c1;
}
.cerchio_activity_completed{
    background: #28a745;
}
.cerchio_activity_take_in_care{
    background: #ffc107;
}





/* ------------------------------------------------------
                        MEDIA QUERY
------------------------------------------------------*/
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
	#work_description{ margin-top: 0px;}
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
	#work_description{ margin-top: 0px;}
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
	#work_description{ margin-top: 0px;}
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
	#work_description{ margin-top: 0px;}
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
	#work_description{ margin-top: -19px;}
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
	#work_description{ margin-top: -19px;}
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    div.divheader {
        position: fixed;
        top: 0px;
    }

    #content {
        margin-top: 95px;
    }

	a[href]:after {
	    content: "" !important;
	}
}

.chat-box{
    position: fixed;
    right: 20px;
    bottom: 0px;
    background: white;
    width: 350px;
    border-radius: 5px 5px 0px 0px;
    z-index:9999;
}
.chat-head{
    width: inherit;
    height: 40px;
    background: #2c3e50;
    border-radius: 5px 5px 0px 0px;
    cursor:pointer;
}

.chat-user:hover{
    border: 1px solid rgba(0, 40, 100, 0.12);
    background-color: #ffffff;
    cursor:pointer;
}

.chat-user{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.25rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.chat-tabs{
    padding: 0 !important;
    margin:0 !important;
    white-space:nowrap !important;
    display: inline-block !important;
}

.chat-tab{
    background-color: #ffffff !important;
    padding: 0.5rem !important;
}

.chat-tab.active{
    background: rgba(70, 127, 207, 0.2) !important;
}

.private-chat-tab.active{
    background-color: #c8d9f1 !important;
}

.chat-tabs > .nav-item{
    padding: 0 !important;
    display: inline-block;
    vertical-align: middle !important;
}

.chat-tabs > .nav-item > .nav-link.active:hover{
    background: rgba(70, 127, 207, 0.2) !important;
    color: #467fcf !important;
}

.message-time{
    display: none;
}

.chat-line:hover > .chat-message > .message-time{
    display: block;
}

.chat-line-friend:hover > .chat-message > .message-time{
    color: #495057 !important;
}

.avatar{
    min-height: 32px !important;
    min-width: 32px !important;
}

.chat-line:hover.chat-line-friend > .delete-msg{
    margin-left: auto !important;
    display: inline !important;
}

.chat-line:hover:not(.chat-line-friend) > .delete-msg{
    margin-right: auto !important;
    display: inline !important;
}

.delete-msg{
    display: none !important;
}

.chat-message{
    margin: 0 .5rem 0 0.5rem !important;
}

.private-chat-tab:hover > .chat-close{
    display: flex ! important;
}

.chat-close{
    cursor: pointer !important;
    padding: 0.5rem !important;
    display: none !important;
    position: absolute !important;
    top: .25rem !important;
    right: .25rem !important;
    background: #cd201f !important;
    border: 2px solid #fff;
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 50% !important;
    line-height: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 9999 !important;
}

.chat-close > .fa-times{
    position: absolute !important;
    font-size: 11px !important;
}

.chat-unread{
    cursor: pointer !important;
    padding: 0.5rem !important;
    position: absolute !important;
    top: .25rem !important;
    right: .25rem !important;
    background: #cd201f !important;
    border: 2px solid #fff;
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 50% !important;
    line-height: 0 !important;
    justify-content: center !important;
    align-items: center !important;
}

.chat-unread > text{
    position: absolute !important;
    font-size: 11px !important;
    right: 5px !important;
}

.chat-box-indicator{
    text-align: center;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    border: 0 none;
    margin: 0;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1000000;
    background: #e52f48;
}

.chat-box-indicator-text{
    border: 0 none;
    padding: 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: white;
    z-index: 1000001;
    display: block;
    line-height: 21px;
    width: 100%;
    height: 100%;
}

.add-expense-form .form-group{
    width: 100%;
}

.edit-expense-form .form-group{
    width: 100%;
}

input[type='color']{
    padding: 0!important;
}

/* Homepage tabs */

.home-tabs{
    border-bottom: 1px solid #ddd;
}

.home-sections{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tab-section {
    padding: 1rem;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
}

.section-container{
    overflow: auto;
    flex: 1;
}

.section-search{
    box-shadow: 0 3px 3px rgba(50, 50, 50, 0.1);
}

.tab-input {
    display: none;
}

.tab-label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

.tab-label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

.tab-label:hover {
    color: #888;
    cursor: pointer;
}

.tab-input:checked:first-child + .tab-label {
    border-left: 1px solid #fff;
}

.tab-input:checked + .tab-label {
    color: #555;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #467fcf;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 650px) {
    .tab-label:before {
        margin: 0;
        font-size: 18px;
    }
}
@media screen and (max-width: 400px) {
    .tab-label {
        padding: 15px;
    }
}

.card-header[data-toggle="card-collapse"]{
    cursor: pointer;
}

.markdown-body {
    font-size: 85% !important;
}

.tooltiptopicevent{
    width:auto;
    display: none;
    height:auto;
    border:1px solid black;
    background:#edeff2;
    position:absolute;
    z-index:10001;
    padding:10px 10px 10px 10px ;
    line-height: 200%;
    color: #000;
    font-size: 0.85em;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
}

.popover .select2-container{
    min-width: 200px;
    margin-bottom: 0.5rem;
}

.card-options {
    color: inherit !important;
    align-items: center;
}

.img-thumbnail{
    max-width: 30px !important;
}

.back-to-top {
    z-index: 101;
    cursor: pointer;
    position: fixed;
    bottom: 95px;
    right: 20px;
    border-radius: 20px !important
}

.callcenter {
    z-index: 101;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    left: 20px;
    border-radius: 20px !important
}

.ticket {
    z-index: 101;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 20px !important
}

/* CSS Specify Activities */

.nolecom-grid {
    display: grid;
    grid-column-gap: 0.25rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.activity-grid {
    border: 1px solid #fff;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-color: #f8fafc;
}

.activity-grid:hover {
    border: 1px solid rgba(0, 40, 100, 0.12);
}

.activity-grid:hover .activity-actions{
    display: block;
}

.activity-actions:active{
    display: block;
}

.activity-actions{
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.25rem;
}

.activity-grid > div{
    display: flex;
    align-items: center;
    position: relative;
}

.activity-grid .select2.select2-container {
  height: 100%;
}

.activity-grid .select2.select2-container > .selection > .select2-selection {
  height: 100%;
}

.open-activity-details:hover{
    text-decoration: underline;
}

.activity-name {
    grid-column: 1/5;
    position: relative;
}

.activity-owners {
    grid-column: 5/8;
}

.activity-operations {
    grid-column: 8/13;
}

.activity-operations input{
  background-color: inherit;
  padding: 0.5rem 0 0 0;
  text-align: center;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.activity-operations input[type='number'],
.activity-operations input::-webkit-outer-spin-button,
.activity-operations input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance:textfield;
  margin: 0;
}

.activity-operations input[readonly],
.activity-owners select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background-color: inherit !important;
}

.activity-operations input:focus{
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
}

#info-grid > div:first-child {
    border-top: 1px solid rgba(0, 40, 100, 0.12);
}

#info-grid > div {
    padding: 0.75rem;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.actions-menu {
    position: fixed;
    min-width: 300px;
    left: -250px;
    transition: 0.5s;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.21);
    top: calc(50% - 200px);
}

.actions-menu button,
.actions-menu a{
    display: flex;
    align-items: center;
}

.actions-menu i{
    margin-left: auto;
}

.actions-menu:hover {
    left: 0;
}

/* Activities statuses */

.pending-activity{
  background-color: #f5d2d2;
  border-color: #f1c1c0;
}

.taken-in-charge-activity{
  background-color: #fcf3cf;
  border-color: #fbeebc;
}

.deleted-activity{
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.completed-activity {
  background-color: #dff1cc;
  border-color: #d2ecb8;
}

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

.input-with-label {
    display: inline-block;
    position: relative;
}

.input-with-label .lbl {
    position: absolute;
    white-space: nowrap;
    top: -5px;
    font-size: 12px;
    opacity: 0.5;
    left: 50%;
    transform: translate(-50%, 0);
}

.ldr {
    z-index: 1;
    position: absolute;
    font-size: 12px;
    opacity: 0.5;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url('/images/loading.gif');
    background-repeat: no-repeat;
    background-size: 110px 60px;
    background-position: center;
}

.custom-header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 40, 100, 0.12) !important;
	margin-bottom: 0.5rem;
	padding-bottom: 0.75rem;
}

.custom-header:not(:first-child){
    padding-top: 0.75rem;
}

.btn-loading.btn-loading-dark:after {
    border-color: #495057;
  }

.dropzone.hzScroll {
    overflow: auto;
    white-space: nowrap;
}

.custom-header button{
    width: 30px;
    padding: 0.25rem;
}

.custom-control.custom-checkbox{
    display: flex;
    align-items: center;
}

.empty-data{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-decoration: none;
    left: 0;
    background: none!important;
    border: none;
    padding: 0!important;
    display: none;
}

.activity-grid:not(.disabled-grid):not(.pending-activity):not(.taken-in-charge-activity):not(.completed-activity):not(.disabled-grid) input:hover + .empty-data,
.empty-data:hover{
    display: block;
}

.link{
    font-weight: 600;
    letter-spacing: .03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
    color: #467fcf;
    text-decoration: none;
}

.planner-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.5;
    background: url("{{ asset('images/loading.gif') }}?a={{'now'|date('U')}}") center no-repeat #fff;
}

.fc-today {
    background: #87CEFA !important;
    border: 2px solid #4682B4 !important;
    font-weight: bold;
} 

.not-owned{
    opacity: .4;
}

.fc-sun, .fc-sat { 
    color:#111; 
    background-color: rgba(204, 204, 204, 0.2); 
}

.event-overlapped{
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
    color: #fff !important;
}