/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  background-color: #f8f8f8;
}
#wrapper {
  width: 100%;
}
.clearfix {
  clear: both;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}
.mycustomcss .bdr
{
      border: 1px solid #c4c4c4;
   }
   .mycustomcss div#mini_chart {
    border-radius: 0;
    margin-top: 0;
}
.mycustomcss p.desc {
    font-size: 13px !important;
    font-style: italic;
}

.mycustomcss p.url {
    text-align: right;
}


@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }
}
.info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 0px 4px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.bg-red {
    background: red !important;
    border: 1px solid red !important;
    color: #fff;
}
.fa-fw {
  font-size: 15px !important;
}
.navbar {
  height: 100px !important;
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 40px;
  padding-bottom: 0;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .sidebar-search {
  padding: 15px;
}
.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
  background-color: #eeeeee;
}
.sidebar .arrow {
  float: right;
}
.sidebar .fa.arrow:before {
  content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 101px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 65%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  .navbar-top-links {
    right: 0 !important; 
  }
  .btn-liveChat {
    position: absolute;
    top: 8px;
    right: 50px;
  }
  #page-wrapper {
    margin-top: 50px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}
/*Custom CSS*/
.fa-5x {
  font-size: 3em !important;
}
.page-header .project-title {
  color: #337ab7;
  border-bottom: solid 1px #337ab7;
}
.gicon-style {
  text-align: center;
  padding: 6px 40px !important;
  width: 100%;
}
.top-kw-style {
  width: 100%;
}
.CSSTableGenerator tr td:last-child {
  text-align: center !important;
}
.fa-question-circle {
    color: #c1435d;
}
.activity-table-header {
  float: right;
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
  text-transform: initial;
}
.select-month {
    margin-top: 20px;
    background: white;
    padding: 10px 10px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    margin-top: 20px;
    text-transform: initial;
    z-index:999;
}
table.dataTable 
{
 margin-top:10px !important;   
}
.select-month select {
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  width: 60px;
  border: 1px solid #d0cccc;
  border-radius: 3px;
}
footer {
  background: #1663a2;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0px;
  margin: 10px 0px 0px;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 38px;
  z-index: 9999;
}
footer a {
  color: white;
  text-decoration: underline;
}
footer a:hover {
  color: white;
}
.project-logo {
  width: 165px;
  margin-left: 20px;
  margin-right: 35px;
 max-width: 120px;}
.navbar-top-links {
  position: absolute;
  right: 100px;
  bottom: 0;
  top: 60px;
}
.client-logo {
  width: auto;
  height: auto;
  min-width: auto;
    min-height: auto;
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available;
  margin-left: 30px;
}
.brand-custom {
  border-left: 2px solid #e6e3e3;
  height: 100px !important;
  width:200px;
}
.activity-message {
  width: 100%;
  height: 200px;
  border-radius: 3px;
  margin-bottom: 30px;
}
#activity-upload {
  display: inline !important;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Choose file';
  display: inline-block;
  background: white;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.rev-select {
    height: 40px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}
.activity-text-submit {
  border: 1px solid #337ab7;
  background: #337ab7;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 5px;
  text-decoration: none;
  clear: both;
  float: left;
  margin-top: 5px;
  margin-left: 20px;
}
.table-center {
  text-align: center;
}
.table-center th{
  text-align: center;
}
#area-chart,
#line-chart,
#bar-chart,
#stacked,
#pie-chart{
  min-height: 250px;
}
.stats-box {
  font-size: 14px;
  font-weight: 600;
}
.btn-liveChat {
  float: right;
  margin-right: 20px;
  clear: unset !important;
}
.canvasjs-chart-credit {
  display: none;
} 
.contactNumber {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.read-more {
  float: right;
}
#no-padding-left {
  padding-left: 0 !important;
}
.panel-ranking-options {
  overflow: hidden;
  margin-bottom: 20px;
}
.searchEngine-figure {
  margin-top: 10px;
  float: left;
  clear: both;
}
.export-option {
  float: right;
  clear: both;
}
.export-option-btn {
  border: 1px solid #337ab7;
  background: #337ab7;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 7px;
  text-decoration: none;
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.export-option ul {

}
.export-option ul li {
  list-style-type: none;
  display: inline-block;
  margin: 10px 10px;
}
.export-option ul li i {
  font-size: 20px;
  margin-top: 5px;
}
.css-serial {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}

.css-serial td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
}
.center {

}
.selected-regions {
  float: right;
  margin-right: 20px;
}
.region-select {
  border-radius: 5px;
  border: 1px solid #337ab7;
  background: #e8e8e8;
  padding: 5px;
  font-weight: bold;
  display: inline;
  margin-left: 10px;
}
.ranking-table-css tr th {
  text-align: center;
}
.ranking-table-css tr td {
  text-align: center;
}
.ranking-read-more {
  border: 1px solid #337ab7;
  background: #337ab7;
  padding: 3px 7px;
  color: white;
  font-weight: bold;
  float: left !important;
}
.ranking-read-more:hover {
  color: white;
}
.border-right {
  border-right: 2px solid #337ab7;
  padding-right: 15px; 
}
.coupon-contact-down {
 padding: 0; 
 margin-top: 30px;
 margin-bottom: 30px;
}
.coupon-contact-down li {
  list-style-type: none;
  display: inline;
  margin-right: 10px;
}
.coupon-contact-down li i {
  margin-right: 5px;
  color: #337ab7;
  font-size: 20px;
}
.panel-selector {

}
.panel-selector form {
    background: #f7f7f7;
    width: 100%;
    height: 200px;
    padding: 10px 0px;
    padding-bottom: 50px;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
}
.form-frame 
{
        background: #f7f7f7;
    height: auto;
    overflow: auto;
    padding: 20px 0px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    margin-bottom: 30px;
}
.form-frame input 
{
    border-radius: 6px;
  background: white;
  border: 1px solid #c5c3c3;
  margin: 10px 20px;
  padding: 8px 5px;
}
.form-frame select 
{
      border-radius: 6px;
  background: white;
  border: 1px solid #c5c3c3;
  margin: 10px 20px;
  padding: 8px 5px;
  width: 80%;
    }
.form-frame input[type=submit] {
  border: 1px solid #337ab7;
  background: #337ab7;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 7px;
  text-decoration: none;
  clear: both;
       margin: 10px auto;
    border-radius: 0 !important;
    margin-left: 42%;
}
.form-frame a 
{
        text-align: right;
    display: block;
    font-size: 20px;
    position: absolute;
    right: 90px;
    top: 10px;
}
.panel-selector form select {
  border-radius: 6px;
  background: white;
  border: 1px solid #c5c3c3;
  margin: 10px 20px;
  padding: 8px 0px;
  padding-right: 100px;
  padding-left: 5px;
  margin-left: 85px;
}
.panel-selector form a {
  text-align: right;
  display: block;
  font-size: 20px;
  position: absolute;
  right: 90px;
  top: 10px;
}
#submit_referral {
  margin: 10px auto;
  display: block;
}
#submit_referral{
  border: 1px solid #337ab7;
  background: #337ab7;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 7px;
  text-decoration: none;
  clear: both;
}
.menu-topbar {
  text-align: right;
  margin-right: 20px;
  margin-top: 10px;
}
.menu-border {
  font-size: 15px;
  margin: 0 5px;
  font-weight: 800;
}
.payment-view-submit {
  border: 1px solid #337ab7;
  background: #337ab7;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 5px;
  text-decoration: none;
}
.payment-total {
  font-size: 20px;
  font-weight: 800;
}
.marketing-panel select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
}
.package-detail-box {
  border: 1px solid rgb(169, 169, 169);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px;
}
.code-highlight {
  font-weight: 800;
  color: red;
  font-size: 16px;
}
.code-highlight-unset {
  font-weight: 600;
  color: red;
  font-size: 14px;
}
#mini_chart {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 10px 10px;
  margin: 10px 0px;
}
.btn-login {
  border: 1px solid #337ab7;
  background: #337ab7;
  color: white;
}
.btn-login:hover {
  color: white;
}
.forgot-pw {
  text-align: center;
  display: block;
  margin-top: 10px;
}
table.payment-counter thead tr {
  background: #e5e5e5 !important;
}
table.payment-counter thead tr th {
  border: none !important;
}
table.payment-table tr td {
  vertical-align: middle;
  text-align: center;
  border: none !important;
  background: none !important; 
}
/*Media Queries*/
@media (max-width: 537px) {
  .client-logo {
    margin-top: 30px;
  }
  #page-wrapper {
    margin-top: 80px;
  }
  .btn-liveChat {
    margin-right: 10px !important;
    position: absolute !important;
    right: 0 !important;
    top: 85px !important;
    bottom: unset !important;
  }
}
@media(max-width: 432px) {
  .btn-liveChat {
    margin-right: 10px !important;
    position: absolute !important;
    right: 0 !important;
    top: 100px !important;
    bottom: unset !important;
  }
  .contactNumber 
  {
      margin-top: -15px;
  }
}
@media(max-width: 361px) {
  .page-header .project-title {
    font-size: 30px;
  }
  .page-header  {
    font-size: 30px;
    text-align: center;
  }
}
.dataTables_info {
  text-align: center;
}
.body2-panel {
  display: none;
}
.table-stats th, .table-stats td {
  width: 300px;
}
.date {
      width: 20%;
    float: right;
    clear: both;
    margin-top: -7px;
    margin-left: 20px;
}
#chartdiv {
  width: 100%;
  height: 500px;
}
.mess_query {
  margin-bottom: 20px;
}
.promo-code {
  font-size: 50px;
  font-weight: 800;
}
.full_width {
  margin: 0 !important;
}
.down_pdf {
  margin-top: 20px;
  padding-bottom: 20px;
}
.analytics_required {
  background: gainsboro;
  overflow: auto;
  border: 1px solid grey;
  padding: 20px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.anl_input {
  width: 50% !important;
}
.not_sure_desc {
  width: 100%;
  height: 100px;
  padding: 12px;
  border-radius: 4px; 
}
.save_form, .cancel_form {
  width: 100px;
  margin-right: 10px;
  border: none;
  background: #1663a2;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 5px;
  margin-bottom: 50px;
}
.req_info_table {
  width: 100%;
}
 .req_info_table tr {
  background: #d0d0d0;
  text-align: center;
 }
  .req_info_table tr th{
  background: #ecebeb;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid grey;
  color: red;
 }
 .img-success {
  float: right;
    position: relative;
    top: -15px;
    left: 30px;
 }
 .green {
  color: #387617 !important;
 }
 .margin-top {
  margin-top: 50px;
 }
 input[type="radio"] {
  margin-top: 20px;
 }
 .update_info_form {
width: 200px;
  margin-right: 10px;
  border: none;
  background: #1663a2;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 5px;
  margin-bottom: 50px;
}


.rating {
    color: #2b2e30;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
	overflow: hidden;
    display: inline-block;
    position: relative;
}

.rating-input {
    position: absolute;
    left: 0;
    top: -50px;
}

.rating-star,
.rating:hover .rating-star {        
	position: relative;
	float: right;
	display: block;
    width: 28px;
    height: 32px;
    background: url(/images/star.png) 2px -32px no-repeat;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
	background-position: 2px 0px;
	background-repeat: no-repeat;
}
.check-box-label {
    color: #2b2b2c;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: bold;
    float: left;
    width: 225px;
	font-family: 'Lato', sans-serif;
}

.check-box-label-1 {
    color: #2b2b2c;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: bold;
    float: left;
    width: 175px;
	font-family: 'Lato', sans-serif;
}
 @media(max-width: 767px) 
 {
  .form-frame input , .form-frame select
  {
      width: 90%;
  }  
  .form-frame input[type=submit] 
  {
      width: 30% !important;
  } 
  .form-frame a {
    text-align: right;
    display: block;
    font-size: 20px;
    position: relative;
    right: 0px;
    z-index: 99999;
    top: 35px;
  }
  .form-frame input[type="submit"] 
  {
      margin-left: 30% !important;
      }
 }
 #panel-toggle 
 {
  margin-top: 50px;   
 }
 #show-toggle
 {
   border: 1px solid #337ab7;
  background: #337ab7;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 5px;
  text-decoration: none;
  clear: both;
  float: left;
  margin-top: 5px;
  margin-bottom: 20px;  
 }
 
 @media(max-width: 500px) 
 {
        .input-sm 
        {
            width: 80% !important;
        }
        #dataTables-example_filter label 
        {
         float: right;   
        }
        .select-month 
        {
         margin-top: 60px !important;   
        }
        .panel-default>.panel-heading 
        {
            overflow: auto;
        }
 }