[id^=google-visualization-errors-all-]{
  display: none !important;
}
#modal-task-info{
  width:650px !important; 
  margin-left: -325px !important;
}
div.checker{
  display: none;
}

#templateTaskList .sorting_1{
  color: white;
}

#tableTaskList .sorting_1{
  color: white;
}

/*TASK STYLE*/
.bck-red{
  background-color: #cf5c63;
}

.bck-orange{
  background-color: #ffa536;
}
.bck-green{
  background-color: #3cd897;
}
.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime{
  color:#333 !important;
}
.btn.btn-outline.green.active, .btn.btn-outline.green:active, .btn.btn-outline.green:active:focus, .btn.btn-outline.green:active:hover, .btn.btn-outline.green:focus, .btn.btn-outline.green{
  border-color: #32c5d2 !important;
    color: #FFF !important;
    background-color: #32c5d2 !important;
}
.btn-group.btn-group-circle > .btn:first-child{
  border-radius: 25px 25px !important;
}
.red.btn {
    color: #FFFFFF !important;
    background-color: #cb5a5e !important;
}
#modal-preview-email{
  width:80% !important;
  left:10% !important;
  margin-left:0px !important;
}
#modal-preview-email .modal-body{
  height:400px !important;
}

/*#modal-term{
  width:80% !important;
  left:10% !important;
  margin-left:0px !important;
}
#modal-term .modal-body{
  height:550px !important;
}*/

#modal-notes{
  width:60% !important;
  left:20% !important;
  margin-left:0px !important;
}


/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}

}


.page-404 .number {
    position: relative;
    top: 35px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    color: #7bbbd6;
    text-align: right;
}


.page-404 .number, .page-500 .number {
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
}

.page-404 {
    text-align: center;
}


/*TOOLTIP*/

.tooltip2 .tooltiptext {
    visibility: hidden;

    background-color: #E5E5E5;
    color: #000;
    text-align: left;
    border-radius: 6px !important;
    padding: 5px;
    margin-left: 100px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
}

.span-link:hover{
    text-decoration: underline;
}

.email-container{
  border: 1px solid #c7c7c7;
  padding: 1em;
  margin-bottom:50px;
}
.grey-border-bottom{
  border-bottom: 1px solid #b5b5b5!important;
}
.lang-separator{
  border-top: 1px solid #a8a8a8;
  margin-top:0;
}
.orange{
  background-color: orange;
color: white;
}
