﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.navbar {
    height: 65px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .15) !important;
} 

.nav-item {
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid rgba(255, 255, 255, .15) !important;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 45px;
}

.container-fluid {
    padding-top: 80px !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 45px;
}


li.v-separator {
    border-left: 1px solid #777;
}


.telegent-header {
    background: transparent url(/images/telegent-logo-w-2.png) no-repeat center center;
}

.container {
    max-width:100% !important;
}

h5.sidebar-heading {
    font-weight: bold !important;
}

/* iOS Style: Rounded */
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20rem;
}

.toggle.ios .toggle-handle {
    border-radius: 20rem;
}

.reset-password {
    cursor: pointer;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.reset-password:hover {
    text-decoration: underline;
}

/* call logs */
td.recording-url {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* rating */

.starrating > input {
    display: none;
}
/* Remove radio buttons */

.starrating > label:before {
    content: "\f005"; /* Star */
    margin: 2px;
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block;
}

.starrating > label {
    color: #222222; /* Start color when not clicked */
}

.starrating > input:checked ~ label {
    color: #ffca08;
}
/* Set yellow color when star checked */

.starrating > input:hover ~ label {
    color: #ffca08;
}
/* Set yellow color when star hover */


.tab-content div.tab-pane {
    padding: 15px 20px;
}

    .tab-content div.tab-pane.active {
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}


select.invalid, div.invalid {
    border: 1px solid #e80c4d !important;
}


.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

ol.call-ranking {
    padding-left:18px;
}

.modal-lg {
    max-width: 975px !important;
    width: 975px !important;
}

input.error {
    border: 1px solid #e80c4d;
}
label.error {
    color: #e80c4d;
}

/* for stripe v3 credit-card form */
div.card-form .group {
    background: white;
    margin-bottom: 20px;
}

div.card-form label {
    position: relative;
    color: #8898AA;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}

div.card-form .group label:not(:last-child) {
    border-bottom: 1px solid #F0F5FA;
}

div.card-form label > span {
    text-align: right;
    margin-right: 30px;
}

div.card-form .field {
    background: transparent;
    font-size: 20px;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
}

    div.card-form .field::-webkit-input-placeholder {
        color: #CFD7E0;
    }

    div.card-form .field::-moz-placeholder {
        color: #CFD7E0;
    }

.list-group-flush .list-group-item {
    border: 0 !important;
}

img.avatar {
    width: 240px;
    height: 255px;
    border-radius: 50%;
    margin-top: 3px;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 8px;
}


img.avatar-xs {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
}

img.avatar-sm {
    height: 48px;
    width: 48px;
    border-radius: 30px;
}

img.avatar-md {
    height: 120px;
    width: 120px;
    border-radius: 30px;
}

img.icon-16 {
    height: 16px;
    width: 16px;
    margin-right: 8px;
    margin-top:5px;
}

.hidden {
    visibility: hidden;
}

.telegent-virtual-number {
    padding: 5px;
}

.pulse {
    animation: blinker 1.0s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}


.blink3 {
    /*animation: blink 0.5s linear infinite;*/
    -webkit-animation-name: blink;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 3;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
}


.blink {
    /*animation: blink 0.5s linear infinite;*/
    -webkit-animation-name: blink;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 12;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial
}

span.grip {
    content: '....';
    width: 20px;
    display: inline-block;
    overflow: hidden;
    line-height: 5px;
    padding: 3px 4px;
    cursor: move;
    vertical-align: middle;
    margin-top: -.7em;
    margin-right: .3em;
    font-size: 12px;
    font-family: sans-serif;
    letter-spacing: 2px;
    color: #cccccc;
    text-shadow: 1px 0 1px black;
}

    span.grip::after {
        content: '.. .. .. .. .. ..';
    }

.btn-light {
    background-color: transparent !important; 
}

/*
.list-group-item-action {
    color: #afafaf !important;
}*/
.sidebar-submenu a {
    border:0 !important;
}

.list-group-item.active {
    color: #e7e7e7 !important;
    background-color: #1c8fd1 !important;
}

.card {
    border: 0 !important;
}

.card-border {
    border: 1px solid #e9ecef !important;
    border-radius: 5px !important;
}

.card-header {
    border-bottom:0 !important;
}

.icon-avatar {
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    padding: 8px;
    width: 68px;
    height: 68px;
}

.table th {
    border-top: 0 !important;
}

.x-small, x-small {
    font-size: 55%;
    font-weight: 300;
}

.bold {
    font-weight:bold;
}

.datepicker {
    z-index: 1600 !important; /* has to be larger than 1050 */
}

.card-footer {
    background-color: #fff !important;
}

/* ios style buttons
.btn, .btn-sm, .btn-md, .btn-lg {
    border-radius: 2rem;
}
.btn-xs{
    border-radius: 1rem !important;
}
*/

.plan-yearly {
    margin-right: 80px;
    margin-top: -50px;
    float: right;
    width: 50%;
}

div.change-plan-modal .checkbox-slider input + span:before {
    background: #007bff;
    border-color: #007bff;
}

div.profile-menu {
    font-size: 14px;
}

div.profile-menu a.profile-menu-link {
    padding-bottom: 8px;
}

div.profile-menu a {
    display: block;
}

/*
div.profile-menu a.profile-menu-link:hover {
    color: #007bff !important;
}

div.profile-menu a {
    color: #007bff;
    display:block;
}

div.profile-menu a:hover {
    text-decoration: none;
    color: #007bff;
}
*/

.bootstrap-select > .dropdown-toggle {
    border-radius: 0.5rem !important; 
}

.integration-link {
    cursor:pointer;
}

.integration-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

img.attachment {
    max-width: 400px;
    max-height: 300px;
    border-radius:5px;
}

img.attachment {
    max-width: 250px;
    max-height: 300px;
    border-radius:5px;
}

img.attachment-thumbnail {
    max-width: 72px;
    max-height: 72px;
    border-radius: 5px;
    border: 1px solid #007bff;
}

.checkbox-slider input + span:after {
    border: 0 !important;
}

#sidebar-wrapper a.active i {
    color: #007bff !important;
}

/* input-group button override */
/*
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
*/
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}


/* override .btn-info colors */
.btn-info {
    color: #fff;
    background-color: #4ec6e8 !important;
    border-color: #4ec6e8 !important;
}

    .btn-info:hover {
        color: #fff;
        background-color: #17a2b8 !important;
        border-color: #17a2b8 !important;
    }

.text {
    color: #4ec6e8 !important;
}

    .text:hover {
        color: #17a2b8 !important;
    }

.new-account-link {
    color: #4ec6e8 !important;
}

.notification-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.04);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.notification-menu {
    right: 5%;
    top: 50px !important;
}

.notification-icon::after {
    border: 0;
}

.badge-notification {
    margin-left: -8px !important;
    line-height: 8px;
}

.notification-list {
    padding: 5px 15px 0px 15px;
}


.todo {
    padding: 15px;
    border: 1px solid #6cd0ea;
    border-radius: 3px;
    margin-bottom: 12px;
    font-size: 14px;
    cursor: pointer;
}

    .todo i {
        margin: 8px 10px 5px 0px;
    }

    .todo:hover {
        background-color: #c1ebf6;
    }

.modal-header {
    cursor: move !important;
}

    /* mobile-friendly modals */
@media (max-width: 575.98px) {
    .modal-fullscreen {
        padding: 0 !important;
    }

        .modal-fullscreen .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-sm {
        padding: 0 !important;
    }

        .modal-fullscreen-sm .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-sm .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-md {
        padding: 0 !important;
    }

        .modal-fullscreen-md .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-md .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md .modal-body {
            overflow-y: auto;
        }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-lg {
        padding: 0 !important;
    }

        .modal-fullscreen-lg .modal-dialog {
            width: 100%;
            max-width: none;
            height: 100%;
            margin: 0;
        }

        .modal-fullscreen-lg .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg .modal-body {
            overflow-y: auto;
        }
}

    .modal-fullscreen-xl {
        padding: 0 !important;
    }

    .modal-fullscreen-xl .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl .modal-body {
        overflow-y: auto;
    }

.your-number {
    display: block;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.dt-buttons .btn {
    color: #495057 !important;
}

@media only screen and (max-width: 1080px) {
    .container-fluid {
        padding-top:120px !important;
    }
}

.ui-timepicker-container {
    z-index: 9999 !important;
}

.bootstrap-tagsinput input {
    height: 49px !important;
}
