html {overflow-y: scroll;}
body{
  font-family: 'Open Sans','Helvetica Neue',Tahoma,Helvetica,Arial,sans-serif!important;
}

/* for beautifying the table effect */
.table{
border-color: #e6e9ed!important;
}
.table {
background-color: #fff;
border: none;
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}

.table {
  margin-top: 15px;
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

/* Overridding the form-control class to input types */
input[type=text],input[type=password],input[type=url],input[type=file],input[type=email], textarea,select {
  font-size: 12px;
  color: #434a54;
  border-color: #aab2bd;
  display: inline-block;
  padding: 6px 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 3px;
}

.hidden{display: none;}

.nice-form input[type=text],
.nice-form input[type=password],
.nice-form input[type=email],
.nice-form input[type=url],
.nice-form input[type=file],
.nice-form textarea,
.nice-form select{
  width: 100%;
}

.nice-form.table td{
  padding: 3px!important;
  padding-right: 10px !important;
}
.nice-form.table td strong{
  padding-left: 10px !important;
}
/**
 * For making checkbox on and off button
 */
.onoffswitch {
  position: relative;
  width: 60px;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #949494;
  border-radius: 30px; }

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.08) inset; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #D65C3D;
  color: #FFFFFF;
  border-radius: 30px 0 0 30px; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #000;
  text-align: right;
  border-radius: 0 30px 30px 0; }

.onoffswitch-switch {
  width: 25px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #949494;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
  box-shadow: 0 1px 1px white inset; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/**
 * For listing div in bar form 
 */
.bar-listings {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
border-bottom: 1px solid #e5e5e5;
margin-left: 10px;
margin-right: 10px;
padding-bottom: 0px;
padding-top: 10px;
font-family: 'proxima_novasemibold', sans-serif;
}

.bar-listings:hover {
background: #fff9f8;
}

.bar-listings .fa {
  padding: 19px 0 0 20px;
}
/* FOR OVERRIDING THE MENU COLOR */
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text{
  color: #FFF;
}

.ac-bulk-box,.ac-customize-box {
  height:150px;
  font-size: 12px;
  color: #434a54;
  border-color: #aab2bd;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 3px;
}

.custom-columns{margin-top: 6px; height: 172px !important;}

.box-content {
  color: #434a54;
  display: inline-block;
  font-size: 10px;
}

.message-type {
    display: float;    
    text-align: left;
    width: 123px;
    border-radius: 4px 4px 4px 4px;
    height: 30px;
    vertical-align: middle;
}

.ui-import-file{
   opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    position: absolute;
    left: -3000px;
    z-index: 20;
    cursor: pointer;
}

ul.pagination{margin: 0px;}


/**
 * Over ridding css styles for mobile menu
 */
.affix-top > li > ul{
  display: none;
}

.affix-top{
  background: #233445;
}

.affix-top > li {
  border-bottom: 1px solid #2a3b4c;
}

.scheduled.status-1 td:first-child{border-left:3px solid #42EB21 !important;}
.scheduled.status-2 td:first-child{border-left:3px solid #EB2138 !important;}
.scheduled.status-0 td:first-child{border-left:3px solid #FFFB19 !important;}

.margin-bottom{margin-bottom: 10px;}
.padding-top{padding-top: 10px;}

.sig-up{border-bottom: none; margin-bottom: 0px;}
.sig-down{border-top: none; margin-top: 0px;}

.row.with-title{
  min-height: 400px;
  background : none;
}
.search-only .search-icon{top:6px;}
.search-only .search-icon {
position: absolute;
top: 15px;
left: 18.5px;
z-index: 20;
width: 30px;
font-size: 17px;
line-height: 30px;
color: #e6e9ed;
text-align: center;
}

.search-only .form-control:last-child {
padding-left: 40px;
}

/**tab layout **/
.content-box{
    height: 250px;
    border: 1px #C7C5C5 solid;
    border-radius: 5px;
    box-shadow: 4px #666;
    margin-left: 8px;
    width: 400px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 5px;
}
.tab{
    height: 40px;
    background-color: #F1F1F1;
    padding: 10px;
    color: #000;
    margin-top: 4px;
}
/**tab layout ends **/

.ui-tooltip-pos-c{position: fixed !important;}


/* noty messages modification */

.noty_bar.noty_theme_default {
  
    padding-left: 30px;
    background-repeat: no-repeat;
    color: #fff!important;
    background-size: 24px 24px;
    background-position: 5px center;
    min-width: 400px;
  }
  .noty_bar.noty_theme_default.noty_success {
    background-color: #859c31;
    border-color: #859c31;
    background-image: url(../img/icons/icon4.gif);
  }

  .noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
  border: 1px solid #859c31;
}

  .noty_bar.noty_theme_default.noty_information {
    background-color: #3a9df5;
    border-color: #3a9df5;
    background-image: url(../img/icon1.png);
  }

  .noty_bar.noty_theme_default.noty_warning {
    background-color: #c1500c;
    border-color: #c1500c;
    background-image: url(../img/icons/icon3.png);
  }

  .noty_bar.noty_theme_default.noty_info {
    background-color: #2792E6;
    border-color: #2792E6;
    background-image: url(../img/icons/icon1.png);
  }

  .noty_bar.noty_theme_default.noty_layout_topCenter.noty_info {
  border: 1px solid #2792E6;
}

  .noty_bar.noty_theme_default.noty_alert {
    background-color: #c1500c;
    border-color: #c1500c;
    background-image: url(../img/icons/icon3.png);
  }

  .noty_bar.noty_theme_default.noty_error {
    background-color: #c1500c;
    border-color: #c1500c;
    background-image: url(../img/icons/icon2.png);
  }

  .noty_bar.noty_theme_default .noty_close {
    position: absolute;
    top: 63%!important;
    right: 0px;
    background-image: url(../img/icons/cancel-icon.png);  width: 20px;
    background-size: 14px;
    background-repeat: no-repeat;
    height: 20px;
  }

.hide-me {display: none;}

.highlight{color: #fff; background-color: red;}

input:required,.must {
  background-image: url(../img/red_asterisk.gif);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 8px;
  background-size: 1.8%;
}

/*date picker*/

/*.ui-widget-header {
border: 1px solid #c05c28;
background: #c05c28 50% 50% repeat-x;
color: #c05c28;
font-weight: bold;
}
.ui-widget-content {
border: 1px solid #c05c28;
background: #f5f5f5 50% bottom repeat-x;
color: #222222;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #c05c28;
background: #FFEDE4  50% 50% repeat-x;
font-weight: bold;
color: #2e6e9e;
}

.ui-daterange-next-hover .ui-icon {
  background: #FFEDE4 ;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus 
{ border: 1px solid #c05c28; background: #c05c28 50% 50% repeat-x; font-weight: bold; color: #1d5987; }

.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: 0.02em;
}*/

.main-page {
  background-color: #ffffff;
margin-left: 15px;
min-height: 592px;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}


ul > li > a {
  color: #999999;
}

ul > li > ul > li > a {
  font-family: 'proxima_novasemibold', sans-serif;
  display: block;
  color: #333333;
  font-size: 15px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.ui-menu-send-sms{
  content: "\f095";
}

.com_sms.unicode .main-section .main-shadow-content .with-title .title {
  left :-35px!important;
}

.com_sms.customize .main-section .main-shadow-content .with-title .title {
  left :-45px!important;
}

.com_sms.bulk .main-section .main-shadow-content .with-title .title {
  left :-54px!important;
}

.com_sms.optin .main-section .main-shadow-content .with-title .title {
  left :-22px!important;
}

.com_sms.customize .main-section .main-shadow-content .row .row .ac-customize-box #ac-btn-import {
  margin-left :8px!important;
}

.com_analytics.network .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.country .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.overall .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.creditusage .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.delivtime .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.location .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.smscredits .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.provider .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.sender .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.sourcetype .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.smsmode .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}
.com_analytics.status .main-section .main-shadow-content .with-title .title {
   -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}

.com_account .main-section .main-shadow-content .with-title .title {
  left :-30px!important;
}

.com_sms.send .main-section .main-shadow-content {
  padding: 0 0 0 30px!important;
}
.com_sms.send .main-section .main-shadow-content .with-title .title {
  font-size: 25px!important;
}
.com_sms.send .main-section .main-shadow-content .with-title{
    background-image: none;
}

.com_sms.unicode .main-section .main-shadow-content {
  padding: 0 0 0 30px!important;
}
.com_sms.unicode .main-section .main-shadow-content .with-title .title {
    font-size: 25px!important;
}
.com_sms.unicode .main-section .main-shadow-content .with-title{
      background-image: none;
}

.com_sms.customize .main-section .main-shadow-content {
  padding: 0 0 0 30px!important;
}
.com_sms.customize .main-section .main-shadow-content .with-title .title {
    font-size: 25px!important;
}
.com_sms.customize .main-section .main-shadow-content .with-title{
  background-image: none;
}


.com_sms.bulk .main-section .main-shadow-content {
    padding: 0 0 0 30px!important;
}
.com_sms.bulk .main-section .main-shadow-content .with-title .title {
    font-size: 25px!important;
}
.com_sms.bulk .main-section .main-shadow-content .with-title{
    background-image: none;
}

.com_sms.optin .main-section .main-shadow-content {
    padding: 0 0 0 30px!important;
}
.com_sms.optin .main-section .main-shadow-content .with-title .title {
    font-size: 25px!important;
}
.com_sms.optin .main-section .main-shadow-content .with-title{
  background-image: none;
}

.com_account .main-section .main-shadow-content .with-title{
  background-image: none;
}

.com_analytics.network .main-section .main-shadow-content .with-title .title {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg)!important;
  -ms-transform: rotate(-90deg)!important;
  -o-transform: rotate(-90deg)!important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)!important;
  font-size: 18px!important;
  left: 59px!important;
  position: absolute;
  top: -21px!important;
  bottom: 275px!important;
}

/*.com_account .main-section .main-shadow-content {
  padding: 0 0 0 21px!important;
}
.com_account .main-section .main-shadow-content .with-title .title {
font-size: 25px!important;
}*/

/*Fix for World map zoom-in and zoom-out button*/
.jvectormap-zoomin, .jvectormap-zoomout {
width: 15px!important;
height: 18px!important;
}

.tabs.active{
  background-color: #C7C5C5;
}

.contact{max-width: 750px; margin: 0 auto; margin-top: 10px; border-top: 1px solid #d7d7d7; padding: 20px;}
.contact h4{font-weight: 800; margin-bottom: 10px}
.contact p{margin: 10px;}

/* Css for blog component*/
.formatted_content {
    font-family: "Segoe UI",helvetica,arial,sans-serif;
}
article.announcement div.formatted_content {
font-size: 16px;
line-height: 21px;
max-width: 75%;
}article.announcement>div.formatted_content {
margin-left: 25px;
}
div.formatted_content:not(.hidden) {
max-width: 75%;
}

article.announcement>header {
max-width: 750px;
}
article.announcement {
word-wrap: break-word;
}

article.announcement>header h3 {
font-size: 24px;
line-height: 26px;
}
article>header h1, article>header h2, article>header h3, article>header h4, article>header p {
margin: 0 0 2px;
}
article.announcement>header p {
color: #aa9c84;
display: inline-block;
vertical-align: middle;
}
.head {
font-size: 20px;
color: #DF7527;
margin-bottom: 2px;
font-family: RockWell;
}

.subheadings {
font-size: 20px;
color: #da5a44;
margin-bottom: 12px;
font-family: RockWell;
}
div.wrapper {
position: relative;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 25px;
}

/*Css for kyc component*/
.input-group {
    float: left!important;
}

.form-builder-elements {
    box-shadow: none!important;
}
/* Overridding the form-control class to input types */
                      
.editable {
  font-family: "proxima_nova_rgregular", Arial, sans-serif;
  font-weight: normal;l;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
}
.over {
  font-family: "proxima_nova_rgregular", Arial, sans-serif;
  font-weight: normal;l;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
}
.mobile_create{
  width: 93% !important;
  margin-left: 26.5% !important;
}
.mobile_form{
   width: 91%;
  margin-left: 27.5%;  
}
.input-group input[type=text] {
    margin:0px!important;
}

/* for Displaying Quick send Sms properly*/

.main-section .main-shadow-content .with-title .title {
font-size: 25px!important;
}


/** Short Url */
.short_url {border:1px dashed #ff6633; padding: 2px 3px; font-weight: bold;}

.btn-danger {
  color: white!important;
  background-color: #da5a44!important;
}

.shorturl-top {
  border:1px solid #d7d7d7;
  padding: 30px;
}

.shorturl-middle {
  border:1px solid #d7d7d7;
  margin-top: 10px;
  padding:10px;
  min-height: 200px;
}

/*Css for Blog component*/

.formatted_content {
    font-family: "Segoe UI",helvetica,arial,sans-serif;
}
article.announcement div.formatted_content {
font-size: 16px;
line-height: 21px;
max-width: 75%;
}article.announcement>div.formatted_content {
margin-left: 25px;
}
div.formatted_content:not(.hidden) {
max-width: 75%;
}

article.announcement>header {
max-width: 750px;
}
article.announcement {
word-wrap: break-word;
}

article.announcement>header h3 {
font-size: 24px;
line-height: 26px;
}
article>header h1, article>header h2, article>header h3, article>header h4, article>header p {
margin: 0 0 2px;
}
article.announcement>header p {
color: #aa9c84;
display: inline-block;
vertical-align: middle;
}
.head {
font-size: 20px;
color: #DF7527;
margin-bottom: 2px;
font-family: RockWell;
}

.subheadings {
font-size: 20px;
color: #da5a44;
margin-bottom: 12px;
font-family: RockWell;
}
div.wrapper {
position: relative;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 25px;
}

/*Css for kyc component*/
.input-group {
    float: left!important;
}

.form-builder-elements {
    box-shadow: none!important;
}
/* Overridding the form-control class to input types */
                      
.editable {
  font-family: "proxima_nova_rgregular", Arial, sans-serif;
  font-weight: normal;l;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
}
.over {
  font-family: "proxima_nova_rgregular", Arial, sans-serif;
  font-weight: normal;l;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
}


.input-group input[type=text] {
    margin:0px!important;
}

/*for billing theme */

.viz-cal {
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  text-align: center;
  width: 52px; }
.viz-cal span {
    display: block; }
.viz-cal .day {
    font-size: 11px;
    color: #fff; }
.viz-cal .date {
    font-weight: bold;
    font-family: 'proxima_novasemibold', sans-serif;
    font-size: 24px;
    margin-top: -4px; }
.viz-cal .month {
    font-size: 11px;
    margin-top: -6px; }

.viz-table {
    margin-top: 20px; }
.viz-table .active-status {
    color: #53a756;
    font-size: 28px; }

.bar-listings .unchecked {
    margin-right: 22px;
    margin-left: 12px;
    position: relative;
    top: 5px; }
.bar-listings .unchecked .fa-check-circle {
      font-size: 30px;
      color: #e5e5e5;
}

/*Added for email logs mail body formatting*/
.mail-body p {
        line-height: 13px;
        font-size: 12px;
    }

.mail-body th {
    padding: 5px;
}
.mail-body td, th {
padding: 3px;
}
.mail-body table  {
    border: 1px solid !important;
    margin-bottom: 15px;
}

.mail-body {
    overflow-y: scroll;
    max-height: 500px;
}

/*For List group*/
.zero-margin-bottom {
  margin-bottom: 0px!important;
}

/*for side menu*/
.side-menu>ul>li>a>span {
    display: none;
}

.nav-badge {
  margin: -22px 0 0 9px!important;
}
.nav > li > a {
    color: #fff;
}

@-moz-document url-prefix() {
    .nav-badge{
        margin:-8px 0 1px -6px!important;
    }
}


/* EXTRA styles */
.form-control-inline {
    min-width: 0;
    width: auto !important;
    display: inline !important;
}

.input-group-field {
    display: table-cell;
    vertical-align: middle;
    border-radius:4px;
}
.input-group-field .form-control {
    border-radius: inherit !important;
    margin: 0px !important;
}
.input-group-field:not(:first-child):not(:last-child) {
    border-radius:0;
}
.input-group-field:not(:first-child):not(:last-child) .form-control {
    border-left-width: 0;
    border-right-width: 0;
}
.input-group-field:last-child {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

/* for autocomplete */
.ui-autocomplete {
  z-index: 99999!important;
}

/*For Documentation*/
.widget-head > .nav > li > a {
    color: #0F0202;
}
.widget-head > .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff!important;
  background-color: #428bca!important;
}