﻿@import "utilities.css";

.page-content-wrapper .page-content
{
    padding-top: 16px !important;
    position: relative;
}

.page-header-fixed .page-container
{
    margin-top: 55px !important;
}

.page-header.navbar
{
    height: 55px !important;
}

.page-header.navbar .page-logo .logo-default
{
    margin-top: 2px !important;
}

.telcopack_bg {
    background-color: #22a8e0 !important;
}

.ebillstatus{
    border-left:0!important;
}
.ebillstatus .d-flex > div{
    padding-right: 15px;
}

.text-danger{
    color: red;
    font-weight: bold;
}
.fs-17 {
    font-size: 17px;
}
.h-auto {
    height: auto;
}
.letter-spacing-normal{
    letter-spacing: normal;
}
.ws-badge{
    padding: 12px;
}

.center-between {
    align-items: center;
    justify-content: space-between;
}
.telcopack_border {
    -moz-border-bottom-colors: #22a8e0 !important;
    -moz-border-left-colors: #22a8e0 !important;
    -moz-border-right-colors: #22a8e0 !important;
    -moz-border-top-colors: #22a8e0 !important;
    border-color: #22a8e0 !important;
    border-image: none !important;
    border-style: none solid solid !important;
    border-width: 0 1px 1px !important;
}

.transparent_bg
{
    background-color: none !important;
}

.myblue {
    border-bottom: 3px solid rgb(88, 208, 218) !important;
    background-color: #cdf0ff !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

tr.inactive td {
    background-color: #82828259 !important;
}

.myred td {
    border-bottom: 3px solid rgb(243, 157, 163) !important;
    background-color: rgb(251, 220, 222) !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.myred th {

    border-bottom: 3px solid rgb(251, 220, 222) !important;
    background-color: rgb(243, 157, 163) !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}


.myblue_hide {
    color: #cdf0ff !important;
}

.mywhite_hide:hover{
    color: white !important;
}

.mywhite_hide{
    color: white !important;
    text-decoration: none !important;
}

.child td {
    padding-left: 15px !important;
}

.child ul{
    width: 100% !important;
}

.deleted {

    background-color: #dddddd !important;
}

.deleted .mywhite_hide {

    color: #dddddd !important;
}

.deleted:hover {
    background-color: #dddddd !important;
}

.dataTables_filter
{
    text-align: right;
}

.font_white {
    color: white !important;
}

.page-content
{
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.table
{
    border-collapse: collapse !important;
}

table.dataTable thead .sorting::after {
    content: "" !important;
}

table.dataTable thead .sorting_desc::after {
    content: "" !important;
}

table.dataTable thead .sorting_asc::after {
    content: "" !important;
}
td.details-control {
    background: url('/img/arrow_down.png') no-repeat center center;
    cursor: pointer;
}
tr.parent td.details-control {
    background: url('/img/arrow_up.png') no-repeat center center;
    
}


th.details-control {
    width: 19px !important;
}
.top-menu li a[id='Login'] {
    color: #b4bcc8;
    padding-right: 8px !important;
}


.groupsorting:hover {
    cursor: pointer;
}
.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
/* Documents page loader start */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#tree-wrapper {
  opacity: 0.2;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.portlet-body #document-info .table-responsive {
    overflow-y: hidden;
}
.jstree-leaf {
    display: none !important;
}
/* Documents page loader end */



@media (max-width: 767px) {
  .table-responsive .dropdown-menu,
  .table-responsive .dropdown-toggle,
  .table-scrollable .dropdown-menu,
  .table-scrollable .dropdown-toggle
   {
        position: static !important;
  }
}

@media (min-width: 768px) {
/*
    .table-responsive,
    .table-scrollable {
        overflow: visible;
    }
*/
}

/* Single line align */
.line-align {
    line-height: 34px;
}




.even 
{
    background-color: #e9e9e9;
    height: 35px;
}

.round
{
    border: 1px solid rgb(207, 207, 207);
	
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

	-webkit-background-clip: padding-box ; 
	-moz-background-clip:    padding; 
	background-clip:         padding-box;
		
}





.amcharts-chart-div > a {
    display: none !important;
}



/*specific for dialog */
.ui-widget-overlay {
    background: #aaa !important;
    opacity: 0.3 !important;
    z-index: 100 !important;
}

#toast-container {
    display: block;
    position: fixed;
    z-index: 100000
}

@media only screen and (max-width: 600px) {
    #toast-container {
        min-width: 100%;
        bottom: 0%
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%
    }
}

@media only screen and (min-width: 993px) {
    #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%
    }
}

.toast {
    border-radius: 2px;
    top: 35px;
    width: auto;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default
}
.tblusers  tr{
    cursor: pointer;
}
.btn-black, .btn-black:hover {
    color: white;
    background-color: black;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.PrestationGroup tr .deleted {
    text-decoration: line-through;
}
.table.dataTable tbody tr.red, .table.dataTable tbody tr.red  td.sorting_1 {
    background-color: rgb(255 241 241)!important;
}
.table.dataTable tbody tr.orangeviolet, .table.dataTable tbody tr.orangeviolet td.sorting_1 {
    background-color: rgba(255, 228, 215) !important;
}

.orangeviolet {
    background-color: rgba(255, 228, 215) !important;
}
#invoices .open-history{
    cursor:pointer;
    text-decoration: underline;
}