@charset "utf-8";

/* CSS Document */


/* Generated by Glyphter (http://www.glyphter.com) on  Fri Feb 16 2018*/

@font-face {
    font-family: 'glyphter';
    src: url('../fonts/glyphter.eot');
    src: url('../fonts/glyphter.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphter.woff') format('woff'), url('../fonts/glyphter.ttf') format('truetype'), url('../fonts/glyphter.svg#glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icn-']:before {
    display: inline-block;
    font-family: 'glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icn-download:before {
    content: '\0041';
}

audio { width: 100px; }
.icn-cross:before {
    content: '\0042';
}

.icn-user:before {
    content: '\0043';
}

.icn-tick:before {
    content: '\0044';
}

.icn-exclamation:before {
    content: '\0045';
}

.icn-call:before {
    content: '\0046';
}

.icn-down-arrow:before {
    content: '\0047';
}

.icn-search:before {
    content: '\0048';
}

.icn-right-arrow:before {
    content: '\0049';
}

.icn-key:before {
    content: '\004a';
}

.icn-import-users:before {
    content: '\004b';
}

.icn-logout:before {
    content: '\004c';
}

.icn-eye:before {
    content: '\004d';
}

.icn-calendar:before {
    content: '\004e';
}

.icn-more:before {
    content: '\004f';
}

.icn-export:before {
    content: '\0050';
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular_0-webfont.eot');
    src: url('../fonts/roboto-regular_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular_0-webfont.woff2') format('woff2'), url('../fonts/roboto-regular_0-webfont.woff') format('woff'), url('../fonts/roboto-regular_0-webfont.ttf') format('truetype'), url('../fonts/roboto-regular_0-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

body {
    font-family: robotolight;
    font-size: 14px;
    color: #5b5b5b;
    background: url(../images/bg-pattern.jpg) repeat 0 0;
}

h1 {
    font-size: 21px;
    color: #232323;
    margin: 0 0 15px;
}

h5 {
    font-family: robotoregular;
    color: #252525;
    margin: 0 0 10px;
    font-size: 14px;
}

h2 {
    font-family: robotoregular;
    color: #252525;
    margin: 0 0 10px;
    font-size: 24px;
}

.btn {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    min-width: 123px;
    min-height: 41px;
    background: #008ae3;
    transition: all 0.3s ease-in-out;
    border: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 4px !important;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background: #0894ef;
}

i {
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.clear {
    clear: both;
}

a {
    outline: none;
    color: #0093de;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0093de;
}


/*#header, .footer{ display: none;}*/

.site-login {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    margin: 20px auto 30px;
    width: 455px;
    overflow: hidden;
}

.site-login.change-pwd {
    margin-top: 60px;
}

.login-inner-box {
    float: left;
    padding: 30px 25px 20px;
    width: 100%;
}

.site-login .btn-group .btn {
    float: none;
}

.login-screen-logo {
    padding-bottom: 10px;
    margin-top: -10px;
}

.btn-group {
    margin-top: 15px;
}

#header .navbar-inverse {
    background: #fff;
    min-height: 50px;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.13);
    padding-top: 0;
}

#header .navbar-inverse .navbar-nav li a,
#header .navbar-inverse .navbar-nav li button {
    color: #252525;
    background: none;
}

#header .navbar-inverse .navbar-nav li.active a {
    color: #d92627;
}

#header .navbar-brand {
    padding: 8px 0 0;
}

#header .navbar-brand img {
    width: 133px;
}

#footer {
    height: auto;
    background: #252525;
    color: #fff;
    border: 0;
    padding: 12px 12px 10px;
    width: 100%;
    float: left;
}

#footer p {
    margin: 0;
}

.wrap {
    margin: 0 auto -10px;
    padding-bottom: 31%;
    background: #eee;
    overflow: auto;
    height: 100%;
}

.border-bottom {
    border-bottom: solid 12px #252525;
}

.navbar-right {
    margin-right: -30px;
}

.navbar-header {
    z-index: 1;
}

body {
    background: #eee !important;
}

#middle {
    padding: 55px 20px 0;
    width: 100%;
    float: left;
    min-height: 580px;
    overflow: hidden;
}

.wrap .container {
    width: 100%;
}

.wrap .container .navbar-brand {
    margin-left: 5px;
}

.wrap .navbar-right {
    margin-right: -5px;
}

#middle .custom-padd {
    margin-left: -10px;
    margin-right: -10px;
}

#middle .custom-padd .col-md-3 {
    padding: 0 10px;
}

.bg {
    padding: 25px 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-height: 600px;
    margin-top: 15px;
}

.border-title {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

.form-group label,
.form-group span {
    float: left;
    text-align: right;
    width: 36%;
    font-weight: normal;
    font-size: 15px;
    color: #232323;
    padding-top: 6px;
    padding-right: 14px;
}

.form-group .input-file-div {
    float: left;
    width: 40%;
}

span strong.mandatory,
strong.mandatory {
    color: #ff0000;
    padding-right: 4px;
}

.upload-field .form-control {
    width: 100%;
    border-color: #e1e1e1;
}

.upload-version .file-caption.icon-visible .file-caption-name {
    padding-left: 0;
}

.upload-version .input-group-lg .form-control {
    height: 36px;
    padding: 7px 10px;
    border-radius: 3px;
}

.upload-field .file-caption-name,
.upload-field .file-caption-icon {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 0px;
    white-space: nowrap;
    width: 72%;
}

.input-group-lg .file-caption-icon {
    height: 25px;
}

.upload-field .input-group-btn {
    position: absolute;
    right: 107px;
    z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 36px;
    min-width: inherit;
    min-height: inherit;
    margin-left: 0px;
    font-size: 16px;
}

.upload-field .glyphicon-folder-open {
    margin-right: 0;
    float: left;
    left: -2px;
    top: 0;
}

.upload-field span.hidden-xs {
    color: #fff;
    float: none;
    font-size: 14px;
    padding-right: 20px;
    top: -4px;
    width: auto;
}

.upload-field .btn-file input[type="file"],
.upload-field .btn-file {
    background: #434343;
    font-size: 15px;
}

.upload-field .input-group {
    display: inherit;
}

.upload-field span label {
    padding: 0;
    width: auto;
    float: none;
}

.form-group .profile-upload {
    min-height: 56px;
}

.form-group .field {
    float: left;
    width: 64%;
}

.upload-field {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    min-height: 285px;
}

.file-caption-icon,
.no-preview .file-preview,
.no-preview .kv-upload-progress,
.upload-field .btn.fileinput-remove,
.upload-field .fileinput-cancel {
    display: none !important;
}

.has-success .profile-upload .form-control,
.has-success .profile-upload .form-control:focus {
    box-shadow: none;
    border-color: #e1e1e1;
}

.form-group .upload-version .help-block {
    padding-left: 0;
}

.form-group .help-block {
    color: #ff1111;
    float: left;
    font-size: 13px;
    margin: 0;
    padding-left: 36%;
    position: absolute;
    top: 37px;
    background: #fff;
}

.form-group .profile-upload .control-label {
    transform: none;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 0;
    min-height: 66px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff0000;
}

.login-fields .checkbox .checkbox-decorator {
    display: block;
    width: 0;
    padding: 0;
}

.import-users-index {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.summary {
    position: absolute;
    right: 0;
    top: -24px;
    color: #232323;
}


/*table css*/

.wh-table>thead>tr>th:nth-child(9) {
    width: 9%;
}

.sliderText {
    padding-top: 20px;
}

.slideToRight {
    position: absolute;
    top: 0;
    color: #383838;
    font-family: robotoregular;
    font-size: 13px;
}

.slideToRight .icn-down-arrow {
    float: none;
    margin: 0;
    font-size: 8px;
    top: 0;
    left: 2px;
    text-shadow: 0px 4px 0px rgba(56, 56, 56, 1);
}

.slideToRight .icn-down-arrow:before {
    transform: rotate(-90deg);
}

table * {
    position: static;
}

.grid-view table td {
    white-space: inherit;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px;
    vertical-align: top;
    color: #232323;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom: none;
    background: #353535;
    color: #fff;
    padding: 10px;
}

.table-bordered>thead>tr>td a,
.table-bordered>thead>tr>th a {
    color: #fff;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: inherit;
}

.actions a {
    margin-right: 12px;
}

.red,
a.red {
    color: #ff0000;
}

.orange,
a.orange {
    color: #e47910;
}

.green,
a.green {
    color: #2e9c0c;
}

.teal-green,
a.teal-green {
    color: #14bf65;
}

.yellow,
a.yellow {
    color: #e09b07;
}

.blue,
a.blue {
    color: #23bcc2;
}

.actions .icn-edit,
.actions .icn-cross,
.actions .icn-tick,
.actions .icn-download {
    float: none;
    position: relative;
    top: 1px;
    font-size: 13px;
}

.actions .icn-download:before {
    color: #232323;
    font-size: 16px;
    top: 1px;
    position: relative;
}

.icn-user {
    margin-right: -2px;
}

.icn-user:before {
    top: 1px;
    position: relative;
}

.alert {
    padding: 8px 8px 7px 35px;
    border-radius: 0;
    margin-bottom: 15px;
}

.alert i {
    position: absolute;
    left: 12px;
    top: 9px;
    margin: 0;
    font-size: 16px;
}

.alert.alert-danger i {
    font-size: 17px;
    top: 7px;
}

.alert.alert-success {
    background-color: #f0ffec;
    border-color: #b0dfa1;
    color: #329f10;
}

.alert.alert-danger {
    color: #ff1111;
    background: #ffe2e2;
    border-color: #e32626;
}

.alert.alert-info {
    color: #232323;
    background: #f7fcff;
    border-color: #a6cadf;
}

.remember-me.form-group,
.reset-link.form-group {
    min-height: 0;
    margin-bottom: 10px;
}

.remember-me .checkbox {
    margin: 0;
}

.remember-me .checkbox label {
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 14px;
    color: #5b5b5b;
    float: left;
    width: 100%;
}

#middle .remember-me .checkbox label {
    transform: none;
}

.login-fields {
    width: 100%;
    float: left;
}

.signupLink {
    position: absolute;
    top: -33px;
    right: 0;
}

.inner_bg {
    min-height: 580px;
    background: #eee;
    margin: -15px -20px 0;
    padding: 30px 5px 30px;
}

.card {
    position: relative;
    background: #fff;
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, .13); */
    min-height: 225px;
    padding: 12px;
}

.reset-link {
    float: left;
    font-size: 13px;
    color: #0093de;
    margin-top: 13px;
    margin-left: 3px;
}
.search-box .reset-link{
    color:#fff;
    padding: 6px 8px;
    font-size: 12px;
    min-height: 29px;
    margin-top: 0;
    font-weight: 600;
    min-width: auto;
}

#statusOptionTab {
    height: 130px;
    overflow: hidden;
}


/*dropdown css*/

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    right: 3px;
    padding: 5px 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .13);
    border: 0;
    min-width: 180px;
}

#header .dropdown .dropdown-menu {
    margin-top: -5px;
    border-radius: 4px;
}

.dropdown .dropdown-menu a {
    width: 100%;
    float: left;
    padding: 7px 5px 8px 28px;
    border-bottom: solid 1px #ececec;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#header .dropdown .dropdown-menu a:hover {
    background: #f5f5f5;
}

.dropdown .dropdown-menu a:last-child {
    border-bottom: 0;
}

.dropdown .dropdown-menu a form {
    margin-left: -20px;
}

.dropdown .dropdown-menu a form button {
    width: 100%;
    border: 0;
    text-align: left;
    padding-left: 20px;
}

.dropdown .dropdown-menu a i {
    position: absolute;
    left: 7px;
    top: 8px;
    font-size: 15px;
}

.dropdown .dropdown-menu:after {
    content: "";
    width: 20px;
    height: 10px;
    position: absolute;
    background: url(../images/dropdown-arrow.png) no-repeat 0 0;
    top: -10px;
    right: 3px;
}

#header .dropdown-toggle {
    padding-right: 22px;
}

.dropdown-toggle:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 2;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.calls-listing {
    margin-top: 0;
}

.total-calls {
    min-height: 0;
    margin-bottom: 15px;
    background: #4caf50;
    padding: 8px 10px 8px 50px;
}

.total-calls h2 {
    color: #fff;
    margin-bottom: 7px;
}

.total-calls p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}

.total-calls i {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 27px;
    color: #fff;
}

.filters-listing {
    width: 100%;
    float: left;
    padding: 0 0 10px;
    min-height: 0;
}

.filters-listing a {
    font-family: robotoregular;
    font-size: 13px;
    color: #252525;
    background: #f5f5f5;
    border-bottom: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb;
    padding: 6px 10px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 3px;
    margin-top: 6px;
}

.filters-listing a:first-child {
    margin-top: 0;
    float: none;
    display: block;
}

.filters-listing .icn-down-arrow {
    position: absolute;
    font-size: 10px;
    height: 5px;
    width: 11px;
    line-height: 1;
    margin: auto;
    top: -3px;
    bottom: 0;
    right: 8px;
}

.filters-listing .icn-down-arrow:before {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transform: rotate(0deg);
}

.filters-listing a.collapsed .icn-down-arrow:before {
    transform: rotate(-90deg);
}

.filters-listing .form-group {
    min-height: 0;
    margin: 0;
    padding: 6px 13px;
}

.filters-listing .form-group.checkbox {
    padding: 3px 0;
}

.charecter-filter {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.filters-category {
    padding: 0;
    width: 100%;
    float: left;
}

.filters-listing .form-group label {
    font-size: 13px;
    color: #5d5d5d;
    width: 100%;
    text-align: left;
    position: relative;
}

.filters-listing .form-group.checkbox label {
    padding: 0 0 0 38px;
}

.filters-listing [type="checkbox"][class*="charecter-filter"]:checked+label {
    font-family: robotoregular;
    color: #252525;
}

.filters-listing .form-group.checkbox label:before {
    content: "";
    width: 16px;
    height: 16px;
    border: solid 1px #c8c8c8;
    border-radius: 2px;
    position: absolute;
    left: 13px;
    top: 1px;
    margin: auto;
}

.filters-listing [type="checkbox"][class*="charecter-filter"]:checked+label:after {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 19px;
}

.form-group.selectType label {
    padding: 0;
    font-family: robotoregular;
    font-size: 13px;
    color: #252525;
}

.selectType select {
    cursor: pointer;
    width: 100%;
    background: #f5f5f5;
    border: 0;
    padding: 4px 15px 4px 7px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .14);
    font-size: 13px;
    border-radius: 0;
    height: auto;
}

.selectType .form-control:focus {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .14);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

option {
    padding-left: inherit;
    padding-right: inherit;
}

.select {
    width: 100%;
    float: left;
    position: relative;
}

.select:before {
    content: "";
    width: 25px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f5f5f5;
    pointer-events: none;
    z-index: 1;
}

.select:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #696969;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 2;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.search-box .form-group {
    min-height: 0;
    margin-bottom: 10px;
    margin-right: 15px;
    width: auto;
    padding: 0;
}

.form-group.search-field {
    width: 300px;
}

.search-field input {
    width: 100%;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .14);
    background: #f5f5f5;
    border: 0;
    font-size: 13px;
    padding: 5px 10px 5px 30px;
    height: auto;
    border-radius: 0;
}

.search-field input:focus {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .14);
}

.search-field .icn-search {
    position: absolute;
    margin: 0;
    left: 10px;
    top: 7px;
    font-size: 13px;
    color: #8e8e8e;
}

.search-box {
    width: 100%;
    float: left;
}

.adv-search-link {
    float: left;
    clear: left;
    color: #0093de;
    font-size: 13px;
    margin-bottom: 12px;
}

.adv-search-link .icn-down-arrow {
    position: absolute;
    font-size: 8px;
    height: 5px;
    width: 11px;
    line-height: 1;
    margin: auto;
    top: -2px;
    bottom: 0;
    right: -15px;
}

.adv-search-link .icn-down-arrow:before {
    transform: rotate(0deg);
    color: #616161;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.adv-search-link.collapsed .icn-down-arrow:before {
    transform: rotate(-90deg);
}

.adv-search-link .icn-right-arrow {
    font-size: 9px;
    color: #616161;
    position: absolute;
    right: -14px;
    margin: 0;
    width: 8px;
    height: 10px;
    top: 5px;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.adv-search-link.collapsed .icn-right-arrow {
    transform: rotate(0deg);
    right: -12px;
}

.advance-search {
    width: 100%;
    float: left;
}

.search-box .form-group.col-md-2 {
    width: 140px;
}

.search-box .form-group.col-md-3 {
    width: 180px;
}

.calls-table {
    width: 100%;
    float: left;
}

#middle .pad-left {
    padding-left: 5px;
}

.wh-table {
    border: 0;
}

.wh-table>thead>tr>td,
.wh-table>thead>tr>th {
    font-size: 12px;
    background: none;
    color: #252525;
    border: 0;
    letter-spacing: 0.4px;
    padding: 8px;
}

.wh-table>tbody>tr>td {
    border-right: 0;
    border-left: 0;
    font-size: 13px;
    color: #5d5d5d;
    padding: 8px;
}

.pagination {
    margin: 0;
}

.pagination>li {
    float: left;
    margin-right: 8px;
}

.pagination>li>a,
.pagination>li>span {
    font-family: robotoregular;
    font-size: 13px;
    color: #757575;
    background: #f5f5f5;
    padding: 2px 7px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #3fb9f9;
    border-color: #3fb9f9;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #757575;
    background: #e9e9e9;
}

.pagination .prev span,
.pagination .prev a {
    width: 23px;
    height: 24px;
}

.pagination .prev span i,
.pagination .prev a i {
    font-size: 9px;
    line-height: 1;
    margin: 0;
    width: 0;
    height: 0;
    top: 15px;
    transform: rotate(180deg);
    left: 8px;
}

.pagination .next span,
.pagination .next a {
    width: 23px;
    height: 24px;
}

.pagination .next span i,
.pagination .next a i {
    font-size: 9px;
    line-height: 1;
    margin: 0;
    width: 0;
    height: 0;
    top: 5px;
    left: -1px;
}

.icn-eye {
    font-size: 17px;
    color: #232323;
    margin: 0;
    height: auto;
    width: auto;
    line-height: 1;
}

.icn-more {
    font-size: 19px;
    color: #8c8c8c;
    margin: 0;
    height: auto;
    width: auto;
    line-height: 1;
    position: relative;
    top: 0px;
}

.action {
    float: left;
    padding-top: 2px;
}

.action a {
    float: left;
}

table .empty {
    font-family: robotoregular;
}

.list-view .empty {
    font-family: robotoregular;
    font-size: 13px;
    color: #232323;
    text-transform: capitalize;
}

.site-error .bg {
    height: 74vh;
    min-height: 0;
}

.error-template {
    transform: translate(0, -50%);
    top: 42%;
    position: relative;
}

.site-error .bg h1 {
    font-size: 90px;
    font-family: robotoregular;
    margin: 0;
    font-weight: bold;
    color: #232323;
}

.site-error .bg h2 {
    font-family: robotoregular;
    color: #232323;
    font-size: 38px;
    margin: 40px 0 0;
}

#piechart-graph {
    width: 100%;
    float: left;
}

.summeryLink {
    width: 100%;
    float: left;
    padding-bottom: 7px;
    margin-top: -15px;
}

.summeryLink a {
    float: right;
    color: #0093de;
    font-size: 13px;
}

.graph-section .card {
    margin-bottom: 20px;
}

.search-box .input-group {
    width: 120px;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
}

.search-box .input-group-addon {
    position: absolute;
    padding: 0;
    width: 22px;
    right: 3px;
    top: 5px;
    height: 22px;
    bottom: 0;
    margin: auto;
    z-index: 12;
    border: 0;
    background: none;
    color: #a4a4a4;
}

.search-box .glyphicon-calendar:before {
    content: '\004e';
    font-family: 'glyphter';
}

.search-box .input-group .form-control {
    padding: 5px 10px 5px 10px;
    height: auto;
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .14);
    font-size: 13px;
    background: #f5f5f5;
    color: #303030;
}

.search-box .input-group .glyphicon {
    margin: 0;
    height: auto;
    width: auto;
    font-size: 16px;
}


/*datepicker css*/

.datepicker-dropdown {
    padding: 0;
}

.datepicker table tr th {
    font-weight: normal;
    background: none;
    color: #232323;
    font-family: robotoregular;
    font-size: 13px;
}

.datepicker .datepicker-switch:hover {
    background: none;
}

.datepicker thead th.prev:before,
.datepicker thead th.next:before {
    content: '\0049';
    font-family: 'glyphter';
    font-size: 11px;
}

.datepicker thead th.prev {
    transform: rotate(180deg);
}

.datepicker thead th.prev,
.datepicker thead th.next,
.datepicker thead th.prev:hover,
.datepicker thead th.next:hover {
    font-size: 0;
    border-radius: 0;
    background: #f5f5f5;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #f5f5f5;
}

.datepicker thead th.dow {
    background: #3fb9f9;
    color: #fff;
    border-radius: 0;
}

.datepicker table tr td.day,
.datepicker table tr td {
    border-radius: 0;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.old.day:hover,
.datepicker table tr td.new.day:hover,
.datepicker table tr td.old.day.active,
.datepicker table tr td.new.day.active {
    background: #ececec;
    color: #232323;
    text-shadow: none;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #232323;
    background-color: #ececec;
    border-color: #ececec;
    text-shadow: none;
}

.datepicker table tr td.day {
    color: #5d5d5d;
}

.datepicker table tr td.old.day,
.datepicker table tr td.new.day {
    color: #c6c6c6;
    pointer-events: none;
}

.datepicker thead th.prev,
.datepicker thead th.prev:hover {
    border-bottom-right-radius: 3px;
}

.datepicker thead th.next,
.datepicker thead th.next:hover {
    border-top-right-radius: 3px;
}

.datepicker table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.datepicker table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}


/**/

.small-modal .modal-dialog {
    width: 380px;
    margin-top: 70px;
}

.modal-header {
    border: 0;
}

.modal-header .close {
    z-index: 123;
    font-size: 32px;
    font-weight: normal;
    margin-top: -10px;
    margin-right: -5px;
}

.modal-header h2 {
    font-size: 19px;
    color: #303030;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 11px;
}

.modal-content {
    width: 100%;
    float: left;
}

.modal-body {
    width: 100%;
    float: left;
    padding: 0 15px 15px;
}

.recording-info ul {
    width: 100%;
    float: left;
    margin: 0;
}

.recording-info ul li {
    width: 100%;
    float: left;
}

.recording-info ul li:nth-child(2n+2) {
    background: #f9f9f9;
}

.recording-info ul li span {
    width: 50%;
    float: left;
    padding: 10px;
    color: #303030;
    word-wrap: break-word;
}

.recording-info ul li span:last-child {
    color: #5d5d5d;
}

.loader {
    background: url(../images/loader.gif) no-repeat 0 0;
    width: 22px;
    height: 22px;
    background-size: contain;
    float: none;
    padding: 9px 19px;
    margin: 0;
}

.blockUI.blockOverlay {
    background-color: rgb(255, 255, 255) !important;
    opacity: 0.7 !important;
}

.blockUI.blockMsg {
    border: 0 !important;
    background: none !important;
}

.blockUI span {
    width: 100%;
    float: left;
    font-family: robotoregular;
    font-size: 17px;
    padding-top: 20px;
    text-transform: capitalize;
    color: #383838;
}

.play-btn {
    color: #008cdc;
    position: relative;
    padding-left: 13px;
}

.play-btn:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #0093de;
    left: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.no-title .modal-header {
    padding: 0;
}

.no-title .modal-header .close {
    top: 10px;
    right: 13px;
}

.export-btn {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.export-btn .btn-group {
    margin: 0;
}

.export-btn .btn-group .btn {
    font-size: 15px;
    text-transform: capitalize;
    text-align: left;
    min-width: 90px;
    min-height: 0;
    padding: 7px 12px;
    line-height: 1;
    border-radius: 3px;
}

.export-btn .btn-group .btn .caret {
    display: none;
}

.export-btn .btn-group .btn .glyphicon {
    position: absolute;
    right: 4px;
    top: 7px;
    font-size: 15px;
    margin: 0;
}

.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default {
    background: #0894ef;
    color: #fff;
    box-shadow: none;
}

.export-btn .btn-group .btn:before {
    content: '\0050';
    font-family: 'glyphter';
    position: absolute;
    right: 11px;
    font-size: 16px;
    top: 6px;
}


/**/

.export-btn .btn.btn-default.dropdown-toggle {
    display: none;
}

.export-btn .dropdown-menu {
    display: block;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: inherit;
    margin: 0;
    min-width: 0;
}

.export-btn .export-full-csv,
.export-btn .export-full-csv:hover,
.export-btn .export-full-csv:focus {
    padding: 7px 12px;
    background: #0894ef;
    color: #fff;
    line-height: 1;
    font-size: 15px;
    border-radius: 3px;
    min-width: 90px;
}

.export-btn .export-full-csv i.fa {
    position: absolute;
    right: 4px;
    top: 6px;
    font-size: 15px;
    margin: 0;
}

.export-btn .export-full-csv i.fa:before {
    content: '\0050';
    font-family: 'glyphter';
    color: #fff;
    font-style: normal;
}


/**/

.bigPieChart {
    transform: scale(1.2);
    left: -30px;
    top: 10px;
}


/*animate input field css*/

.form-group {
    float: left;
    width: 100%;
}

.form-group .control-label {
    color: #232323;
}

.form-group label strong {
    color: #ff0000;
    display: inline-block;
    min-width: 5px;
}

.form-group.animated .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #232323;
    background-color: transparent;
    border: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
}

.form-group label,
.form-group .form-control {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
}

.form-group label {
    position: relative;
    -webkit-transition-property: -webkit-transform, color;
    -moz-transition-property: -moz-transform, color;
    transition-property: transform, color;
    font-weight: normal;
}

.form-group .form-control {
    -webkit-transition-property: border-width, background-color;
    -moz-transition-property: border-width, background-color;
    transition-property: border-width, background-color;
}

.form-group.animated {
    padding-top: 25px;
    animation-duration: 0s;
    animation-fill-mode: none;
}

.form-group.animated label {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    margin-bottom: 0;
    color: #5b5b5b;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    font-weight: normal;
    font-size: 14px;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    bottom: 19px;
    width: auto;
    text-align: left;
    padding: 0;
}

.form-group.animated input {
    padding: 6px 10px;
}

.form-group label strong {
    color: #ff0000;
    display: inline-block;
    min-width: 5px;
    font-weight: normal;
}

.login-fields .form-group label strong {
    padding-right: 0;
}

.form-group.animated.active label,
.form-group.animated.focus label,
.form-group.animated.is-filled label,
.form-group.animated.is-focused label {
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
    transform: translateY(-16px);
}

.form-group.animated.is-focused,
.form-group.animated.is-filled,
.add-new-address .form-group.animated {
    border-color: #c4c4c4;
}

.form-group.animated {
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 20px;
    position: relative;
    min-height: inherit;
}

.form-group.animated input,
.form-group.bmd-form-group.animated input {
    box-shadow: none;
    border-radius: 0;
}

.form-group.animated .help-block {
    color: #ff0000;
    font-size: 13px;
    position: absolute;
    top: 0;
    margin-top: 0;
    padding: 0;
    background: none;
}

.form-group.overlap-link a {
    bottom: 11px;
    font-size: 15px;
    position: absolute;
    right: 6px;
}

.form-group.overlap-link input {
    padding-right: 64px;
}

.form-group.animated textarea {
    border: none 0;
    box-shadow: none;
    border-radius: 0;
    padding: 7px 9px;
    height: 100px;
    resize: none;
}


/**/

.login-fields .checkbox input[type="checkbox"]+.checkbox-decorator:before {
    content: "";
    width: 16px;
    height: 16px;
    border: solid 1px #c8c8c8;
    border-radius: 2px;
    position: absolute;
    left: -21px;
    top: 1px;
    margin: auto;
}

.login-fields .checkbox input[type="checkbox"]:checked+.checkbox-decorator:after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: -15px;
}

.cancel {
    margin-left: 15px;
}


/* Ripple */

.ripple {
    position: relative
}

.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit
}

.ripple-container .ripple-decorator {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

.ripple-container .ripple-decorator.ripple-on {
    opacity: .1;
    -webkit-transition: opacity .15s ease-in 0s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: opacity .15s ease-in 0s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s;
    transition: opacity .15s ease-in 0s, transform .5s cubic-bezier(.4, 0, .2, 1) .1s, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) .1s
}

.ripple-container .ripple-decorator.ripple-out {
    opacity: 0;
    -webkit-transition: opacity .1s linear 0s;
    transition: opacity .1s linear 0s
}
#totalrecords{
    width: 220px;
    float: left;
}
#piechart-graph .chart-card{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    min-height: 400px;
}
@media(max-width:1299px) {
    .list-view {
        overflow-x: scroll;
    }
    .grid-view {
        padding-top: 15px;
        position: relative;
    }
    .grid-view:after {
        /* content: "Slide To Right"; */
        position: absolute;
        left: 0;
        top: 0;
        font-family: robotoregular;
        font-size: 12px;
        color: #383838;
    }
    .grid-view:before {
        content: '\0047';
        font-family: 'glyphter';
        font-size: 8px;
        position: absolute;
        top: 4px;
        left: 77px;
        transform: rotate(-90deg);
        text-shadow: 0 4px 0 rgba(56, 56, 56, 1);
    }
    .wh-table {
        width: 1100px;
        max-width: inherit;
    }
    .bigPieChart {
        transform: scale(1);
        left: -50px;
        top: 0px;
    }
    .list-view {
        overflow-x: scroll;
    }
    .wh-table {
        width: 1100px;
    }
}
.buttondisabled{
 background: grey !important;
 pointer-events: none;

}
@media(max-width:767px) {
    #piechart-graph .chart-card{
        flex-direction: column;
        padding-bottom: 25px;
    }
    .mobile-filter {
        
        height: 276px;float: left;width: 100%;
    }
    .mobile-filter-button{
        margin-top: 25px!important;
    float: left;
    width: 100%;
    padding: 0;
    }
    .mobile-filter-note  {
        margin: 11px 0px 0px 2px;
        font-size: 13px;
        color: darkgrey;
        height: 28px;
        float: left;
        padding: 0;
    }
    .summary-call-status{
        margin-left: -28px;
        width: 100% !important;
    }
    #totalrecords ul,#piechart2 ul {
        text-align: center;
    }
    #totalrecords ul li, #piechart2 ul li{display: inline-block; padding: 0 5px;}
    .grid-view:before{
        display: none;
    }
    #totalrecords{
        margin-top: 25px;
        width: 100%;
    }
    .site-login {
        margin-top: 0;
    }
    .site-login.change-pwd {
        margin-top: 20px;
    }
    #header .navbar-brand {
        margin-left: 15px;
    }
}

@media(max-width:580px) {
    .site-login {
        width: 90%;
    }
    
}


@media(max-width:380px) {
    .site-login {
        margin-top: -30px;
    }
    .login-inner-box {
        padding: 30px 15px 10px;
    }
}

.completed-ui{
    float: right;
}

#errorDate{
    float: left;
    width: 100%;
}

/* Style the custom tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    border-color: #008ae3;
    color: #008ae3
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    position: relative;
    width: 100%;
    display: none;
    padding: 6px 12px;
  }
  .commonLoader{
    position: absolute;
     background: rgba(255,255,255,0.6);
     left: 10PX;
     right: 10PX;
     bottom: 0;
     top:0;
 }
 .commonLoader.outer{
    position: fixed;
 
 }
 .commonLoader::after{
     content: "";
     background: url(../images/loader.gif) no-repeat;
     width: 50px;
     height: 50px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     background-size: 100%;
 }


    /* .fullpageLoader,.innerLoader, .innerPieLoader, .innerUserLoader{
         position: fixed;
        background: rgba(255, 255, 255, 0.8);
        left: 10px;
        right: 10px;
        top: 0;
        bottom: 0;
    } */
    .innerLoader, .innerPieLoader, .innerUserLoader{
        position: absolute;
    }
    .fullpageLoader svg, .innerPieLoader svg, .innerLoader svg, .innerUserLoader svg{
        position: absolute;
        left: 50%;
        top:50%;
        transform: translate(-50%,-50%);
        width:40px
    }
  @media(max-width:540px) {
    .dateRang{
       float: left;
       width: 100%;
    }
    .tab button {
        padding: 8px 6px;
        font-size: 13px;
    }
}