html,
body{
   height: 100%;
}

body {
   margin: 0;
   padding: 0;
   min-height: 100%;
   font: 13px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #333333;
   background-color: #f3f3f3;
}

#header {
   padding: 10px;
   background-color: #fff;
}

.show-colours {
   display: inline-grid;
}

.hide-tooltip {
   display: none!important;
}

.hide-colours {
   display: none;
}

#grid-container div {
   width: 40px;
   height: 30px;
   margin: 5px;
}

.show-colours div{
   transition: ease-in-out all 0.15s;
}

   .show-colours div:hover {
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.50);
      -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.50);
      box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.50);
   }

.gray {
   background-color: #2d333f;
   cursor: pointer;
}
.blue-gray {
   background-color: #37464f;
   cursor: pointer;
}
.brown {
   background-color: #4e342e;
   cursor: pointer;
}
.light-brown {
   background-color: #7a372c;
   cursor: pointer;
}
.wine {
   background-color: #890301;
   cursor: pointer;
}
.red {
   background-color: #b71515;
   cursor: pointer;
}
.orange {
   background-color: #ce5621;
   cursor: pointer;
}
.yellow {
   background-color: #ffa000;
   cursor: pointer;
}
.violet {
   background-color: #842d5d;
   cursor: pointer;
}
.dark-violet {
   background-color: #4d125b;
   cursor: pointer;
}
.dark-purple {
   background-color: #4a148c;
   cursor: pointer;
}
.purple {
   background-color: #492eaa;
   cursor: pointer;
}
.navy {
   background-color: #052f51;
   cursor: pointer;
}
.dark-blue {
   background-color: #113e75;
   cursor: pointer;
}
.blue {
   background-color: #1b3ca5;
   cursor: pointer;
}
.light-blue {
   background-color: #1565c0;
   cursor: pointer;
}
.lighter-blue {
   background-color: #0770ef;
   cursor: pointer;
}
.dark-teal {
   background-color: #005c9b;
   cursor: pointer;
}
.teal {
   background-color: #145b7a;
   cursor: pointer;
}
.darker-green {
   background-color: #083c3f;
   cursor: pointer;
}
.dark-green {
   background-color: #00685a;
   cursor: pointer;
}
.green {
   background-color: #10913b;
   cursor: pointer;
}
.light-green {
   background-color: #11a546;
   cursor: pointer;
}
.lime {
   background-color: #60a33d;
   cursor: pointer;
}

.bodystyle {
   background-color: #f3f3f3;
}

body .display {
   display: flex;
   flex-direction: column;
   height: 100%;
}

#bg-page {
   background-color: #f3f3f3;
/*   height: calc(100% + 40px);*/
}

#bg-page-top{
/*   height: 100%;*/
}

#container {
   margin: 0 auto;
   flex: 1 0 auto;
   background: #fff;
}

@media screen and (max-width:1020px) {
   #container,
   #footer{
      width: 980px;
   }
}

@media screen and (min-width:1021px) and (max-width:1599px) {
   #container,
   #footer {
      width: 90%;
   }
}

@media screen and (min-width:1600px) {
   #container,
   #footer {
      width: 80%;
   }
}

.return-btn {
   background-size: 25px;
   border: 1px solid #767676;
   border-radius: 3px;
   background-color: #efefef;
}

   .return-btn:hover {
      background-color: #e5e5e5;
   }

.rtCalloutTopLeft{
   display: none!important;
}

/* ======================================== top account bar ======================================== */
#account {
   width: 100%;
   font-size: 11px;
   background-color: rgba(19, 119, 188, 0.05);
   border-top: 5px solid #407bbf;
   padding: 3px 0;
   border-bottom: 1px solid #ededed;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   height: 34px;
}

.basic-btn {
   padding: 5px 7px;
   background-color: #F5F5F5;
   border: 1px solid #bdc3c7!important;
   border-radius: 3px;
   transition: ease-in-out all 0.2s;
   color: #282828;
}

   #account a {
      color: #282828;
      padding: 0 15px;
   }

        #account a:hover {
            color: #333333;
        }

   #account div {
      display: inline-flex;
      align-content: center;
   }

/* ======================================== header ======================================== */
#header {
}

.flex {
    display: flex;
}


#quicklinks {
    float: right;
    padding-right: 15px;
}

/* tab (Services/Partners/myECN) styles defined in src/tabs.css */

/* sub nav styles defined in src/nav.css */


/* ======================================== main content area ======================================== */

#breadcrumb {
    margin: 0;
    padding: 13px 20px;
    font-size: 11px;
    line-height: 20px;
    color: #858E99;
}

    #breadcrumb a {
        color: #333333;
    }

        #breadcrumb a:hover {
            color: #444444;
        }


#sidenav {
    float: left;
    padding-left: 15px;
}

.sidebar-content {
    background: url(../images/page/sidebar-bg.png) top left repeat-y;
    font-size: 11px;
    line-height: 14px;
    width: 198px;
    padding: 7px 12px 10px 18px;
    color: #666666;
}

    .sidebar-content p {
        margin: 0 0 5px;
    }


#sidenav ul {
    margin: 0;
    padding: 4px 0 0;
    list-style: none;
}

#sidenav li {
    margin: 0;
    padding: 0;
    display: inline;
}

    #sidenav li a {
        display: block;
        text-decoration: none;
        color: #666666;
        background: url(../images/page/bullet-blue2.gif) top left no-repeat;
        padding: 3px 0 9px 17px;
    }

        #sidenav li a:hover {
            text-decoration: underline;
        }

.sidebar-end {
    background: url(../images/page/sidebar-end.png) top left no-repeat;
    height: 19px;
    width: 228px;
}

.underline{
   text-decoration: underline;
}

#content {
   width: auto;
   background-color: #fff;
   padding: 15px 30px;
   margin: 0;
   height: calc(100% - 215px);
}

.login {
/*   min-height: 600px;*/
   display: flex;
   align-items: center;
   height: 100%;
}

h1 {
   margin: 0 0 12px;
   padding: 10px 0 0;
   font: normal 16px/20px Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}

h2 {
    margin: 25px 0 12px;
    padding: 0;
    font: normal 16px/20px Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

h3 {
}

h4 #head1 { /* used as sidebar headings */
    margin: 0;
    padding: 9px 0 3px 18px;
    font: 10px/14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: url(../images/page/sidebar-h4-bg.png) top left no-repeat;
}

/*p {
    margin: 12px;
}*/

a {
   color: #1565C0;
}


form td input, select, textarea {
    font: 11px Arial, Helvetica, sans-serif;
    color: #333333;
    text-align: left;
}


l {
    margin: 12px 0;
    padding: 0;
    list-style: none;
}

#mainDiv {
   min-height: 500px;
   width: 100%;
}


/* ======================================== footer ======================================== */

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

#footer {
    font-size: 11px;
    line-height: 20px;
    color: #666666;
    background-color: #fff;
    margin: 0 auto;
    border-top: 1px solid #efefef;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

    #footer div {
        /*padding: 10px 0;*/
    }

.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*    #footer p {
        margin: 0 auto;
        text-align: center;
    }*/

    #footer a {
        color: #282828;
    }

        #footer a:hover {
            color: #333333;
        }

table th {
   background-color: #eaeaea;
   color: #333;
}
#ctl00_MasterContentPlaceHolder_menuGrid_ctl00 th {
   color: #333 !important;
}

.RadCalendar_Bootstrap .rcMain .rcRow .rcSelected a {
   color: #fff!important;
}

/* ======================================== odds + ends ======================================== */
.separator {
   margin: 25px 0;
   border-bottom: 1px solid #D9D9D9;
   font-size: 0;
   line-height: 0;
}

#cross-sell { /* used on product pages - "clients using this service also use... " */
    float: right;
    width: 220px;
    margin-left: 60px;
    min-height: 230px;
    background: url(../images/page/cross-sell-bg.gif) top left no-repeat;
    font-size: 11px;
    line-height: 16px;
}

    #cross-sell p {
        margin: 12px 0 0 18px;
    }

    #cross-sell ul {
        margin: 5px 0 0 15px;
    }

        #cross-sell ul li {
            margin-bottom: 3px;
        }


.table-side-th {
    margin: 20px 0;
    width: 500px;
    border-top: 3px solid #407bbf;
    background-color: #F7F7F7;
}

    .table-side-th th {
        font: bold 11px/14px Arial, Helvetica, sans-serif;
        text-align: left;
        text-transform: uppercase;
        color: #FFFFFF;
        background-color: #92B5D6;
        padding: 8px 12px;
        border-bottom: 1px solid #7FA2C3;
        width: 126px;
    }

    .table-side-th td {
        vertical-align: top;
        padding: 5px;
        border-bottom: 1px solid #D9D9D9;
        font-size: 11px;
        line-height: 14px;
    }

    .table-side-th tr:hover {
        background-color: #FFFFFF;
    }


.table-top-th {
    margin: 20px 0;
    width: 500px;
    background-color: #F7F7F7;
}

    .table-top-th th {
        font: normal 12px/14px Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #407bbf url(../images/page/th-bg.gif) top left repeat-x;
        padding: 8px 12px;
    }

    .table-top-th td {
        font-size: 11px;
        line-height: 14px;
        vertical-align: top;
        padding: 5px 0;
        border-bottom: 1px solid #D9D9D9;
    }

    .table-top-th tr:hover {
        background-color: #FFFFFF;
    }

    .table-top-th i img {
        margin: 0 5px 0 10px;
    }


    .table-top-th td table {
        margin: -5px 0;
    }

    .table-top-th td td {
        border: none;
        padding-right: 5px;
    }


.button {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #407bbf;
    height: 30px;
}

.pale-text { /* used for phone numbers in service list */
    color: #787878;
}

.GroupedLeft {
   background-color: #f9f9f9;
   width: 100%;
   margin: 0 0 20px 0;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}

.GroupedRight {
   background-color: #f9f9f9;
   width: 100%;
   margin: 0 0 20px 0;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}

.PushLeft {
   width: calc(50% - 15px);
   float: left;
   clear: left;
   margin-right: 15px;
}

.PushRight {
   width: calc(50% - 15px);
   float: right;
   clear: right;
   margin-left: 15px;
}

.GroupHeader {
   background-color: #407bbf;
   color: #FFF;
   padding: 10px;
   text-align: center;
}

.MiddleHeader {
    margin-top: 50px;
    margin-right: 250px;
    margin-bottom: 250px;
    margin-left: 250px;
}

.MiddleHeaderLogin {
    margin: 0 auto;
}

.LeftHeader {
    margin-top: 10px;
    margin-right: 450px;
    padding-bottom: 50px;
    margin-left: 50px;
    float: left;
}

.RightHeader {
    margin-top: 7px;
    margin-left: 600px;
    padding-bottom: 50px;
    margin-right: 50px;
    float: right;
    position: absolute;
}

.LongHeader {
   margin-top: 10px;
   margin-bottom: 20px;
   font-size: small;
}

.LongHeaderService {
    margin: 10px 0 30px 0;
}

.bg-light-gray{
   background-color: #f9f9f9;
}

.shadow-default {
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}

.LongBreadCrumb {
    margin-top: 10px;
    padding-bottom: 50px;
}

.FormDiv {
   background-color: #f9f9f9;
   -moz-border-bottom-left-radius: 8px;
   -moz-border-bottom-right-radius: 8px;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}
.text-italic{
    font-style: italic;
}

.RegisterDiv {
   background-color: #f9f9f9;
   height: 431px;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}

.internalFormDiv {
   background-color: #f9f9f9;
}

.PasswordDiv {
    background-color: #f9f9f9;
    height: auto;
    padding: 20px;
    text-align: center;
}

.FormControls {
   padding-right: 30px;
   padding-left: 30px;
   min-height: 300px;
   width: 760px;
   margin: 0 auto;
}

.FormControlsLogin {
    margin-top: 0px;
    min-height: 300px;
    width: 230px;
}

.myPushLeft {
    width: 400px;
    float: left;
    clear: left;
    margin-left: 50px;
}

.myPushRight {
    width: 400px;
    float: right;
    clear: right;
    margin-right: 50px;
}

.greyback {
    background-color: #f9f9f9;
}

.accordion {
   background-color: #f9f9f9;
   padding: 20px;
}

#content a {
    text-decoration: none;
}

.breadcrumbs {
    color: #407bbf;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.breadcrumb-div {
   position: relative;
   display: inline-flex;
   align-items: center;
   width: 100%;
   justify-content: space-between;
   height: 40px;
}

.clouddial-btn,
.dashboard-btn{
   text-align: right;
}

.clouddial-btn {
   width: 108px;
}

   .dashboard-btn{
      width: 115px;
   }

   .validate {
      color: #e74c3c;
   }

.js #main .accordion {
    visibility: hidden;
}

.js #side .accordion {
    display: none;
}

.accordion h4 {
    background-color: #f9f9f9;
}

.accordion li {
    list-style-type: none;
}

    .accordion li.last-child {
        margin-left: 19px;
        list-style-type: disc;
    }

#side ul.accordion ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.accordion .outer {
    background-color: #f9f9f9;
}

.accordion .inner {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
}

    .accordion .inner .inner {
        padding-bottom: 0;
    }

.accordion p {
    margin: .5em 1px 1em;
}

a.trigger {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 1px 50%;
    font-weight: 700;
}

.last-child a.trigger {
    padding-left: 20px;
    background-image: none;
    font-weight: bold;
}

#main a.trigger {
    background-color: #eaeaea;
}

    #main a.trigger.open {
        border-color: #dadada;
        background-color: #e7e7e7;
    }

#main a:hover.trigger.open, #main a:focus.trigger.open, #main a:active.trigger.open {
    border-color: #bcd;
}

#side a.active {
    font-weight: 700;
    color: #f72;
    text-decoration: none;
}

.add {
    position: relative;
    right: -690px;
    top: -10px;
}

/* ======================================== PBXReporting ======================================== */

.raw-talker {
    width: 100%;
    height: auto;
}

.raw-child {
    width: 297px;
    float: left;
}

    .raw-child:nth-child(3) {
        width: 200px;
    }

.pull-right{
   float: right;
}
.error {
   padding-left: 10px;
}
input {
    font-size: 11px !important;
}
input[type=submit] {
   transition: 0.3s ease-in-out all;
}
input[type=submit]:hover{
   cursor: pointer;
}
.text-medium{
   font-weight: 600;
}
.billing-icons{
   margin-left: 15px;
   margin-right: 5px;
}
.animate-cog {
   transition: all 0.3s ease-in-out;
}
   .animate-cog:hover {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
   }
.mb-0 {
   margin-bottom: 0;
}
.text-center{
   text-align: center;
}
.phone-thumb .rddlItemImg {
   width: 90px;
}
.phone-thumb .rddlItemImg {
   width: 90px;
}

/*colour theme*/

.colour-theme {
   position: relative;
   display: inline-flex;
   align-items: center;
}

   .colour-theme p {
      margin: 0;
   }

#grid-container {
   width: 200px;
   height: auto;
   margin: 0 0 0 255px;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: 1fr 1fr 1fr;
   gap: 0px 0px;
   grid-template-areas: ". . . ." ". . . ." ". . . .";
   position: absolute;
   background-color: #fff;
   padding: 5px;
   z-index: 999;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}

#colours-icon {
   margin-left: 85px;
   transition: 0.3s ease-in-out all;
   z-index: 999;
   border-radius: 50%;
   padding: 5px;
   border: 1px solid #444;
}
.pal-icon{
   fill: #444;
}

   #colours-icon:hover {
      cursor: pointer;
      transform: rotate(360deg);
   }

.bg-colours {
   width: 100vw;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 500;
   display: none;
   background-color: rgba(0,0,0,0.25);
}

/*service icons*/
.mainservice-icon {
    background-blend-mode: luminosity;
    background-color: #485f77;
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
    background-size: contain;
    border-radius: 50%;
    transition: ease-in-out all 0.2s;
    margin-bottom: 10px;
}

   .mainservice-icon:hover {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
      -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
      box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
   }

.mainservice-icon-crm {
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-position: center !important;
}

.service-icon {
    background-blend-mode: luminosity;
    background-color: #407bbf;
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
    background-size: contain;
    border-radius: 50%;
    transition: ease-in-out all 0.2s;
    margin-bottom: 10px;
}

    .service-icon:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    }

.small-icons {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
}

    .small-icons:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    }

/*Addons*/

.app-icon {
    cursor: pointer;
    background-blend-mode: luminosity;
    background-color: #407bbf;
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block;
    background-size: contain;
    border-radius: 50%;
    transition: ease-in-out all 0.2s;
}

   .app-icon:hover,
   .custom-app-icon:hover {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
      -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
      box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
   }
.custom-app-icon {
   width: 30px;
   height: 30px;
   fill: #ff6c32;
   border-radius: 50%;
   background-color: rgba(255, 108, 50, 0.1);
   padding: 15px;
   transition: ease-in-out all 0.2s;
}
.inline-flex{
   display: flex;
}
.align-center{
   align-items: center;
}
.align-start {
   align-items: flex-start;
}
.align-bottom {
    align-items: flex-end;
}
.justify-center{
   justify-content: center;
}
.justify-evenly {
   justify-content: space-evenly;
}
.justify-space-between {
   justify-content: space-between;
}
.justify-end {
   justify-content: flex-end;
}
.align-items-center{
   align-items: center;
}
.align-items-end {
    align-items: end;
}
.align-end {
   align-items: flex-end;
}
.relative {
   position: relative;
}
.m-3-12 {
   margin: 3% 12%;
}
.mx-0{
   margin-left: 0;
   margin-right: 0;
}
.my-0 {
   margin-top: 0;
   margin-bottom: 0;
}
.pl-0{
    padding-left: 0!important;
}
.pr-0 {
    padding-right: 0!important;
}
.p-15{
   padding: 15px;
}
.p-20{
   padding: 20px;
}
.pl-20 {
   padding-left: 20px;
}
.pr-20 {
   padding-right: 20px;
}
.px-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.py-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.py-10 {
   padding-top: 10px;
   padding-bottom: 10px;
}
.py-15 {
   padding-top: 15px;
   padding-bottom: 15px;
}
.py-20 {
   padding-top: 20px;
   padding-bottom: 20px;
}

.px-20 {
   padding-left: 20px;
   padding-right: 20px;
}
.my-10 {
   margin-top: 10px;
   margin-bottom: 10px;
}
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.mx-20 {
   margin-left: 20px;
   margin-right: 20px;
}
.my-20 {
   margin-top: 20px;
   margin-bottom: 20px;
}
.mr-10{
   margin-right: 10px;
}
.ml-10 {
   margin-left: 10px;
}
.mt-20 {
   margin-top: 20px;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-2 {
    margin-bottom: 2px !important;
}
.mb-0{
    margin-bottom: 0!important;
}
.mt-0{
    margin-top: 0!important;
}

.text-bold{
    font-weight:600;
}
.flex-shrink {
   flex: 0 1;
   padding: 0 20px;
}

.flex-grow {
   flex: 1;
   padding: 20px 20px 0 20px;
}

.save-btn {
   background-color: #f5f5f5!important;
   color: #666!important;
   text-align: center;
}

.save-btns {
   padding: 20px 0;
   justify-content: flex-end;
}
.pb-20 {
    padding-bottom: 20px;
}
.img-description {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    border-radius: 5px;
}
.save-btn-row {
   justify-content: flex-end;
   margin-right: 20px;
}
.w-100 {
   width: calc(100% - 24px) !important;
}
.w-85 {
   margin: 20px auto !important;
   width: 85% !important;
}
.w-75{
   margin: 20px auto!important;
   width: 75%!important;
}
.w-50 {
   margin: 20px auto !important;
   width: 50% !important;
}
.w-400px {
   margin: 20px auto !important;
   width: 400px !important;
}
.mr-15{
   margin-right: 15px;
}
.ml-15 {
   margin-left: 15px;
}
.mr-20 {
   margin-right: 20px!important;
}
mr-5 {
    margin-right: 5px !important;
}
.ml-20 {
   margin-left: 20px;
}
.mt-15{
   margin-top: 15px;
}
.mb-15 {
   margin-bottom: 15px;
}
.mt-0{
   margin-top: 0;
}
.user-list-item{
   width: 100%;
   display: inline-flex;
   align-items: center;
   margin-bottom: 5px;
}
.alert-message {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 99%;
   border: 1px solid #FFC107;
   background-color: rgba(255, 193, 7, 0.1);
   border-left: 8px solid #FFC107;
   border-radius: 3px;
   padding: 10px 0;
   margin: 5px auto;
}
.alert-message-text {
   width: 50%;
   display: inline-flex;
   justify-self: flex-start;
   align-items: center;
   padding-left: 10px;
   color: #975a16;
   font-size: 14px;
   font-weight: 700;
}

.alert-info {
    color: #0369a1;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #0284c7;
    background-color: rgba(2, 132, 199, 0.05);
    border-left: 8px solid #0284c7;
    position: relative;
    display: flex;
    width: auto;
    border-radius: 3px;
    align-items: center;
}

.alert-error {
    color: #dc2626;
    height: auto;
    padding: 10px;
    margin: 10px 0 0 0;
    border: 1px solid #dc2626;
    background-color: rgba(220, 38, 38, 0.05);
    border-left: 8px solid #dc2626;
    position: relative;
    display: flex;
    width: calc(100% - 30px);
    border-radius: 3px;
    align-items: center;
}


    .alert-error i {
        font-size: 18px;
        margin-right: 5px;
    }

.alert-success {
    color: #4caf50;
    height: auto;
    padding: 10px;
    margin: 10px 0 0 0;
    border: 1px solid #4caf50;
    background-color: rgba(76, 175, 80, 0.1);
    border-left: 8px solid #4caf50;
    position: relative;
    display: flex;
    width: calc(100% - 30px);
    border-radius: 3px;
    align-items: center;
}


   .alert-success i {
      font-size: 18px;
      margin-right: 5px;
   }
.alert-message-text img {
   width: 40px;
   height: auto;
   margin-right: 10px;
}
.alert-message-btn {
    width: 50%;
    display: inline-flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.alert-message-btn input[type=submit], .alert-message-btn input[type=button] {
    background: #975a16;
    border: 0;
    color: #fff;
    padding: 7px 9px;
    border-radius: 3px;
    margin-left: 15px;
    transition: ease-in-out all 0.3s;
}
.alert-message-btn input[type=submit]:hover, .alert-message-btn input[type=button]:hover {
    background: #844E12;
}

.close-success-alert {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    border-radius: 999px;
    padding: 4px;
    transition: ease-out all 0.1s;
}

    .close-success-alert:hover {
        background-color: #cdf1cd;
    }

.close-error-alert {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    border-radius: 999px;
    padding: 4px;
    transition: ease-out all 0.1s;
}

    .close-error-alert:hover {
        background-color: #ffe0e0;
    }

.save-cancel-btns {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.ecn-alert {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 99%;
    height: 20px;
    border-radius: 3px;
    padding: 10px 0;
    margin: 5px auto;
}
.msg-success {
    border: 1px solid #3cb371;
    background-color: rgba(200, 247, 197);
    border-left: 8px solid #3cb371;
    font-size: 13px;
    font-weight: 500;
    color: #008000;
    display: none;
    padding-left: 10px;
}
.input-time{
    height: 14px!important;
}
.input-date,
input[type=text],
input[type=time],
input[type=password],
input[datetime-local],
input[type=number],
select,
.numeric-text-box {
   border: 1px solid #e1e1e1!important;
   border-radius: 3px!important;
   padding: 5px 8px;
   color: #282828!important;
}

input[type=submit],
input[type=button] {
   padding: 5px 7px;
   border-radius: 3px;
   transition: ease-in-out all 0.2s;
}

.text-sm{
    font-size: 12px;
}

.btn {
    display: inline-block;
    padding: 5px 7px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out all 0.1s;
}

      .btn:hover {
         -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
         -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
         box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
         transform: translateY(-2px);
         cursor: pointer;
      }
      .btn:active {
         transform: translateY(-1px);
      }
   
   input[type=submit]:hover,
   input[type=button]:hover {
      -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
      -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
      box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
      transform: translateY(-2px);
      cursor: pointer;
   }

   input[type=submit]:active {
      background-color: #EEEEEE;
      transform: translateY(-1px);
   }

.RadTreeView_Simple .rtHover .rtIn {
   border-color: #f2f2f2!important;
   color: #000;
   cursor: pointer;
   background-color: #f2f2f2!important;
}
.icons-table {
   width: 24px !important;
}
.text-center{
   text-align: center!important;
}
.input-80-18 {
   width: calc(80% - 18px);
}
.input-80 {
   width: 80%;
}
.w-33{
   width: 33.33%;
}

.w-66 {
    width: 66.66%;
}
.RadGrid_Default .rgHeader a {
   color: #fff !important;
}
.block{
   position: relative;
   display: block;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
   margin-top: 10px;
}
.mx-auto{
    display: block;
    margin: 0 auto;
}

.mb-10 {
   margin-bottom: 10px;
}

.pt-0 {
    padding-top: 0px!important;
}
.pb-0 {
    padding-bottom: 0px!important;
}
.pt-10 {
   padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-10 {
   padding-bottom: 10px;
}

.mt-20 {
   margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}

.mb-20 {
   margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}

.m-0{
    margin: 0!important;
}


/* TOOLTIPS */
.tooltip {
    display: flex!important;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    top: 7px;
    right: 7px;
    border-radius: 100%;
    transition: all ease-in-out 0.3s;
}

    .tooltip:hover {
        background-color: #f6f6f6;
    }

   .tooltip .tooltiptext {
      visibility: hidden;
      width: 120px;
      background-color: black;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      bottom: 150%;
      left: 50%;
      margin-left: -60px;
   }

      .tooltip .tooltiptext::after {
         content: "";
         position: absolute;
         top: 100%;
         left: 50%;
         margin-left: -5px;
         border-width: 5px;
         border-style: solid;
         border-color: black transparent transparent transparent;
      }

   .tooltip:hover .tooltiptext {
      visibility: visible;
   }

/* Service phone system mini dashboard */

.mini-dashboard {
   width: calc(100% + 24px);
   position: relative;
   display: flex;
   justify-content: space-between;
   margin-left: -12px;
}

.widget-mini-dashboard {
   width: 33.3%;
   margin: 12px;
   padding: 15px;
   -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 35%);
   -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
   box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 35%);
   max-height: 390px;
   overflow-y: auto;
}

   .widget-mini-dashboard:first-of-type{
      overflow-x: hidden;
   }

   .widget-mini-dashboard h2 {
      color: #444;
      margin: 0 0 10px 0;
      font-weight: 700;
      font-size: 18px;
   }

   .widget-mini-dashboard .time {
      margin: 0 0 20px 0;
      color: #666666;
      font-weight: 700;
      font-size: 12px;
      font-style: italic;
   }

.active-users-container {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.current-users-qty, .last-updated {
    font-size: 14px;
    font-weight: 700;
}

.active-users-item {
    width: auto;
    border: 1px solid #ddd;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 4px;
    margin: 4px;
    border-radius: 3px;
    min-width: 82px;
}

.btn-container {
   display: flex;
   width: 45px;
   justify-content: space-around;
}

.extension-btn {
    transition: ease-in-out all 0.3s;
}

.extension-btn :hover {
    background: rgba(0, 0, 0, 0.07);
    border-radius: 50%;
}

.extension-btn i {
    padding: 3px;
    font-size: 20px;
    transition: ease-in-out all 0.3s;
}

.extension {
   font-size: 14px;
   font-weight: 700;
   color: #606060;
   margin: 5px 5px 5px 0;
}

.overview-table {
   min-width: 320px;
   width: 100%;
   /*height: 264px;*/
}
.overview-table tr{
   border-bottom: 1px solid #ddd;
}

.service-actions{
   justify-content: space-between;
}

.toggle-settings-minidhash {
   width: calc(100% - 32px);
   padding: 15px;
   margin-top: 10px;
   background-color: #f9f9f9;
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: space-between;
   border: 1px solid #e7e7e7;
   border-radius: 3px;
}

.service-name {
   margin: 0;
   color: grey;
}

.friendly-name-2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}
.toggle-icons {
   font-size: 30px;
   margin: 0 10px;
}
.primary-btn,
.btn-primary {
    border: 1px solid #337ab7;
    color: #fff;
    background-color: #337ab7;
    font-size: 13px !important;
}
.outline-btn {
    border: 1px solid #407bbf !important;
    color: #3780c4;
    font-size: 13px !important;
}
    .outline-btn:hover {
        background-color: rgba(37, 108, 173, 0.05);
        color: #3780c4;
    }

.danger-btn {
    background-color: #fef2f2 !important;
    color: #b91c1c !important;
    border: 1px solid #b91c1c !important;
    font-size: 13px !important;
}
    .danger-btn:hover {
        color: #b91c1c !important;
    }
    .center-btn {
        position: relative;
        margin: 5px auto;
        display: block;
    }
.flex-col{
    flex-direction: column;
}

.flex-end{
   justify-content:flex-end;
}
.border-1{
   border: 1px solid #ccc;
}
.no-margin{
   margin: 0!important;
}

.no-padding{
   padding: 0!important;
}

   /* forces the scrollbar to always be visible with native behavior in Webkit-based browsers (Chrome and Opera) on Macs */
   .force-show-scrollbars ::-webkit-scrollbar-track:vertical {
      border-left: 1px solid #E7E7E7;
      box-shadow: 1px 0 1px 0 #F6F6F6 inset, -1px 0 1px 0 #F6F6F6 inset;
   }

.force-show-scrollbars ::-webkit-scrollbar-track:horizontal {
   border-top: 1px solid #E7E7E7;
   box-shadow: 0 1px 1px 0 #F6F6F6 inset, 0 -1px 1px 0 #F6F6F6 inset;
}

.force-show-scrollbars ::-webkit-scrollbar {
   -webkit-appearance: none;
   background-color: #FAFAFA;
   width: 16px;
}

.force-show-scrollbars ::-webkit-scrollbar-thumb {
   background-clip: padding-box;
   background-color: #C1C1C1;
   border-color: transparent;
   border-radius: 9px 8px 8px 9px;
   border-style: solid;
   border-width: 3px 3px 3px 4px; /* Workaround because margins aren't supported */
   box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

   /* Unfortunately scrollbars can't use CSS transitions. Also, it's not possible
   to highlight the thumb when the scrollbar track is hovered without some
   JavaScript acrobatics; https://jsfiddle.net/QcqBM/6/ is a start, but you
   also have to check whether the element has a scrollbar and if so how wide
   it is. */
   .force-show-scrollbars ::-webkit-scrollbar-thumb:hover {
      background-color: rgba(0, 0, 0, 0.5);
   }
#BrandingLogo {
   height: 50px;
   margin: 15px 5px;
}
.submit-btn-link {
   padding: 5px 7px;
   background-color: #F5F5F5;
   border: 1px solid #bdc3c7;
   border-radius: 3px;
   transition: ease-in-out all 0.2s;
   font-weight: 400;
   color: #282828;
}
.large-text {
    font-size: 21px;
}
.ticket-title {
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 22px;
    padding: 0 20px;
}
.no-border{
    border:0!important;
}
.w-5 {
    width: 5%;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.w-30 {
    width: 30%;
}
.w-35{
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-45{
    width: 45%;
}
.w-half {
    width: 50%;
}
.w-55{
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-65{
    width: 65%;
}
.w-70 {
    width: 70%;
}
.w-75{
    width: 75%;
}
.w-80 {
    width: 80%;
}
.w-85{
    width: 85%;
}
.w-90 {
    width: 90%;
}
.w-95{
    width: 95%;
}
.w-full {
    width: 100%;
}
.step-conteiner {
    margin: 20px 0;
}
.step {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 6px 13px;
    border-radius: 9999px;
}
.active-step {
    background-color: #666;
    color: #fff;
}
.previous-next-step {
    background-color: #e4e4e4;
    color: #666;
}
.step-heading {
    display: flex;
    align-items: center;
}
.step-content {
    border-left: 1px solid #ccc;
    margin-left: 25px;
    padding-left: 30px;
    padding-top: 5px;
}
.step-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 7px!important;
    margin-top: 3px!important;
}
.active-step-title{
    font-weight: 600;
}
.hidden{
    display: none!important;
}
.tooltip-icon{
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in all 0.2s;
}

    .tooltip-icon:hover {
        cursor: pointer;
        background-color: #f9f9f9;
    }

    .tooltip-icon svg {
        width: 28px;
        height: 28px;
        padding: 5px;
    }

/*NEW GLOBAL TOOGLE CHECKBOX*/

.toggle-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.toggle-checkbox input {
    position: relative;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 20px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.7s;
}

    .toggle-checkbox input:checked {
        background: #86efac;
    }

    .toggle-checkbox input:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        top: 0;
        left: 0;
        background: #ffffff;
        transform: scale(1.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        transition: .5s;
    }

    .toggle-checkbox input:checked:before {
        left: 20px;
        background: #22c55e;
    }

.min-w-btn{
    min-width: 110px;
}
.min-w-100-btn {
    min-width: 100px;
}
.min-w-70-btn {
    min-width: 70px;
}

.btn-disabled {
    background-color: #d9d9d9 !important;
    color: #919191 !important;
    border: 1px solid #d9d9d9 !important;
    cursor: default;
}

    .btn-disabled:hover {
        background-color: #d9d9d9 !important;
        color: #919191 !important;
        border: 1px solid #d9d9d9 !important;
        transform: none !important;
        box-shadow: none !important;
        cursor: default;
    }
.subscribe {
    color: #3780c4 !important;
    background-color: transparent !important;
    font-size: 11px !important;
}

    .subscribe:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    .center-item{
        margin: 0 auto;
    }
    .flex-col{
        flex-direction: column;
    }
.flex-wrap {
    flex-wrap: wrap;
}
.gap-10{
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.button-grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: center;
    justify-content: start;
}

    .button-grid .btn {
        width: auto;
    }
        .button-grid .btn:nth-child(1) {
            grid-column: 1;
        }

        .button-grid .btn:nth-child(2) {
            grid-column: 2;
        }

audio::-webkit-media-controls-enclosure {
    border-radius: 0;
}
.initial-recording-player, .moh-recording-player {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 35px;
    width: 270px;
    background-color: #f9f9f9;
    border: 1px solid #CCC;
}
.music-image{
    width: 100%;
    max-width: 380px;
    margin: 40px auto 20px auto;
    position: relative;
    display: block;
}

/*Custom toogle*/
.toggle-container {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    margin: 5px 0;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 9999px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

input:checked + .slider:before {
    transform: translateX(18px);
}

.toggle-switch.toggle-on input:checked + .slider {
    background-color: #16a34a;
}

/* Accordion styles */
.accordion-container {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #fff;
    transition: ease-in all 0.2s;
    overflow: hidden;
}

.accordion-header {
    background: #f2f2f2;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: ease-out all 0.2s;
}

    .accordion-header:hover {
        background-color: #f8fafc;
    }

    .accordion-header.active .chevron-icon {
        transform: rotate(180deg);
    }

.chevron-icon {
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    padding: 10px;
}

/* Modal */
.modal-bg {
    z-index: 999;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0000005c;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.modal-container {
    width: 70%;
    height: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.close-modal {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border-radius: 999px;
    padding: 4px;
}

    .close-modal:hover {
        background-color: #ededed;
    }


.highlighted-container {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px;
}
}

.float-end{
    float:right
}

.active-span {
    color: #24ad00;
    font-weight: bold;
    border: 1px solid #24ad00;
    padding: 0 6px;
    border-radius: 4px;
    background: rgb(62 255 61 / 10%);
    font-size: 11px;
}

.inactive-span {
    color: #d10000;
    font-weight: bold;
    border: 1px solid #d10000;
    padding: 0 6px;
    border-radius: 4px;
    background: rgba(255, 0, 0, 0.1); /* Light red background */
    font-size: 11px;
}

.mode-container span {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 5px;
}

.mode-container span svg {
    width: 18px;
    height: 18px;
}

.day-mode-container {
    background-color: #fef3c7;
    color: #b45309;
    border: 1px solid #b45309;
    border-radius: 3px;
}

.night-mode-container {
    background-color: #e0f2fe;
    color: #075985;
    border: 1px solid #075985;
    border-radius: 3px;
}