/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 4, 2021, 12:10:30 PM
    Author     : nisha
*/

.side-container{
    padding: 2% 2%;
}

.form-error{
    margin-top: -22px;
    color:  #cc0000;
    float: left;
    margin-right: 34px;
    margin-bottom: 22px;
    font-size: 90%;
    font-weight: 500;
}

.form-error-1{
    color:  #cc0000;
    margin-right: 34px;
    margin-bottom: 22px;
    font-size: 90%;
    font-weight: 500;
}

.form-error-2{
    color: #cc0000;
    float: left;
    margin-right: 34px;
    margin-bottom: 22px;
    font-size: 90%;
    font-weight: 500;
    width: 100%;
}

.modal{
    z-index: 1111;
}

.col-md-offset-12 {
margin-left:100%
}
.col-md-offset-11 {
margin-left:91.66666667%
}
.col-md-offset-10 {
margin-left:83.33333333%
}
.col-md-offset-9 {
margin-left:75%
}
.col-md-offset-8 {
margin-left:66.66666667%
}
.col-md-offset-7 {
margin-left:58.33333333%
}
.col-md-offset-6 {
margin-left:50%
}
.col-md-offset-5 {
margin-left:41.66666667%
}
.col-md-offset-4 {
margin-left:33.33333333%
}
.col-md-offset-3 {
margin-left:25%
}
.col-md-offset-2 {
margin-left:16.66666667%
}
.col-md-offset-1 {
margin-left:8.33333333%
}
.col-md-offset-0 {
margin-left:0
}

/*.flicker-notification{	position:fixed;right:10px;bottom:20px;	background: #111;background: rgba(0, 0, 0, .8);margin: 0 30px 0 0;padding: 10px;width: 350px;color: #FFFFFF;font-size: 13px;-webkit-box-shadow: 0 0 3px #DDD;-moz-box-shadow: 0 0 3px #DDD;-o-box-shadow: 0 0 3px #DDD;	box-shadow: 0 0 3px #DDD;-webkit-text-shadow: 0 1px 0 #000;-moz-text-shadow: 0 1px 0 #000;-o-text-shadow: 0 1px 0 #000;	text-shadow: 0 1px 0 black;-webkit-border-radius: 3px;-moz-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;}
.flicker-notification-success div{background: url("../images/n-success.png") 0px 2px no-repeat;padding-left:22px;min-height: 20px; }
.flicker-notification-error div{background: url("../images/n-error.png") 0px 2px no-repeat;padding-left:22px;min-height: 20px;}
.flicker-notification-info div{background: url("../images/n-info.png") 0px 2px no-repeat;padding-left:22px;min-height: 20px;}*/


.flicker-notification{	position:fixed;right:10px;bottom:10%}
.toast {
    max-width: 407px !important;
}


/*datatable css*/
.search-box-placeholder{
    float: right;
}

/* Tooltip container */
.tooltip1 {
    position: relative;
    display: inline-block;
    color: #43b0ff;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;

}

/* Tooltip text */
.tooltip1 .tooltiptext1 {
    visibility: hidden;
    min-width: 120px;
    background-color: #d0590a;
    color:  white;
    text-align: center;
    padding: 5px 2px;
    border-radius: 6px;
    font-size: 10px;
    font-family: Comic Sans MS;
    

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 11111111;
    bottom: 100%;
    left: 50%; 
    margin-left: -60px;

}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    box-shadow: 5px 5px 3px #888888;
}

.tooltip1 .tooltiptext1::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #d0590a transparent transparent transparent;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #65716f;
    font-size: 14px;
}

.open>.dropdown-menu {
    display: block;
}

/*removed this it was creating issue in multi select*/
.dropdown-menu li a {
    /*padding: 3px 20px;*/
    /*margin: 5px 10px;*/
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.hidden {
    display: none !important;
}

.bootstrap-select>.dropdown-menu{
    z-index: 11111111;
}

.margin-top-10{
    margin-top: 10%;
}

.margin-top-5{
    margin-top: 5%;
}

.margin-top-2{
    margin-top: 2%;
}

.margin-top-1{
    margin-top: 1%;
}

.link-btn{
    text-decoration: none;
}

/* shift from one list to other start */
.paging-info-box-1,.paging-info-box-2 {
    float: left;
    width: 25%;

    select {
        height: 200px;
        padding: 0;
        option {
            padding: 4px 10px 4px 10px;
        }
        option:hover {
            background: #EEEEEE;
        }
    }
}

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 45%;

    select {
        height: 200px;
        padding: 0;
        option {
            padding: 4px 10px 4px 10px;
        }
        option:hover {
            background: #EEEEEE;
        }
    }
}
.subject-info-arrows {
    float: left;
    width: 10%;
    margin-top: 2%;
    input {
        width: 70%;
        margin-bottom: 5px;
    }
}

.switch-btn{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    width: 63px;
}

/* shift from one list to other end */

.hide{
    display: none;
}

.white-bg {
    background-color: white !important;
}

.blue-bg, .row_selected {
    background-color: #c4e9f9 !important;
}

.call-handling {
    margin-top: 89px;
}


/* Panel css start */

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #197df6;
    border-color: #3bb8ea;
    border: 1px solid #51add8;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 9px 0px 1px 20px;
}

table.panel-default, .panel-heading {
    font-size: 14px;
}

/* Panel css end */

.call-handling .panel-heading {
    line-height: 29px;
}

.layout.center, .layout.center-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item{
    font-size: 14px;
}

.table-btn-icon {
    width: 14px;
    height: 14px;
    fill: #95a0aa;
}

.btn.btn-icon {
    color: #fff;
    background-color: #ecebeb;
    border-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    margin-left: 5px;
}

.table-icon {
    width: 20px;
    height: 20px;
    fill: #7f7f7f;
}


.dashboard-widget-play{
    color: #7f7f7f !important;
}

.dashboard-widget-billsec{
    color: #8b8b8b !important;
    font-size: 14px;
    font-weight: 500;
}

.mt-43{
    margin-top: 43px;
}

.mt-50{
    margin-top: 50px;
}

.main-spacing{
    padding-left: 40px;
    padding-right: 40px;
}

.bootstrap-select>button{
    border: 1px solid #ced4da !important;
    color: #495057 !important;
    background-color: white !important;
    font-size: 16px;
    font-weight: 400;
}

.bootstrap-select.dropdown-menu{
    transform: none !important;
}

.small-icon {
    font-size: 12px;
    color: #94a0aa;
}

.device-legend {
    font-size: 17px;
    width: 96%;
    margin-left: 5px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.sync-config-btn{
    font-size: 13px;
}



.handset-table {
    margin: 6px 23px !important;
    width: 94% !important;
}

.handset-table > tbody > tr > td {
    padding: 0px 7px 0px 25px !important;
}

.pointer {
    cursor: pointer;
}

.fa-check-circle{
    color: #5fcc46;
}

.fa-times-circle{
    color: #ed3833;
}

.ivr-update-btn{
    width: 52%;
    float: right;
}

.ivr-option-item, .group-options-item{
    border-bottom: 1px solid #ccc;
}

.ivr-action{
    width: 13%;
}

.small-pencil>.fa-pencil,.small-pencil>.show-modal>.fa-pencil, .small-pencil-right>.fa-pencil,.small-pencil-right>.show-modal>.fa-pencil{
    color: #7f7f7f;
}

.small-pencil1>.show-modal>.fa-pencil{
    color: #7f7f7f;
}

.ml-35{
    margin-left: 35%;
}

.bootstrap-select{
    width: 100% !important;
}

.min-ht-250 {
    min-height: 200px;
}

.m-l-2{
    margin-left: 2%;
}

.spacing {
    margin-top: 3%;
    margin-bottom: 5%;
}

.center-form {
    margin-left: 20%;
}

.center-form-10 {
    margin-left: 10%;
}

.tc-small-input {
    width: 55%;
    font-size: 93%;
    height: 30px;
    margin-left: -20px;
}

.half-input {
    width: 48.5%;
    display: inline-block;
    margin-bottom: 15px;
}

.tc-input {
    width: 66%;
    font-size: 80%;
    height: 30px;
    /*margin-left: -20px;*/
}

.half-select-66 {
    width: 66% !important;
    display: block !important;
    /*margin-left: -22px !important;*/
}

.tc-input {
    font-size: 80%;
}

.tc-btn-container{
    padding-top: 13px;
    padding-left: 59%;
}

.single-action-th{
    width: 12%;
}

.double-action-th{
    width: 100px !important;
}

.managelines_table {
    width: 100%;
}

.mg-top-36{
    margin-top: 36%;
}

.fa-link{
    font-size: 20px;
    color: #cccccc;
}

.fa-link:hover{
    color: #cccccc;
    text-decoration: none;
}

#playing-audio {
    max-width: 400px;
    width: 100%;
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.e911_sideblock {
    border-radius: 10px;
    width: 450px;
    z-index: 111111;
}

input[type="checkbox"] {
    display: none;
}

.multiselect-container{
    background: white;
    width: fit-content;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.multiselect-container label{
    color: gray !important;
    width: 100%;
    
}

.multiselect-container label:hover{
    background: #337ab7;
    color: white !important;
}

.multiselect-container li.active label{
    background: #337ab7;
    color: white !important;
}

.full-width-link{
    display: block;
    text-align: center;
}

a:hover{
    text-decoration: none;
}

.counter {
    color: #dd5346;
    font-weight: 600;
}

input[type="checkbox"] + label:before {
    content: "";
    background-color: transparent;
    border: 1px solid #3bb8ea;
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
}

thead input[type="checkbox"] + label:before {
    border-color: #fff;
    margin-right: 0;
    background-color: #fff;
}



thead input[type="checkbox"]:checked + label:before {
    color: #3bb8ea;
    background-color: #fff;
    border-color: #fff;
}

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before {
    content: "✓";
    color: #fff;
    text-align: center;
    background-color: #3bb8ea;
    border-color: #3bb8ea;
}

.customStyleTables .radio label, .customStyleTables .checkbox label {
    padding-left: 0;
}

.mr-10{
    margin-right: 10px !important;
}

.ml-10{
    margin-left: 10px !important;
}


.numbers-right-form label{
    font-size: 14px;
    font-weight: 600;
}

p.very_small_legend{
    margin-bottom: 1px;
    margin-top: 17px;
}

.numbers-right-form hr{
    margin-top: 1px;
}

.number-group-radio-label{
    font-size: 11px;
    font-weight: 500;
}

.group-select{
    border: 1px solid #ccc;
    padding: 7px 12px;
}

.small-pencil, .small-pencil-right{
    cursor: pointer;
}

.select-control .arrow {
    padding: 9px;
}
.select-control .arrow {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    line-height: 16px;
    height: 16px;
    padding: 3px;
    box-sizing: content-box;
    cursor: pointer;
}

.internal-padding{
    padding: 25px 22px 0px 22px;
}

.widget-icon{
    font-size: 17px;
    font-weight: 700;
    color: white;
}

.red-color{
    color: red;
}

.action-icon{
    color: #cccccc;
    font-size: 20px;
}

.w-700{
    width: 700px;
}

.mt-228{
    margin-top: 228px;
}

.mt-5-px{
    margin-top: 5px;
}

.top-details {
    font-size: 12px;
    background-color: #ccebff;
}

.gray-bg input, .gray-bg select, .gray-bg textarea, .create-form input, .create-form select, .create-form textarea, .create-form .nice-select.form-control, .gray-bg .nice-select.form-control, .global-setting .nice-select.form-control,.search-form input, .search-form select {
    border: 1px solid #43b0ff;
    border-radius: 20px;
}


.btn {
    border-radius: 19px;
    font-family: robotoregular;
    font-size: 14px;
    color: white !important;
}

.btn-default {
    color: #fff;
    background-color: #292e2d;
    border-color: #b7b7b7;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.mt-190{
    margin-top: 190px;
}

.mt-182{
    margin-top: 182px;
}

.handset-table-right>tbody>tr>th, .handset-table-right>tbody>tr>td,.handset-table>tbody>tr>th, .handset-table>tbody>tr>td {
    padding: 0px 7px 0px 25px !important;
    font-size: 14px;
}

.pt-4-px{
    padding-top: 4px;
}

.input-group-addon {
    padding: 11px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #292e2d;
    text-align: center;
    background-color: #eee;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
}

.input-group-addon:first-child {
    border-right: 0;
}

.padding-5px{
    padding: 5px;
}

.ivr-table tbody tr td{
    padding: 10px 4px 0px 6px !important;
    border-top: 0px !important;
}

.did-purchase-confirm-box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
    background-color: white;
}

.breadcrumb{
    background-color: #f6f5fb;
    margin-right: 10%;
    font-size: 16px;
    font-family: robotoregular;
    font-weight: bold;
    color: #212529;
    padding: 10px 2px 0px 10px;
    margin-bottom: 0px;
}

.breadcrumb a {
    color: #212529;
    margin-left: 5px;
    margin-right: 5px;
    font-family: robotoregular;
    font-weight: bold;
}

.breadcrumb a:hover{
    text-decoration: underline;
}

.main-heading{
    /*padding-left: 15px;*/
    padding-top: 5px;
    color: #212529;
    font-size: 16px;
    font-family: robotoregular;
    font-weight: bold;
}

.breadcrumb{
    float: right;
}

.heading-container{
    margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 767px){
    .breadcrumb{
        float: left;
    }
    .main-heading{
        padding-left: 17px;;
    }
}

.required{
    color: #ed4434 !important;
    font-weight: 600 !important;
}

.compress-content{
    padding: 6% 9% 2% 5%;
}

.mt-67-px{
    margin-top: 67px;
}

.mt-7-px{
    margin-top: 7px;
}

.top-bottom-padding-3{
    padding-top: 3%;
    padding-bottom: 3%;
}

.select2-container--open{
    z-index: 11111111;
}

.ml-6{
    margin-left: 6%;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.group-span-filestyle>label{
    padding: 0.478rem .75rem;
}

.label-danger {
    background-color: #d9534f;
    color: #fff;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    color: #fff;
    border-radius: .25em;
}

.server-port-error{
    font-size: 14px;
    font-weight: 500;
}

#current-volume {
    border: 1px solid #3BB8EA;
    color: #999;
    border-radius: 9px;
    height: 30px;
    width: 45px;
    padding-left: 6px;
    font-weight: 600;
}

.slider.slider-horizontal {
    width: 78% !important;
}

.theme-input{
    border: 1px solid #43b0ff;
    border-radius: 20px;
}

.hippa-text{
    font-size: 20px !important;
}

.paypal-icon {
    width: 90px;
    height: 24px;
}

#negative-balance-warning {
    background-color: #ed4434;
    padding: 15px;
    font-size: 18px;
    color: white;
}

a.w-100{
    display: block;
}


.normal-form .nice-select.form-control {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.message_box {
    margin: 10% 0 0 5%;
    border: 1px #ccc solid;
    padding: 6% 2% 2% 6%;
    width: 100%;
}

.reset-pw-padding{
    padding: 6% 9% 6% 9%;
}

.mt-f-35{
    margin-top: 35% !important;
}

.voicemail-btn-padding{
    padding: 7px 9px 7px 9px;
}

.mt-3{
    margin-top: 3%;
}

@media (min-width: 768px){
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}


.main-content .subtitle {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
    margin-bottom: 20px;
}

.bt-0{
    border-top: 0px !important;
}

.shift-l-8{
    margin-left: -8px;
}

.jq-fa-loading .fa-loading-modal {
    z-index: 111;
}

.jq-fa-loading .fa-loading-content-wrapper {
    z-index: 111;
}

.credit-text-danger{
    color:red !important;
}

.internal-padding-all{
    padding: 22px;
}

.font-small{
    font-size: 15px;
}

.mt-6-per{
    margin-top: 6%;
}

.ml-16{
    margin-left: 16px;
}

.main-logo{
    max-width: 230px;
}

.btn-white{
    color: #7e7d7d !important;
    background-color: #FFF;
    border-color: #d1cfcf;
    font-size: 15px;
    font-weight: 500;
}

.campaign_detail_heading {
    font-size: 14px;
    font-weight: 500;
}

.new-profile-pic{
     width: 44px !important;
}
