@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700");
.spinner {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: conic-gradient(#303f9f  0deg 180deg, #e3bdbd 180deg 360deg);
  animation: rotate 1.5s linear infinite;
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 2px),
    black calc(100% - 4px)
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 2px),
    black calc(100% - 4px)
  );
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 79, 79, 0.37);
  z-index: 1000000;
  overflow-y: auto;
  display: none; }
  .custom-modal legend {
    text-align: center; }
  .custom-modal .ms-choice {
    background: white; }
  .custom-modal form {
    width: 80%;
    margin-left: 10%;
    margin-top: 10%;
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    position: relative; }
    @media (max-width: 992px) {
      .custom-modal form {
        margin-top: 0;
        border-radius: 0;
        padding: 15px; } }
    .custom-modal form .custom-modal-close {
      position: absolute;
      right: 20px;
      top: 10px;
      cursor: pointer;
      font-size: 1.5em;
      text-align: center; }

.custom-modal-in form {
  -webkit-animation: modalIn 0.2s;
  -moz-animation: modalIn 0.2s;
  animation: modalIn 0.2s;
  position: relative; }

@-webkit-keyframes modalIn {
  from {
    transform: translateY(-50%); }
  to {
    transform: translateY(0%); } }
@-moz-keyframes modalIn {
  from {
    transform: translateY(-50%); }
  to {
    transform: translateY(0%); } }
@keyframes modalIn {
  from {
    transform: translateY(-50%); }
  to {
    transform: translateY(0%); } }
body {
  overflow-x: hidden;
  background-color: #F7F7F7; }

.sim-blk {
  display: block; }
  .sim-blk:before, .sim-blk:after {
    content: "";
    clear: both;
    display: block; }

.inline-div {
  display: inline-block; }

.ul, .inline-ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ul li, .inline-ul li {
    float: left; }
    .ul li a, .inline-ul li a {
      display: block; }

.ul_Str li {
  float: none; }

a {
  color: #333; }
  a:hover {
    text-decoration: none; }

header h1 {
  font-size: 36px; }
  @media (max-width: 720px) {
    header h1 {
      font-size: 24px; } }

.sim-frame {
  width: 100%;
  height: 100%;
  position: relative; }
  .sim-frame .left-panel {
    background-color: #283593;
    width: 270px;
    position: fixed;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    left: 0;
    transition: 0.5s all; }
    @media (max-width: 992px) {
      .sim-frame .left-panel {
        transform: translateX(-270px); } }
  .sim-frame .sim-main {
    padding-left: 270px; }
    @media (max-width: 1366px) {
      .sim-frame .sim-main {
        min-height: 668px; } }
    @media (min-width: 1367px) and (max-width: 1600px) {
      .sim-frame .sim-main {
        min-height: 727px; } }
    @media (max-width: 992px) {
      .sim-frame .sim-main {
        padding-left: 0; } }

.logo {
  padding-top: 15px;
  text-align: center;
  color: #fff; }
  .logo a {
    color: #fff;
    display: block; }
    .logo a i {
      font-size: 70px; }
      @media (max-width: 750px) {
        .logo a i {
          font-size: 28px; } }
      @media (max-width: 480px) {
        .logo a i {
          font-size: 22px; } }

@media (max-width: 750px) {
  .logo h3 {
    font-size: 18px; } }
.dropdown-menu {
  width: 100%;
  border-radius: 0; }

.nav-panel {
  margin-top: 30px;
   }
  @media (max-width: 750px) {
    .nav-panel {
      margin-top: 0; } }
  .nav-panel .nav li {
    border-bottom: 1px solid #283593; }
  .nav-panel .nav li a {
    color: #fff;
    transition: 0.3s all; }
    .nav-panel .nav li a:hover, .nav-panel .nav li a:active, .nav-panel .nav li a:focus {
      color: #1a237e;
      background-color: #e8eaf6; }
    .nav-panel .nav li a > i {
      display: inline-block;
      margin-right: 15px; }
  .nav-panel .nav ul {
    background-color: #3f51b5 !important; }
  .nav-panel .nav ul li a {
    color: #fff; }

header {
  background-color: #303f9f;
  color: #fff; }

[class^="mdi-"], [class*="mdi-"] {
  vertical-align: middle; }

.sim-action-panel {
  color: #fff;
  padding-top: 15px;
  font-size: 16px; }
  @media (max-width: 992px) {
    .sim-action-panel {
      padding-bottom: 15px;
      text-align: right; } }
  .sim-action-panel i {
    font-size: 18px; }
  .sim-action-panel a {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    transition: 0.5s all; }
    .sim-action-panel a i {
      position: relative;
      top: -3px; }
    .sim-action-panel a:hover {
      color: #5c6bc0; }

.sms-balance {
  font-size: 18px; }
  .sms-balance span {
    font-size: 1.8em; }
    .voicebalance {
  font-size: 18px; }
  .voicebalance span {
    font-size: 1.8em; }

.sim-action-links {
  display: block; }
  .sim-action-links a {
    display: block;
    padding: 12px 5px;
    padding-left: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    text-align: center;
    background-color: #fff; }
    .sim-action-links a:hover {
      color: #fff;
      background-color: #5c6bc0; }
    .sim-action-links a:hover i {
      color: #fff; }
  .sim-action-links i {
    font-size: 2.4em;
    color: #FF6600;
    display: block; }

.sim-quick-actions {
  display: block;
  border-top: 1px solid #3F51B5;
  margin-top: 15px;
  margin-left: -30px;
  margin-right: -30px; }
  .sim-quick-actions a {
    padding: 15px;
    display: block;
    text-align: center;
    color: #1a237e;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s all; }
    .sim-quick-actions a:hover {
      color: #3F51B5;
      font-size: 1.6em; }
    .sim-quick-actions a i {
      font-size: 1.6em; }

.copy {
  color: #fff;
  padding: 15px 0;
  text-align: center; }
  .copy a {
    color: #fff; }

.form-group:after, .form-group:before {
  content: "";
  clear: both;
  display: block; }

.count {
  margin-right: 15px;
  padding: 5px 15px;
  background-color: #e8eaf6;
  border: 1px solid #9fa8da;
  border-radius: 3px;
  color: #283593;
  text-align: center; }

.radio, .checkbox {
  margin-top: 5px;
  margin-bottom: 5px; }

.sim-table-action .btn {
  margin-top: 5px;
  margin-bottom: 5px; }

.sim-table-action input, .sim-table-action select, .sim-table-action input:focus, .sim-table-action select:focus {
  padding: 8px 30px;
  height: inherit !important; }

.active {
  opacity: 1.5; }

.nav-toggle {
  width: 45px;
  height: 30px;
  color: #fff;
  display: none;
  transition: 0.5s all; }
  .nav-toggle:active, .nav-toggle:focus {
    color: #fff; }
  .nav-toggle i {
    font-size: 1.1em; }
  @media (max-width: 992px) {
    .nav-toggle {
      display: inline-block;
      margin-right: 15px; } }

.left-panel, .sim-main {
  transition: 0.5s all; }

.toggle-nav .left-panel {
  transform: translateX(0); }

.toggle-nav .sim-main {
  transform: translateX(270px); }

.toggle-nav .nav-toggle {
  margin-left: -80px; }

.dropdown-menu {
  padding: 0; }

.resend-btn {
  background-color: #283593;
  border: 0;
  color: #fff;
  height: 22px;
  position: relative;
  overflow: hidden;
  font-size: 13px; }

  .resend-btn1 {
  background-color: #283593;
  border: 0;
  color: #fff;
  height: 22px;
  position: relative;
  overflow: hidden;
  font-size: 13px; }

td .resend-btn {
  margin-top: -2px; }

.account-dtl {
  background-color: #F5F5F5;
  border: 1px solid #DDD;
  padding: 10px;
  line-height: 22px; }

.support-page .btn {
  margin-top: 0;
  margin-bottom: 0; }

.material-login {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #425F9A; }
  @media (min-width: 750px) {
    .material-login {
      background: url('../images/wall.jpg') !important;
      animation-name: login;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-delay: 0.5s; } }

@keyframes login {
  from {
    background-color: #303f9f; }
  to {
    background-color: #303f9f; } }
.material-form {
  position: absolute;
  left: 50%;
  top: 35%;
  background-color: #FFF;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  border-radius: 4px;
  margin-left: -180px;
  text-align: center;
  padding-bottom: 20px; }
  @media (min-width: 750px) {
    .material-form {
      box-shadow: 10px 10px 60px #283593; } }
  @media (max-width: 750px) {
    .material-form {
      top: 12%; } }
  .material-form input[type=text], .material-form input[type=email], .material-form input[type=password], .material-form input[type=submit], .material-form button {
    display: block;
    width: 100%;
    padding: 10px 20px;
    width: 300px;
    background-color: #FFF;
    border: 0;
    border-bottom: 1px solid #DADADA; }
  .material-form input:nth-child(1),
  .material-form input:focus {
    border-bottom: 1px solid #3949ab; }
  .material-form input[type=submit], .material-form button {
    border: 0;
    border-bottom: 0;
    border: 1px solid #3949ab;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #3f51b5; }
    .material-form input[type=submit]:hover, .material-form button:hover {
      background-color: #3f51b5;
      color: #fff; }
  .material-form a {
    display: inline-block;
    margin: 5px; }

/**
 * 11-09-2015
 */
.dropdown-menu > li > a {
  padding: 5px 20px; }

@media (min-width: 992px) {
  .logo {
    display: none; }

  .nav-panel {
    margin-top: 69px;
    background: #303f9f }

  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 69px;
    z-index: 1000000000000;
    box-shadow: 0 0 10px #999; }

  .sim-main {
    padding-top: 69px; }

  .sim-frame .left-panel {
    background-color: #FFF; }

  .nav-panel .nav li {
    border-bottom: 0; }
    .nav-panel .nav li a {
      color: #ffffff; } }
.sim-frame .left-panel {
  box-shadow: 0 0 10px #999; }

.copy {
  border-top: 1px solid #DDD; }
  .copy, .copy a {
    color: #1a237e; }

.sim-quick-actions {
    border-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #98b5bd; }

.sim-dashboard-row {
  margin-top: 15px; }

.sim-graphs {
  margin-bottom: 30px;
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  overflow: hidden; }
  @media (min-width: 992px) {
    .sim-graphs {
      height: 235px; } }

.sim-count .count-box {
  display: block;
  padding: 20px 20px;
  background-color: #3f51b5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin-bottom: 15px; }
  .sim-count .count-box span {
    display: block;
    color: #fff; }
  .sim-count .count-box .count-value {
    font-size: 26px;
    font-weight: lighter; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .sim-count .count-box .count-value {
        font-size: 22px; } }
.sim-count .invert {
  background-color: #FFF; }
  .sim-count .invert span {
    color: #333; }

.global-cards {
  margin-top: 15px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .global-cards h4 {
    margin-top: 0;
    color: #fff;
    padding: 15px;
    background-color: #3f51b5; }
  .global-cards a {
    width: 33.33333%;
    display: inline-block;
    float: left;
    padding: 15px;
    position: relative;
    overflow: hidden; }

.activities-list ul li {
  position: relative;
  padding: 15px 15px;
  padding-left: 30px;
  float: none; }
  .activities-list ul li:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 10%;
    height: 100%;
    width: 1px;
    background-color: #DDD; }
  .activities-list ul li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 20px;
    background-color: #DDD;
    border-radius: 50%; }
  .activities-list ul li:last-child:before {
    height: 80%; }
  .activities-list ul li .activity-date {
    background-color: #F7F7F7;
    display: inline-block;
    border: 1px solid #DDD;
    padding: 3px 20px;
    border-radius: 30px; }
  .activities-list ul li p {
    color: #666;
    font-size: 11px; }

.relative {
  position: relative; }

.has-chart legend {
  position: absolute;
  font-size: 18px; }

.chart1, .chart2 {
  padding-top: 30px; }
  .chart1 legend, .chart2 legend {
    text-align: center;
    color: #999;
    top: 40%; }
    .chart1 legend span, .chart2 legend span {
      display: block;
      font-size: 22px; }

.chart3 {
  padding-top: 15px;
  padding-right: 15px; }

.chart1, .chart2, .chart3 {
  display: inline-block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 992px) {
    .chart1, .chart2, .chart3 {
      width: 100%; } }

.chart-switcher:after, .chart-switcher:before {
  content: "";
  clear: both;
  display: block; }
.chart-switcher a {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 30px 5px;
  text-align: center;
  overflow: hidden;
  position: relative; }
  .chart-switcher a.active {
    background-color: #5c6bc0; }
    .chart-switcher a.active:active, .chart-switcher a.active:hover, .chart-switcher a.active:focus {
      text-decoration: none; }
    .chart-switcher a.active i, .chart-switcher a.active span {
      color: #fff; }
  .chart-switcher a i {
    font-size: 1.8em; }
  .chart-switcher a span {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .chart-switcher a span {
        font-size: 10px; } }
  .chart-switcher a:nth-child(1) {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD; }
  .chart-switcher a:nth-child(2) {
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD; }
  .chart-switcher a:nth-child(3) {
    border-right: 1px solid #DDD; }
  .chart-switcher a:nth-child(4) {
    border-right: 1px solid #DDD; }

.birthday-ul {
  height: 122px;
  width: 90%; }
  .birthday-ul li {
    margin-bottom: 5px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #DDD; }
    .birthday-ul li span {
      font-size: 12px;
      color: #999;
      display: inline-block;
      margin-left: 10px; }

.icon24 {
  font-size: 24px;
  display: inline-block;
  margin-right: 15px; }

.brand-hd i {
  font-size: 32px; }
@media (max-width: 992px) {
  .brand-hd {
    display: none; } }

.quick-toggle {
  color: #fff;
  position: relative;
  right: 30px; }
  .quick-toggle i {
    font-size: 18px; }
  .quick-toggle:active, .quick-toggle:hover, .quick-toggle:focus {
    color: #fff; }

.quick-toggle-action .sim-frame .left-panel {
  left: -270px;
  transition: 0.3s all; }
.quick-toggle-action .sim-frame .sim-main {
  padding-left: 0;
  transition: 0.3s all; }

#tab3 h4 {
  padding-left: 5px; }

.chart-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  line-height: 22px;
  background-color: #1a237e;
  color: #fff;
  text-align: center; }

/**
 * 21-1-2016
 */
.brand-hd {
  background: url("../images/brand.png") no-repeat left center;
  background-size: auto 32px;
  color: transparent; }
  .brand-hd i.mdi-communication-chat {
    opacity: 0; }

.brand-login {
  margin-bottom: 10px; }

.table th {
  background-color: #dadada; }

.sim-table-action .ms-drop ul > li {
  padding: 2px 7px; }
.sim-table-action .ms-drop ul > li.group {
  padding: 2px 7px;
  border-bottom: 1px solid #F0F1F3;
  background: rgba(241, 241, 241, 0.42); }
.sim-table-action label input {
  position: relative;
  top: -3px;
  margin-right: 8px !important; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFF; }

.material-icons {
  vertical-align: middle; }

.dropdown-backdrop {
  poninter-events: none; }

.chart-notification {
  display: none !important; }

p.error {
  color: #FF0000;
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  animation: blinker 2s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }
.control-label span {
  color: #3E3E3E; }

.custom-modal-in form label {
  color: #363636; }
.custom-modal-in form{
    height: 520px;
}
#mCSB_1{
  max-height: none !important;
}

.modal-content{
  background-color: #f4ff98 !important;
}

.custom-modal-in form {
    height: 520px;
    overflow: auto;
}
@media (min-width: 992px) and (max-width: 1535px) {
    .sim-count .count-box .count-value {
        font-size: 18px;
        font-weight: lighter;
    }
}
