* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 14px;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fafafa; 
}

body.body-white:before {
  background-color: #ffffff; 
}

/*
  Spaces
*/

.space-3 {
  display: block;
  margin: 3px 0 2px;
  max-height: 1px;
  min-height: 1px;
}

.space-4 {
  display: block;
  margin: 4px 0 3px;
  max-height: 1px;
  min-height: 1px;
}

.space-5 {
  display: block;
  margin: 5px 0 4px;
  max-height: 1px;
  min-height: 1px;
}

.space-6 {
  display: block;
  margin: 6px 0 5px;
  max-height: 1px;
  min-height: 1px;
} 

.space-7 {
  display: block;
  margin: 7px 0 6px;
  max-height: 1px;
  min-height: 1px;
}

.space-8 {
  display: block;
  margin: 8px 0 7px;
  max-height: 1px;
  min-height: 1px;
}

.space-9 {
  display: block;
  margin: 9px 0 8px;
  max-height: 1px;
  min-height: 1px;
}

.space-10 {
  display: block;
  margin: 10px 0 9px;
  max-height: 1px;
  min-height: 1px;
}

.space-12 {
  display: block;
  margin: 12px 0 11px;
  max-height: 1px;
  min-height: 1px;
}

.space-13 {
  display: block;
  margin: 13px 0 12px;
  max-height: 1px;
  min-height: 1px;
}

.space-15 {
  display: block;
  margin: 15px 0 14px;
  max-height: 1px;
  min-height: 1px;
}

.container-fluid,
*[class^="col-"],
*[class*=" col-"]{
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.slideout-menu {
  position: absolute;
  left: 0;
  top: 85px;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow-x: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#panel {
  height: 100%;
  background-color: #fafafa
}

#content {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

#logo {
  float: left;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

/*#content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  }*/

  #view {
/*  max-width: 1176px;
  margin-left: 0;
  margin-right: 0;*/
  /*height: 100%;*/
  padding: 15px;
  height: 100%;
  max-width: 100%;
}

body > div #viewbox {
  margin-left: 2.92%;
  margin-right: 2.92%;
}

body > div.open #viewbox {
  margin-left: 0;
  margin-right: 0;
}

.template-content-only #view {
  padding-left: 30px;
  padding-right: 30px;
}

.shadowed {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}


.shadowed.white-bg {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow:    0px 0px 9px 0px rgba(0, 0, 0, 0.18);
  box-shadow:         0px 0px 9px 0px rgba(0, 0, 0, 0.18);
}

.viewbox-bg {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 20px;
  min-height: 190px;
}

.viewbox-bg.padding-bot {
  padding-bottom: 25px;
}

.view-content {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.view-content .fullscrn {
  margin-left: -15px;
  margin-right: -15px;
}

#menu {
  background-color: #39b1ff;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
}

.error-404 {
  max-width: 934px;
  margin: 50px auto 0 auto;
}

.error {
  max-width: 405px;
  margin: 45px 0 108px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.img404 {
  float: left;
}

@media (max-width: 767px) {
  .img404 {
    float: none;
    display: none;
  }

  .error {
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
  }
}



header {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 11px 15px;
  height: 85px;
  z-index: 2000;
}

.theme-color {
  color: #0288d1;
}

.reverse-theme-color {
  color: #fafafa;
}

.theme-color a,
.theme-color a:hover,
.theme-color a:focus,
.reverse-theme-color a,
.reverse-theme-color a:hover,
.reverse-theme-color a:focus {
  color: inherit;
}

#photo-user {
  width: 101px;
  height: 101px;
}

.second-block,
.img-block {
  position: relative;
  overflow: hidden;
}

.img-block {
  background: url('../images/default-user.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.img-block  img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#profile-btn-agent {
  background-color: #39b1ff;
  font-size: 13px;
  border: 1px solid #fafafa;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  padding: 10px 20px;
}

#profile-btn-agent:active {
  border: 1px solid #37a1da;
  background-color: #0288d1;
}

.btn-wrapper {
  text-align: center;
}

button:focus {
  outline: none;
}

.main {
  background-color: #fafafa;
}

#quick-search {
  width: 405px;
  float: right;
  border: 1px solid #dde5ea;
}

#quick-search input {
  background-color: #ffffff;
  font-size: 13px;
}

#quick-search span.left-addon,
#quick-search span.right-addon {
  background-color: #ffffff;
  padding: 0 12px 0 12px
}

#quick-search .left-addon .fa {
  color: #c6c6c6;
  margin-right: 0;
}














/* ICONS */
/*.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner > table {
  width: 100% !important;
  padding-right: 17px;
}
*/


#call-history {
  /*table-layout:fixed;*/
}

.table-wrapper {
  margin-bottom: 10px;
}

.dataTables_empty {
  display:none;
}

.dataTables_wrapper .dataTables_info {
  font-style: italic;
  margin-left: 22px;
  padding-bottom: 12px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 7px;
    margin-right: 17px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button, 
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ffffff;
  color: #747474;
  border: 1px solid #dfe7ec;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: 5px;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #747474;
  color: #ffffff;
}*/

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, 
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  padding: 10px 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next, 
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background-color: #39b1ff !important;
  color: #ffffff !important;
}

table.dataTable thead {
  background-color: #0288d1;
  color: #ffffff;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 500;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 8px 15px;
  border-bottom: 0;
}

.dataTables_scrollHeadInner {
  border-bottom: 1px solid #9cc7e0;
}

table.dataTable tbody th:nth-child(1),
table.dataTable tbody td:nth-child(1) {
  padding: 8px 10px 8px 6px;
}

table.dataTable.display tbody tr.odd td:nth-child(1) {
  border-left: 4px solid #f9f9f9;
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even td:nth-child(1) {
  border-left: 4px solid #ffffff;
  background-color: #ffffff;
}

table.dataTable.display tbody tr:not(.noleftborder):hover td:nth-child(1) {
  border-left: 4px solid #39b1ff;
}

table.dataTable.display tbody tr.even:hover td,
table.dataTable.display tbody tr.odd:hover td {
  background-color: #f4f9ff;
}

.dataTables_scrollHeadInner {
  background-color: #0288d1;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ededed;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image : none;
}

.dataTables_scrollHeadInner {
  border-bottom-color: #9cc7e0;
}

/*table.dataTable thead th:nth-child(7),
table.dataTable tbody td:nth-child(7) {
  width: 110px !important;
}*/

table.dataTable .checkbox {
  line-height: 17px;
  text-align: center;
}

table.dataTable .checkbox,
table.dataTable .checkbox label {
  margin-bottom: 0;
  margin-top: 0;
}

table.dataTable .checkbox label {
  min-height: 17px;
  vertical-align: top;
}







/* Custom Datatable - White Template */

.dataTables_wrapper .bottom:after {
  content: "";
  display: table;
  clear: both;
}

.dataTables_wrapper .bottom .dataTable-entries {
  float: left;
  margin-left: 22px;
  padding-top: 7px;
}

@media (max-width: 767px) {
  .dataTables_wrapper .bottom {
    text-align: center;
  }

  .dataTables_wrapper .bottom .dataTable-entries {
    float: none;
    display: inline-block;
    max-width: 100%;
  }
}

.dataTables_wrapper .bottom .dataTable-entries > .dropdown {
  display: inline-block;
  max-width: 100%;
}

.dataTables_scrollHeadInner {
  border-top: 1px solid #efefef;
}


.dataTables_scrollBody  {
  border-bottom: 1px solid #efefef;
}

.table-white table.dataTable thead {
  background-color: #ffffff;
  color: #0288d1;
}

.table-white table.dataTable thead th,
.table-white table.dataTable tfoot th {
  font-weight: 400;
}

.table-white .dataTables_scrollHeadInner {
  border-bottom-color: #eaeaea;
  background-color: #ffffff;
}

.table-white .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0; 
}

.table-white table.dataTable.display tbody tr.odd td {
  background-color: #ffffff;
}

.table-white table.dataTable.display tbody tr.even td {
  background-color: #f4f9ff;
}

.table-white table.dataTable.display tbody th,
.table-white table.dataTable.display tbody td {
    border-top: 1px solid #efefef;
}

.table-white table.dataTable thead th,
.table-white table.dataTable.display tbody th,
.table-white table.dataTable.display tbody td {
  padding: 20px 15px;
}

.table-white table.dataTable.display tbody tr.odd td:nth-child(1) {
  border-left: 4px solid #ffffff;
}

.table-white table.dataTable.display tbody tr.even td:nth-child(1) {
  border-left: 4px solid #f4f9ff;
}

.table-white table.dataTable.display tbody tr.active td {
  background-color: #daefff;
}

.table-white table.dataTable.display tbody tr.active td:nth-child(1) {
  border-left: 4px solid #39b1ff;
}

.table-white table.dataTable.display tbody tr.active td:nth-child(1) {
  border-left: 4px solid #39b1ff;
}

.table-white table.dataTable.display tbody tr.active td .fa {
  color: #51baff;
}

.table-white .fa-download {
  color: #717171;
}

.table-white table.dataTable.display tbody tr .theme-icon.call.active-blue:first-child:before
{
  content: url(../images/call-blue.png);
  width:0;
  height:0;
  visibility:hidden;
}

.table-white table.dataTable.display tbody tr.active .theme-icon.call.active-blue {
  background: url(../images/call-blue.png) 
}
/* END Custom Datatable - White Template

*/
@media (max-width: 1100px) and (min-width: 992px) {
  .call-controls .layout-right .inline {
    float: right;
  }
}

.inline > .dropdown {
/*  margin-bottom: 10px;*/
}

.datetimepicker-group {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
}

.datetimepicker-group .date {
  width: 220px;
}

.datetimepicker-group .date  input {
  text-align: center;
}

.datetimepicker-group > label {
  font-weight: 400;
  display: block;
  float: left;
  min-height: 34px;
  padding-top: 8px;
  margin-right: 5px;
}

@media (max-width: 767px) {

  .datetimepicker-group > label {
    float: none;
    min-height: auto;
  }

  .datetimepicker-group > label {
    padding-top: 0;
  }

  .inline > *:last-child {

  }
}

.columned-numbers > div {
  border-bottom: 1px solid #dcdcdc;  
}

.columned-numbers .column-item {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.column-padding {
  padding: 5px 15px;
}

.columned-numbers .column-item > div {
  display: inline-block;
}

.columned-numbers .column-item > div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;  /* Align inline level elements vertically */
  height: 100%;
}

.columned-numbers .column-item button {
  margin-left: 18px;
}

.columned-numbers {
  position: relative;
  padding: 0;
}

.columned-numbers>[class*='col-'] {
  position: static;
}
.columned-numbers>[class*='col-']:nth-child(n+2):before {
  content: "";
  border-left: 1px solid #DDD;
  position: absolute;
  top: 0;
  bottom: 0;
}




/* Base for label styling */
[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 0;
  /*margin-left: 8px;*/
  cursor: pointer;
  min-width: 17px;
}

/* checkbox aspect */
[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left:0;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

/* checked mark aspect */

[type="checkbox"]:checked + label:after {
  content: "\f00c";
  color: #39b1ff;
  position: absolute;
  top: 0px; left: 0px;
  font-family: FontAwesome; 
  font-size: 10px; 
  width: 17px;
  line-height: 17px;
  transition: all .1s;
}

[type="checkbox"]:indeterminate + label:after {
  content: "\f068";
  color: #39b1ff;
  position: absolute;
  top: 0px; left: 0px;
  font-family: FontAwesome; 
  font-size: 10px; 
  width: 17px;
  line-height: 17px;
  transition: all .1s;
}
/*
[type="checkbox"]:indeterminate + label:after{
  content: "\f068";
  color: #39b1ff;
  position: absolute;
  top: 0px; left: 0px;
  font-family: FontAwesome; 
  font-size: 10px; 
  width: 17px;
  line-height: 17px;
  transition: all .1s;
}*/


/* checked mark aspect changes */
[type="checkbox"]:not(:checked):not(:indeterminate) + label:after{
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
/*[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
*/




/*table.dataTable th,
table.dataTable td {
  text-align: center;
}

*/


.action-wrapper {
  display: inline-block;
  max-width: 100%;
}

.table-controls {
  margin-top: 20px; 
  margin-bottom: 10px;
}

.table-controls .left {
  float: left;
}

.table-controls .right {
  float: right;
}

.table-controls .right div,
.table-controls .right button {
  float: left;
}

.table-controls .right div + div,
.table-controls .right button + div,
.table-controls .right div + button,
.table-controls .right button + button {
  margin-left: 10px;
}

#call-history-advanced-search .fa-search {
  margin-right: 0;
}

#call-history-advanced-search button {
    padding: 10px 20px;
}

.icon-controls {
  float: left;
  overflow: hidden;
}

.icon-controls.controls-right {
  float: right;
  overflow: hidden;
}

#icons-content {
  overflow: hidden;
}


.icon-controls > span {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 12px;
  background-color: #0288d1;
  color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 22px;
}

.icon-controls .skyblue {
  background-color: #39b1ff;
}

.icon-controls > span:hover {
  background-color: #39b1ff;
  cursor: pointer;
}

.icon-controls i.fa {
  margin-right: 0;
  font-size: 18px;
}

.icon-plus {
  font-size: 22px;
}

table td {
  font-size: 15px;
  line-height: 20px;
}

table td.bounds {
  font-size: 13px;
  vertical-align: middle;
}

table td.outbound {
  color: #1f81b7;
}

table td.inbound {
  color: #89c532;
}

table td.missed {
  color: #f15555;
}

.theme-icon.user {
  background: url(../images/icon-user.png) center center no-repeat;
  width: 21px;
  height: 20px;
}

.outbound .theme-icon {
  background: url(../images/outbound.png) center center no-repeat;
  width: 18px;
  height: 20px;
  margin-top: -1px;
}

.outbound-white .theme-icon {
  background: url(../images/outbound-white.png) center center no-repeat;
  width: 16px;
  height: 18px;
  margin-top: -1px;
}

#call-info .left {
  float: left;
}

#call-info .right {
  float: right;
}


#call-info .info1 {
  overflow: visible;
  display: inline-block;
}
#call-info .info2 {
  overflow: hidden;
}


#call-info label {
  width: 60px;
  text-align: right;
  margin-right: 10px;
  font-weight: 400;
}

#call-info .panel-heading,
#call-info-mobile .panel-heading {
  background-color: #0288d1;
  color: #ffffff;
}

#call-info .info2 > .left {
  float: none;
}

#call-info .info2 > .right {
  width: 180px;
  margin-left: 10px;
}

#item-2-1 .left{
  width: 50%;
}

#call-info .separator {
  height: 1px;
  background-color: #e4e4e4;
  margin: 10px 0 10px 0;
}

#call-info .item,
#call-info .inner-item {
  overflow: hidden;
  margin-bottom: 7px;
}

#call-info .inner-item:last-child,
#call-info .item:last-child {
  margin-bottom: 0;
}

#call-info .item label{
 margin-bottom: 0
}

#call-info .info1 .item:last-child {
}

.inbound .theme-icon {
  background: url(../images/inbound.png) center center no-repeat;
  width: 18px;
  height: 20px;
  margin-top: -1px;
}

.missed .theme-icon {
  background: url(../images/missed.png) center center no-repeat;
  width: 17px;
  height: 20px;  
  margin-top: -1px;
}

.theme-icon.seven {
  background: url(../images/7.png) center center no-repeat;
  width: 21px;
  height: 20px;  
}

.theme-icon.notif {
  background: url(../images/notif.png) center center no-repeat;
  width: 19px;
  height: 21px;  
}

.theme-icon.call {
  background: url(../images/call.png) center center no-repeat;
  width: 22px;
  height: 22px;  
}

.theme-icon.call.active {
  background: url(../images/call-active.png) center center no-repeat;
  width: 22px;
  height: 22px;  
}

.theme-icon.checklist {
  background: url(../images/checklist.png) center center no-repeat;
  width: 19px;
  height: 22px;  
}

.temp-hide {
  visibility: hidden;
}

.theme-badge {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -mozila-border-radius: 12px;
  background-color: #f15555;
  padding: 3px 5px;
  font-size: 10px;
  font-style: normal;
  color: #f4f4f4;
  position: absolute;
  line-height: 10px;
  top: -4px;
  left: -6px;
}


.theme-icon.paper {
  background: url(../images/call-history.png) center center no-repeat;
  width: 27px;
  height: 35px;
  display: inline-block;
  position: absolute;
  left: 0;
  float: none;
  margin-left: 0;
}

.title-group {
  padding-left: 33px;
  position: relative;
}

.title-group .title {
  display: block; 
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
  color: #0288d1;
}

.title-group .subtitle {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #03a9f4;
  margin-top: 2px;
}

.title-only {
  padding-left: 0;
}

.title-only .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #0288d1;
}

.title-group .title-details {
  float: left;
}

.dropdown.wrapped {
  float: left;
}

.inline:after {
  content: "";
  display: table;
  clear: both;
}

.inline > * {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.inline-padding-sm > * {
  margin-right: 15px;

}

.inline > *:last-child {
  margin-right: 0;
}

.inline .btn {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .inline > * {
    display: block;
    float: none;
    width: 100%;
  }

  .inline >.dropdown > button {
    display: block;
    width: 100%;
  }

  .inline-padding-sm > * {
    margin-right: 0;
  }

  .inline > *:last-child {
  }
}

.margined {
  margin-left: 15px;
  margin-right: 15px;
}

.btn.blue {
  background-color: #0288d1;
}

.btn.skyblue {
  background-color: #39b1ff;
}

.btn.red {
  background-color: #f15555;
}

.btn.green {
  background-color: #07a208;
}

.btn.yellow {
  background-color: #fdd600;
}

.btn.gray {
  background-color: #9faeb4;
}

.btn {
  outline: 0;
  color: #ffffff;
  padding: 10px 20px;
  border: 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  /*margin-bottom: 10px;*/
}

.btn:hover,
.btn:focus {
  color: #ffffff;
}

.btn-square {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.padding-2 {
  padding: 9px 15px;
}

.sm-padding {
  padding: 10px 15px;
}

.padding-3 {
  padding: 12px 35px;
}

.padding-4 {
  padding: 10px 32px;
}

#btn-order {
  padding-left: 30px;
  padding-right: 30px;
}

/*.call-action button + button {
  margin-left: 5px;
}*/

#tdCallInfo button.act-menu {
  width: 103px;
}

/*#call-info-wrapper {
  overflow: hidden;
}*/

#call-history-pagination {
  float: left;
  margin-right: 10px;
}

.dropdown-menu {
  padding: 0;
  /*min-width: 100%;*/
}

.dropdown-menu>li>a {
  padding: 10px 15px;
}

.dropdown-menu>li>a:hover {
    background-color: #0288d1;
    color: #ffffff;
}

.simple-dropdown button {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #d4dee5;


    text-align: left;
    position: relative;
    padding-right: 58px;
}

.simple-dropdown button:hover {
  background-color: #ffffff;
  border-color: #ccc;
}


.simple-dropdown button .fa {
  line-height: 22px;
  border-left: 1px solid #d4dee5;
  padding-top: 7px;
  padding-bottom: 7px;

  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 0;

  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.simple-dropdown button .val {
  display: inline-block;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 22px;
}

#menu-open {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 15;
}

#menu-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 9px;
}

.calling-block {
  width: 180px;
  min-height: 174px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding-top: 12px;
}

.calling-block p {
  font-size: 16px;
  color: #14bbf0;
}

.call-circle,
.circle-img {
  width: 100px;
  height: 100px;
  position: relative;
}

.call-circle {
  margin-left: auto;
  margin-right: auto;
}

.phone-calling {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -29px;
  margin-left: -29px;
}

#call-info .lbl {
  text-align: right;
}

#call-info .inl-cont {
  padding-left: 10px;
}

#call-info .acts {
  float: right;
  min-width: 289px;
}

#call-info .call-action button {
  letter-spacing: 0.3px;
  font-size: 12px;
  padding: 4px 6px;
}

#call-info-mobile {
  margin-top: 20px;
}

#call-info-mobile .info1 button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

#call-info-mobile .item,
#call-info-mobile .inner-item {
  margin-bottom: 10px;
}

#call-info-mobile .item label {
  display: block;
}

#call-info-mobile .info2 .right,
#call-info-mobile .info1 .left,
#call-info-mobile #item-2-1 .right {
  margin-top: 30px;
}

#call-info-mobile #item-2-1 .right button {
  width: 100%;
}

#call-info-mobile .calling-block {
  margin-left: auto;
  margin-right: auto;
}

#call-info-mobile .info2 .right {
  text-align: center;
}



.view-padding-box {
  padding-bottom: 25px;
}

.container-details {
  padding-top: 10px;
}

.container-details .row {
  line-height: 2.5em;
}

.container-details .row .lbl {
  font-weight: 400;
}

.container-details .row .lbl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.container-details .row + .row {
  border-top: 1px solid #efefef;
}

.container-details .row > div {
  padding: 8px 20px;
  line-height: normal;
}

.wrap-details.container-details .row + .row {
  border-top: 0;
}

.wrap-details.container-details .row .lbl {
  padding-left: 0px;
  padding-right: 0px;
}

.wrap-details.container-details .row .lbl + div {
  padding-left: 15px;
  padding-right: 15px;
}

#mybilling-details.data-info .data-info-name {
  text-align: right;
}

/*@media (min-width: 768px){
  #mybilling-details.wrap-details .row .lbl  {
    width: 16%;
  }

  #mybilling-details.wrap-details .row .lbl + div {
    width: 84%;
  }
}
*/


form.form-vertical label {
  /*padding-top: 10px;*/
  margin-bottom: 5px;
}

.form-group[class^="col-"],
.form-group[class*=" col-"],
.form-group *[class^="col-"],
.form-group *[class*=" col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.form-group-spacing-1 .form-group[class^="col-"],
.form-group-spacing-1 .form-group[class*=" col-"],
.form-group-spacing-1 .form-group *[class^="col-"],
.form-group-spacing-1 .form-group *[class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}



form.form-vertical label[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

form.form-vertical .form-group {
  margin-left: 0;
  margin-right: 0;
}

.group-block.nopadding {
  padding: 0;
}



.group-block .form-group[class^="col-"]:first-child,
.group-block .form-group[class*=" col-"]:first-child,
.group-block .form-group *[class^="col-"]:first-child,
.group-block .form-group *[class*=" col-"]:first-child {
  padding-left: 0;
}

.group-block.form-group-spacing-1 .form-group[class^="col-"]:last-child,
.group-block.form-group-spacing-1 .form-group[class*=" col-"]:last-child,
.group-block.form-group-spacing-1 .form-group *[class^="col-"]:last-child,
.group-block.form-group-spacing-1 .form-group *[class*=" col-"]:last-child {
  padding-right: 0;
}

@media (min-width: 768px ) and (max-width: 991px) {
  .group-block-sm .form-group[class^="col-"],
  .group-block-sm .form-group[class*=" col-"],
  .group-block-sm .form-group *[class^="col-"],
  .group-block-sm .form-group *[class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {

  .form-group[class^="col-"],
  .form-group[class*=" col-"],
  .form-group *[class^="col-"],
  .form-group *[class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  form label {
    padding-top: 0;
  }

}




.legend {
  overflow: hidden;
  padding-top: 20px;
}

.legend > div {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 23px;
}

.legend > div:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0px;
}

.legend > div.green:before {
  background-color: #00a651;
}

.legend > div.gray:before {
  background-color: #a1a1a1;
}

.legend > div.yellow:before {
  background-color: #fff10c;
}

.legend > div.red:before {
  background-color: #ff0000;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.center-wrapper {
  text-align: center;
}


.wizard-steps {
    list-style: none;
    display: table;
    width: 410px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.wizard-steps li {
    display: table-cell;
    text-align: center;
    width: 33.33%;
    float: none;
    vertical-align: top;
}

.wizard-steps li .step {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 78px;
  height: 50px;
  margin-top: -8px;
  background-image: url(../images/wiz2.png);
}

.wizard-steps li .step-inner-block > div {
    color: #546474;
    font-size: 28px;
    border-radius: 100%;
    background-color: #39b1ff;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    margin-top: 4px;
}

.wizard-steps li.done .step-inner-block > div {
  background-color: #0288d1;
}

.wizard-steps li.done:last-child .step-inner-block > div {
  background-color: #fdd600;
}

.wizard-steps li.done .step i:before {
    content: '';
    position: absolute;
    display: block;
}

.wizard-steps li a {
  padding: 0;
}

.wizard-steps li a,
.wizard-steps li a:hover,
.wizard-steps li a:focus, 
.wizard-steps li.active a,
.wizard-steps li.active a:hover,
.wizard-steps li.active a:focus {
  background-color: transparent;
}

.wizard-steps li .step div span {
  line-height: 42px;
}

.wizard-steps li.done .step-inner-block > div > span {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/checkmark.png) center center no-repeat;
}

.wizard-steps li.done .step span span {
  visibility: hidden;
}

.wizard-steps li:first-child .step {
  background-image: url(../images/wiz1.png);
}


.wizard-steps li:last-child .step {
  background-image: url(../images/wiz3.png);
}


.wizard-steps li:first-child:before {
    max-width: 51%;
    left: 50%;
}

.wizard-steps li:before {
    display: block;
    content: "";
    width: 100%;
    height: 9px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 21px;
    z-index: 1;
    background-color: #f1f1f1;
}

.wizard-steps li .title {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    color: #717171;
    font-size: 14px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    word-wrap: break-word;
}

.wizard-steps li.done .title {
    color: #0288d1;
}

.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}


@media (max-width: 767px) {

  .wizard-steps {
    width: 100%;
  }

  .wizard-steps li .step {
    margin-top: 0;
  }

  .wizard-steps.nav-pills>li+li {
    margin-left: auto;
  }

  .wizard-steps li {
    float: none;
    display: block;
    margin: 0 auto 10px auto;
    width: 100%;
  }

  .wizard-steps li:before {
    display: none;
  }

  .wizard-steps li .step,
  .wizard-steps li:first-child .step,
  .wizard-steps li:last-child .step {
    background-image: none;
  }

  .wizard-steps li .step-inner-block > div {
   margin-top: 0;
  }

  .wizard-steps .step-inner-block {
    display: inline-block;
    padding: 4px;
    background-color: #f1f1f1;
    border-radius: 100%;
  }

}

/* 
  Choose Amount (1st) Tab
  in Top Up page
*/

#top-up-amount .left {
  float: left; 

  width: 380px;
  padding-left: 42px; 
  padding-right: 15px; 
}

#top-up-amount .right {
  padding-left: 15px; 
  overflow: hidden;
}

#top-up-amount .left button {
  width: 144px;
  max-width: 100%;
  background: url(../images/btn-amount.png) top center no-repeat;
  background-color: transparent;
  min-height: 62px;
  border: 0;
  font-size: 21px;
  color: #ffffff;
}

#top-up-amount .left button.active {
  background-image: url(../images/btn-amount-hover.png)
}

#top-up-amount .left .row > div {
  text-align: center;
  margin-bottom: 10px;
}

.btn-container button.right{
  float: right;
  margin-left: 15px;
}

.data-info .data-info-row {
  position: relative;
}

.data-info .data-info-name {
  position: absolute;
  width: 160px;
  padding: 8px 20px;
  left: 0;
  top: 0;
  bottom: 0;
  font-weight: 400;
}

.data-info .data-info-value {
  padding: 8px 4px 8px 6px;
  margin-left: 160px;

}

.info-striped .data-info-row + .data-info-row {
    border-top: 1px solid #efefef;
}

#receipt-info .data-info-name,
#order-info .data-info-name {
  width: 325px;
}

#receipt-info .data-info-value,
#order-info .data-info-value {
  margin-left: 335px;
}


#mybilling-details .data-info-name {
  width: 200px;
}

#mybilling-details .data-info-value {
  margin-left: 200px;
}

#profile-info .data-info-name,
#profile-info .data-info-value {
  padding: 7px 20px;
}

#profile-info .data-info-row:first-child .data-info-name,
#profile-info .data-info-row:first-child .data-info-value {
  padding-top: 0;
}

#profile-info .body {
  padding-left: 10px;
}

#profile-info .data-info-name {
  width: 150px;
  padding-left: 0px;

}

#profile-info .data-info-value  {
  margin-left: 150px;
}

@media (max-width: 767px) {
  
  .data-info .data-info-row {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .data-info .data-info-name {
    position: static;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    text-align: left !important;
  }

  .data-info .data-info-value {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


}


.btn .fa-edit {
  margin-right: 2px;
}

.btn .fa-arrow-circle-o-up {
  margin-right: 3px;
}

div.profile-picture {
  display: inline-block;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  padding: 5px;
}

div.profile-picture span {
  display: block;
  width: 153px;
  height: 140px;
  background-color: #efefef;
  position: relative;
}

div.profile-picture span img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

div.side-main-layout .side {
  float: left;
  overflow: hidden;
  padding: 0 15px;
}

div.side-main-layout .body {
  overflow: hidden;
}

@media (max-width: 767px) {
  div.side-main-layout .side {
    float: none;
  }

  div.side-main-layout .side {
    padding-left: 0;
    padding-right: 0;
  }

  div.side-main-layout .body {
    padding-left: 0 !important;
  }
}

.next-step {
  float: right;
}

.next-step.last {
  background-color: #fdd600;
}

.group-block {
  position: relative;
  margin-bottom: 15px;
}

.group-block:after {
  content: "";
  display: table;
  clear: both;
}

.white-bg{
  background-color: #ffffff;
}

#login-box {
  max-width: 425px;
  margin-top: 85px;
  padding: 35px 40px 45px 40px;
  color: #ababab;
}

.group-block.grey-bg {
  background-color: #f1f1f1;
  padding: 20px 25px 30px 25px;
}

.form-padding {
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

#top-up-details .left,
#top-up-confirmation .left {
  float: left;
  width: 380px;
  padding-right: 15px;
}

#top-up-details .right,
#top-up-confirmation .right {
  overflow: hidden;
  padding-left: 15px;
}

#top-up-details input[type='text'],
#top-up-details input[type='email']  {
  font-size: 17px;
  height: 44px;
}

@media (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #top-up-details .left,
  #top-up-confirmation .left {
    width: 100%;
  }
}


.group-block {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.radius-none {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.radius-2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.radius-5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.group-block .form-group .row + .row {
  margin-top: 10px;
}

.group-block .form-group .row > div + div {
  padding-left: 10px;
}

.form-group input[type='text'],
.form-group input[type='email'] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
   border: 1px solid #dfe7ec;
}

.form-group input.input-style-underlined {
  border: 0;
  border-bottom: 1px solid #3ab2ff;
  padding: 0;
  height: 25px;
  background-color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.login-form .form-group {
}

.form-group.inline {
  margin-bottom: 5px;
}

.form-group label {
  font-family: 'Graphik';
  font-weight: 500;
}

.groupbox {
  border: 1px solid #d4dee5;
  width: 100%;
  background-color: #ffffff;
  table-layout: fixed;
}

.groupbox > span.form-control {
  height: 50px;
  float: none;
  vertical-align: middle;
  border: 0;
  overflow: hidden;
  background-color: transparent;
  padding-top: 8.5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}



.groupbox span.left-addon {
  padding: 6px;
  border: 0;
  background-color: transparent;
  min-width: 100px;
  vertical-align: top;
  overflow: hidden;
}

.groupbox .first-block > label,
.groupbox  .icon-shape {
  width: 23px;
  height: 34px;
}

.groupbox .icon-shape {
  margin-left: 2px;
}

.groupbox .icon-shape {
  text-align: center;
}

.addon {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}

.addon > div {
  display: table;
  width: 100%;
}

.addon > div > div {
  display: table-cell;
  vertical-align: middle;
}

.groupbox .first-block,
.groupbox .second-block,
.groupbox .shape-block {
  display: table-cell;
  vertical-align: middle;
}

.groupbox .first-block {
  width: 52px;
}

.groupbox .second-block {
  width: 35px;
}

.groupbox .first-block > label,
.groupbox .shape-block > div {
  margin-left: auto;
  margin-right: auto;
}

#top-up-details .addon,
#top-up-confirmation .addon {
  width: 110px;
}

#top-up-details .left .group-block,
#top-up-confirmation .left .group-block {
  padding: 20px 17px;
}

#top-up-details .right .group-block {
  padding: 15px 20px;
}

#top-up-confirmation .right .group-block {
  padding: 15px 0;
}

#top-up-details .first-block,
#top-up-confirmation .first-block {
  width: 45px;
}

#top-up-details .first-block > label,
#top-up-confirmation .first-block > label {
  margin-left: 0;
  margin-right: auto;
}

#top-up-details .second-block,
#top-up-confirmation .second-block {
  width: auto;
}

.no-background {
  border: 0;
  background-color: transparent;
}

@media(max-width: 991px) {
  #top-up-details .left,
  #top-up-confirmation .left {
    float: none;
    padding-right: 0;
  }

  #top-up-details .right,
  #top-up-confirmation .right {
    margin-top: 15px;
    padding-left: 0;
  }
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

.control {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.2em;
}

.control.control--checkbox {
  padding-top: 4px;
  padding-left: 25px;
  margin-bottom: 0;
  font-weight: 400;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background: #f6f9fb;
  border: 1px solid #d4dee5;
}

.control.control--checkbox .control__indicator {
  width: 17px;
  height: 17px;
  border-color: #c2c3c3;
}

.control--radio .control__indicator {
  top: 5.5px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #d4dee5;
}
.control input:checked ~ .control__indicator {
  background: #fff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  /*background: #0e647d;*/
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #39b1ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 5px;
  top: 5px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: #14bbf0;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.icon-shape {
  width: 23px;
  height: 34px;
  position: relative;
  overflow: hidden;
}

.shape-check.skyblue {
  background-color: #39b1ff;
}

.shape-check.red {
  background-color: #f41c0b;
}


.shape-check .fa {
  font-size: 9px;
  line-height: 23px;
  margin-right: 0;
  color: #ffffff;
}

.shape-check {
  display: block;
  height: 23px;
  margin-top: 5.5px;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}

#payment-option .groupbox span.left-addon {
  width: 150px;
}

#payment-option > .form-group:last-child {
  margin-bottom: 0;
}

.card {
  width: 68px;
  height: 50px;
}

.paypal {
  background: url(../images/paypal.png) center center no-repeat;
}

.visa {
  background: url(../images/visa.png) center center no-repeat;
}

.price-group {
  position: relative;
  padding-left: 70px;
  height: 58px;
}

.price-group:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.price-group .shape {
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 58px;
  -moz-border-radius: 58px;
  -webkit0border-radius: 58px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fdd600;
  text-align: center;
  color: #fff;
}

.price-group .shape > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
}

.price-group .price {
  display: inline-block;
  vertical-align: middle;
}

.icon-wrapper {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
}

.icon-wrapper a {
  text-decoration: none;
}

.icon-wrapper a:hover,
.icon-wrapper a:focus {
  color: #3ab2ff;
}

.icon-wrapper img {
  margin-left: auto;
  margin-right: auto;
}

.icon-wrapper span {
  display: block;
  padding-top: 10px;
  margin-bottom: 10px;
}

.icon-text {
  position: relative;
  padding-left: 30px;
}

.icon-text .theme-icon {
  position: absolute;
  left: 0;
  top: 0.5px;
  margin-right: 10px;
}

.icon-text  > div {
  padding-top: 2.5px;
}



/*
  custom table css classes
*/

.total {
  padding-top: 8px;

}

/* DID Number */
#additional-did-info {
  margin-top: 5px;
}

#additional-did-info .dropdown {
  max-width: 175px;
}

#additional-did-info .dropdown > button {
    width: 100%;
    display: block;
}

#additional-did-info .left {
  float: left;
  min-width: 310px;
}

#additional-did-info .right {
  float: right;
  margin-right: 35px;
}

#additional-did-fields {
  margin-top: 20px;
}

/* added */
/* - top navbar */
#right-controls {
  overflow: visible;
}

#right-controls > li {
  float: right;
  border-left: 2px solid #37a1da;
  border-right: 0px;
}

#right-controls > li:hover {
  background-color: #0371ad;
}

#right-controls > li > a > i {
  margin: 0;
}

#right-controls > li i.li-icon {
  vertical-align: middle;
  font-size: 21px;
  cursor: pointer;
  margin: 0;
}

#right-controls ul.dropdown-menu {
  color: #333;
  top: 37px;
  border-radius: 0;
  width: 413px;
  padding: 10px;
  z-index: 2010;
}

#right-controls ul.dropdown-menu .header-buttons button + button {
  margin-left: 5px;
}
#right-controls ul.dropdown-menu .header-buttons button {
  min-width: 191px;
}
#right-controls ul.dropdown-menu .header-buttons button .fa-check {
  margin-right: 5px;
}

#right-controls ul.dropdown-menu .header-link-acts {
  text-align: right;
}
#right-controls ul.dropdown-menu .header-link-acts a {
  color: #008ae2;
  display: inline;
}

#notifDropdown > i.li-icon[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -4px;
  left: 10px;
  background: #f15555;
  color: #f4f4f4;
  min-width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  font-size: 10.88px;
  font-style: normal;
  padding: 0px 5px;
  z-index: 1;
}

#notifDropdown .items {
  max-height: 512px;
  overflow-y: visible;
  overflow-x: hidden;
}

#notifDropdown .items::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}

#notifDropdown .items::-webkit-scrollbar {
  width: 3px;
  background-color: #FFFFFF;
}

#notifDropdown .items::-webkit-scrollbar-thumb {
  background-color: #80ccff;
}

#notifDropdown .item {
  padding: 7px 5px;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

#notifDropdown .item.unread {
  background-color: #fff;
}

#notifDropdown .item .icon {
  margin: 0;
  text-align: center;
}

#notifDropdown .item .icon .letter-icon {
  font-size: 40px;
  font-weight: 500;
}

#notifDropdown .item .icon .fa {
  margin: 0;
  font-size: 35px;
  vertical-align: top;
}

#notifDropdown .item .icon .sys-icon {
  margin: auto;
  display: inline-block;
  width: 37px;
  height: 37px;
  position: relative;
}

#notifDropdown .item .icon .sys-icon.phonegreen {
  background-image: url(../../images/icons/notif-phonegreen.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#notifDropdown .item .info {
  font-size: 90%;
  padding: 0 10px;
}

#notifDropdown .item .info .categ {
  color: #888;
  font-size: 85%;
}

#notifDropdown .item .others {
  font-size: 80%;
}

#notifDropdown .item .others .date,
#notifDropdown .item .others .time {
  text-align: right;
}

#notifDropdown .item .others a {
  color: #008ae2;
  display: inline;
}

#notifDropdown .item .others .act-links {
  text-align: right;
}

#notifDropdown .item .others .mark-read {
  visibility: hidden;
}
#notifDropdown .item:hover .others .mark-read {
  visibility: visible;
}

#notifDropdown .dropdown-menu > hr {
  margin: 0;
}
/* - .top navbar */

/* notification popup */
#notifArea {
  max-height: 100%;
  position: fixed;
  top: 150px;
  left: 20px;
  right: 20px;
  z-index: 2020;
}

#notifArea .notif-box {
  background-color: #fff;
  line-height: 1.3em;
  padding: 15px;
  margin: 5px 10px;
  position: relative;
  border-radius: 3px;
  transition: opacity 0.5s ease-in;
  box-shadow: 4px 3px 5px 0px #aaa;
  border: 1px solid #aaa;
}

#notifArea .notif-box.hide {
  opacity: 0;
}

#notifArea .notif-close {
  background: transparent;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
}

#notifArea .notif-close:before,
#notifArea .notif-close:after {
  content: '';
  width: 15px;
  border-top: solid 2px #888;
  position: absolute;
  top: 5px;
  right: -1px;
  display: block;
}

#notifArea .notif-close:before {
  transform: rotate(45deg);
}

#notifArea .notif-close:after {
  transform: rotate(135deg);
}

#notifArea .notif-close:hover:before,
#notifArea .notif-close:hover:after {
  border-top: solid 2px #b94a48;
}

/* - notif popup item */
#notifArea .notif-popup .icon {
  margin: 0;
  text-align: center;
}

#notifArea .notif-popup .icon .letter-icon {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  top: 11px;
}

#notifArea .notif-popup .icon .fa {
  margin: 0;
  font-size: 28px;
  vertical-align: top;
}

#notifArea .notif-popup .icon .sys-icon {
  margin: auto;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

#notifArea .notif-popup .icon .sys-icon.phonegreen {
  background-image: url(../../images/icons/notif-phonegreen.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#notifArea .notif-popup .info {
  font-size: 90%;
  padding: 0 8px;
}

#notifArea .notif-popup .info .categ {
  color: #888;
  font-size: 85%;
}

#notifArea .notif-popup .info .title a {
  color: inherit;
}

#notifArea .notif-popup .others {
  font-size: 80%;
}
/* - .notif popup item */

@media (max-width: 767px) and (min-width: 481px) {
  #notifArea {
    left: 100px;
    right: 100px;
  }
}

@media (min-width: 768px) {
  #notifArea {
    width: 350px;
    left: auto;
    right: 0;
  }
}
/* .notification popup */
/* .added */

@media (max-width: 767px) {
  #additional-did-info .dropdown {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  #additional-did-info .left {
    min-width: auto;
    width: 100%;
  }

  #additional-did-info .right {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  #additional-did-fields {
    margin-top: 0;
  }

  #additional-did-info {
    margin-top: 5px;
  }
}

@media (max-width: 399px){

  .groupbox span.left-addon {
    min-width: auto;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .groupbox > span.form-control {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }

  #top-up-amount .left .row > div {
    width: 100%;
  }

  .groupbox {
    overflow: hidden;
  }

  .groupbox .addon {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .groupbox .first-block,
  .groupbox .second-block {
    width: 50%;
  }

  .groupbox .icon-shape {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  
  .form-padding {
    padding: 0 0px;
  }

  #amounts {
    max-width: 327px;
    padding-bottom: 20px;
  }

  #top-up-amount .left {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  #top-up-amount .right {
    padding-left: 0;
  }

  #top-up-amount .left,
  #top-up-amount .right {
    width: 100%;
  }

}

@media (max-width: 991px) {
  #viewbox {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#call-info-mobile {
  display: none;
}

@media (max-width: 767px) {

  #quick-dial-wrapper {
    float: none;
  }

  .scroll-wrapper {
    width: 100%;
    overflow-x: auto;
  }

  /*#call-info {
    display: none;
  }

  #call-info-mobile {
    display: block;
  }*/

  .table-controls .left,
  .table-controls .right {
    float: none;
  }

  .table-controls .right div,
  .table-controls .right button {
    float: none;
    display: block;
    width: 100%;
  }

  .table-controls .right div + div,
  .table-controls .right button + div,
  .table-controls .right div + button,
  .table-controls .right button + button {
    margin-left: 0;
    margin-top: 10px;
  }

  #options {
    float: none;
    max-width: 100%;
  }

  #options li {
    float: none;
    display: block;
    border-right: 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #options li a {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
  }

  #call-history-pagination {
    float: none;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .dataTables_scrollHeadInner {
    box-sizing: border-box !important;
  }
}

@media (max-width: 992px) {
  #call-history {
    width: 1220px !important;
  }

  #call-info .acts {
    float: none;
    min-width: 289px;
  }

  #call-info .acts .col-xs-3 {
    width: 16.6666%;
  }

  #call-info .acts .col-xs-9 {
    width: 83.3333%;
  }
}

@media (max-width: 1200px) {
  #call-info .info1 > .right {
    float: left;
  }

  #callinboxStageCont, #callinboxPotCont {
    display: block;
  }
}