/* Minification failed. Returning unminified contents.
(1766,1): run-time error CSS1019: Unexpected token, found '@import'
(1766,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800')'
(3120,5): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(3121,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3135,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(3136,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3184,1): run-time error CSS1019: Unexpected token, found '}'
(3196,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3197,10): run-time error CSS1035: Expected colon, found '{'
 */
/*! Tablesaw - v2.0.1 - 2015-10-09
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */

table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */

.tablesaw {
  border: 0;
  padding: 0;
}

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}



.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  background: none;
  background-color: #fafafa;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,1);
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  /* Theming */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 255,255,255,.1 )), color-stop(50%, rgba( 255,255,255,.1 )), color-stop(55%, rgba( 170,170,170,.1 )), to(rgba( 120,120,120,.15 )));
  background-image: -webkit-linear-gradient(top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100%);
  background-image: linear-gradient( top, rgba( 255,255,255,.1 ) 0%, rgba( 255,255,255,.1 ) 50%, rgba( 170,170,170,.1 ) 55%, rgba( 120,120,120,.15 ) 100% );
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em;
}

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */

.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba( 100,100,100,.35 )), to(rgba( 255,255,255,0 )));
  background-image: -webkit-linear-gradient(top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70%);
  background-image: linear-gradient( top, rgba( 100,100,100,.35 ) 0%, rgba( 255,255,255,0 ) 70% );
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none;
}

.tablesaw-bar .btn:focus {
  -webkit-box-shadow: 0 0 .35em #4faeef !important;
  box-shadow: 0 0 .35em #4faeef !important;
}

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
}

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent;
}

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0;
}

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em;
}

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em;
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left;
}

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 2px rgba(255,255,255,.25);
  box-shadow: 0 2px 2px rgba(255,255,255,.25);
  content: " ";
  display: block;
  position: absolute;
}

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em;
}

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */

.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em;
}

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */

.tablesaw-bar {
  clear: both;
  font-family: sans-serif;
}

.tablesaw-toolbar {
  font-size: .875em;
  float: left;
}

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase;
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em;
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em;
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em;
}

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-toolbar ~ table {
  clear: both;
}

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}

/* Table rows have a gray bottom stroke by default */

.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */

@media only all {
  /* Show the table cells as a block level element */

  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */

  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */

  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }

  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */

  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */

  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none;
  }
}

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */

.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */

@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none;
  }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */

/* Show priority 1 at 320px (20em x 16px) */

@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}

/* Show priority 2 at 480px (30em x 16px) */

@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}

/* Show priority 3 at 640px (40em x 16px) */

@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}

/* Show priority 4 at 800px (50em x 16px) */

@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}

/* Show priority 5 at 960px (60em x 16px) */

@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}

/* Show priority 6 at 1,120px (70em x 16px) */

@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}

@media only all {
  /* Unchecked manually: Always hide */

  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none;
  }

  /* Checked manually: Always show */

  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell;
  }
}

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
}

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em;
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative;
}

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top;
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em;
}

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  height: 10px;
  content: "\0020";
  position: absolute;
  right: .5em;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\2191";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\2193";
}

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block;
}

.tablesaw-sortable .not-applicable span {
  display: none;
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: .4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em;
}

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
body.PomeloDashboard {
    background: #EDEDE9;
    padding-top: 75px;
}
/*Detail Page*/
.dashboard-container{
    margin: 15px;
}
.dashboard-body{
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
}
.table-wrapper {
    float: left;
    width: 100%;
}
.detail-title {
    font-size: 18pt;
    color: #252e3a;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 300;
}
.dataTables_length, .dataTables_filter{
    float:left;
    margin-right:0;
}
.menu-container{
    float:right;
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter{
    position:relative;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    color: #999999;
    font-size: 14px;
    margin-right: 10px;
    letter-spacing: 0.05em;
    text-transform:lowercase;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 100px;
    display: inline-block;
    background: #f2f2f2;
    height: 39px;
    border-radius: 10px;
    color: #b1b1b1;
    letter-spacing: .05em;
    font-size: 14px;
    margin-right:-1.5em;
    margin-left:-1px;
    border:none;
    padding: 0 15px 0 20px;
    outline: none;
}

div.dataTables_wrapper div.dataTables_filter:after{
   content:"\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4bc5c3;
    font-size: 14px;
    padding-right: .5em;
    position: absolute;
    top: 9px;
    right: 7px;
}
div.dataTables_wrapper div.dataTables_length::after {
    right: 12px;
    top: 17px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid gray;
    content: "\20";
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
 div.dataTables_wrapper div.dataTables_length {
    overflow:hidden;/*where no pseudo is used;*/
    border-radius: 10px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    background: #f2f2f2;
    border: #ffdead;
    height: 39px;
    width: 200px;
    border-radius: 10px;
    font-size: 14px;
    outline:none;
    padding: 0 50px 0 20px;
    color:#b1b1b1;
}
 div.dataTables_wrapper div.dataTables_filter label {
    font-size: 0;
}
 .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 39px;
    background-position: 50% 50%;
    margin-left: .5em;
    position: relative;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    margin: 0;
    border-radius: 5px;
    outline:none;
}
 .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\20";
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
    margin-top: 9px;
    margin-left: 3px;
}
 .tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus {
    background-color: #f2f2f2;
    outline:none !important;
}
 table#domainTable {
    padding-top: 10px !Important;
    border-bottom: 1px solid #d9d9d9;
}
table.dataTable td, table.dataTable th{
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-left: none;
    border-bottom: none;
}
table.dataTable th:last-child, table.dataTable td:last-child{
    border-right: none;
} 
table.dataTable tr:last-child td {
    border-bottom: 1px solid #d9d9d9;
}

table.dataTable td:first-child {
    border-left: 1px solid #d9d9d9;
}
table.dataTable td:last-child {
    border-right: 1px solid #d9d9d9;
} 

.tablesaw td {
    padding: 8px 15px;
    color: #808080;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.tablesaw th {
    padding: 20px 30px 20px 15px!important;
    color: #999999;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
    position:relative;
}
@media (min-width: 40em){
    .tablesaw-columntoggle tbody td {
        line-height: 17px;
    }
}
div.dataTables_info{
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    color: #999;
    font-size: 14px;
    margin-right: 10px;
    letter-spacing: .05em;
    text-transform: lowercase;
    float:left;
    margin-top: 15px;
}
.dataTables_paginate  {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.table-wrapper th a{
    color:#4bc5c3;
    text-align:center;
}

.dataTables_paginate a {display: inline;}

.dataTables_paginate a {
     color: gray;
    float: left;
    padding: 7px 15px;
    text-decoration: none;
    background: #f2f2f2;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    cursor: pointer;
    margin: 1.5px;
    font-size: 13px;
}
.dataTables_paginate a:hover,  .dataTables_paginate a:focus{
    background: #4bc5c3 !important;
    color:#fff;
}
.dataTables_paginate a.active {
    background-color: #4CAF50;
    color: white;
}

.dataTables_paginate a:hover:not(.active) {background-color: #ddd;}
.dataTables_paginate span .ellipsis{
    display:none;
}
div.dataTables_paginate{
    float:right;
    margin-top: 15px;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
    padding-right:35px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0 !important;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    top: 26px;
}
td.tablesaw-priority-1, td.tablesaw-priority-2, td.tablesaw-priority-3, td.tablesaw-priority-4, td.tablesaw-priority-5, td.tablesaw-priority-6, td.tablesaw-priority-7, td.tablesaw-priority-8, td.tablesaw-priority-9, td.tablesaw-priority-10{
    color:#4bc5c3 !important;
}
.table {
  overflow: auto;
}
.pinned{
    overflow-x: scroll;
    overflow-y: hidden;
}
.tablesaw-columntoggle-btnwrap{
    position: absolute;
    right: 45px;
    margin-top: -37px;
}
.menu-container{
        position: absolute;
    right: 82px;
    margin-top: -43px;
}
#domainTable_wrapper{
    margin-top:0;
}
span.td-divider {
    position: absolute;
    right: 0;
    left: 0;
    border-bottom: 1px solid #d9d9d9;
    top: 0;
    padding: 10px;
    text-align: center;
}
.tablesaw-priority-1, .tablesaw-priority-2, .tablesaw-priority-3, .tablesaw-priority-4, .tablesaw-priority-5, .tablesaw-priority-6, .tablesaw-priority-7, .tablesaw-priority-8, .tablesaw-priority-9, .tablesaw-priority-10, .tablesaw-priority-13, .tablesaw-priority-14, .tablesaw-priority-15, .tablesaw-priority-16, .tablesaw-priority-17, .tablesaw-priority-18, .tablesaw-priority-19, .tablesaw-priority-12 {
        white-space: nowrap;
}
.tablesaw th:nth-child(21), .tablesaw th:nth-child(22), .tablesaw th:nth-child(18), .tablesaw th:nth-child(19), .tablesaw th:nth-child(20){
    padding:35px 30px 0px 15px!important;
}

.tablesaw th:nth-child(21):after, .tablesaw th:nth-child(22):after, .tablesaw th:nth-child(18):after, .tablesaw th:nth-child(19):after, .tablesaw th:nth-child(20):after{
    top: 45px !important;
}
.back-page{
    margin-top:20px;
    width:100%;
    float:left;
    margin-bottom:20px;
}
/*End Detail Page*/

/*Header Menu*/
.PomeloDashboard .navbar-inverse{
    background:#fff;
    border:none;
}
.PomeloDashboard .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #4bc5c3;
    font-weight:300;
}
.PomeloDashboard .navbar-inverse .navbar-nav>li>a{
    color:#999;
    font-size:16px;
    letter-spacing: 0.02em;
    line-height:47px;
}
.navbar-right li > a:hover, .navbar-right li > a:focus{
    color:#999 !important;
}
.container-header{
    width:100%;
}
li.log-off {
    background: #4bc5c3;
    width: 110px;
    height: 78px;
    position:relative;
    cursor:pointer;
}
li.log-off:after {
    content:'\f011';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -60px;
    right: -43px;
}
.PomeloDashboard .navbar-inverse .navbar-nav>li.log-off>a {height: 100%;
    width: 100%;
    z-index: 10000;
}
.brand-logo{
    background: url('../images/brand-logo.png')no-repeat;
    background-size: contain;
    width: 215px;
    height: 45px;
    margin: 14px 80px;
}

/*End Header Menu*/

/*index*/
.box-whole{
    float:left;
    width:100%;
}
.box-container{
    width:100%;
    float:left;
}
.box-size{
    width: 100%;
    height: 325px;
    float: left;
    color: #fff;
    padding:60px 15px;
    cursor:pointer;
}
.box-size2{
    color: #fff;
    height: 162.5px;
    float: left;
    padding: 12px 15px;
    width: 100%;
    cursor:pointer;
}
.box-total-transaction .summary-text3, .box-total-transaction .total-text3{
    text-align:left;
}
.total-box6.box-size.box-total-transaction {
    padding: 100px 0 0 80px;
}
.total-box1{
    background:#3a84ff;
}
.total-box2{
    background:#45c3c1;
}
.total-box3{
    background:#0093d7;
}
.total-box4{
    background:#6a27ff;
}
.total-box5{
    background:#00c4a0;
}
.total-box6{
    background:#4bc5c3;
}
.box-container .col-md-5 {
    padding:0;
}
.box-container .col-md-12{
    padding:0 8px 8px 0;
}
.box-container .col-md-3{
    padding:0 8px 8px 0;
}
.box-container .col-md-4, .box-container .col-md-4 .col-md-4{
    padding:0;
}

.total-text1 {
    width: 100%;
    text-align: center;
    font-size: 85px;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.summary-text1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    word-wrap: break-word;
    line-height: 20px;
    letter-spacing: 0.02em;
}.total-text2 {
    width: 100%;
    text-align: center;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.summary-text2 {
    width: 100%;
    text-align: center;
    font-size: 12px;
    word-wrap: break-word;
    line-height: 15px;
    letter-spacing: 0.02em;
}
.summary-text4 {
    width: 100%;
    text-align: center;
    font-size: 12px;
    word-wrap: break-word;
    line-height: 15px;
    letter-spacing: 0.02em;
}
.box-container .col-md-3:nth-child(2){
        padding:0 0 8px 0;
    }
.total-text3 {
    width: 100%;
    text-align: center;
    font-size: 75px;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.summary-text3 {
    width: 100%;
    text-align: center;
    font-size: 21px;
    word-wrap: break-word;
    line-height: 20px;
    letter-spacing: 0.02em;
}
.total-box7.box-size2 {
    background: #0093d7;
    width: 100%;
    height: 325px;
    padding: 95px 0;
}
.dashboard-area-chart{
    background:#fff;
    width:100%;
    float:left;
    padding:15px;
    margin-bottom:50px;
}
.dashlet-choices {
    width: 340px; 
    float: right;
    margin-top:50px;
}
.grid {
    float: left;
    width: 100%;
}
div#View-details {
    float: right;
    width: 150px;
    background: #4bc5c3;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
#chart_div1 { z-index: 1; position: relative; }
#chart_div2{ margin-top: -500px; z-index: -1; }

html, body
{
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* payment Unsubscribe modal datepicker */
#showCalendarModal .modal-content {
    display: -webkit-inline-box;
}
#showCalendarModal .btn-clear {
    background: #494949;
    color: #fff;
    border-radius: 5px;
    width: 120px;
    text-align: center;
    padding: 7px 0;
	float:left;
    cursor: pointer;
}
#showCalendarModal .btn-save {
    background: #3D91E5;
    width: 120px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 7px 0;
    float: right;
    cursor: pointer;
}
#showCalendarModal .btn-container {
    margin: 20px 0 10px;
}
#showCalendarModal .date-text {
    color: #494949;
    font-weight: 700;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

/*payment filter*/
.btn-clear-date {
    cursor: pointer;
    font-weight: 500;
    color: #B3B3B3;
    font-size: 13px;
    float: right;
    vertical-align: middle;
    line-height: 35px;
}
.page-content .form-group {
    border-bottom: 1px solid #D2D2D2;
    position: relative;
    margin: 0;
    padding: 13px 15px;
}
.filter-body.filter-divider-table > table:first-child {
	border-right:1px solid #D2D2D2; 
}
.filter-body.filter-divider-table{
	display:inline-block
}
.filter-body.filter-divider-table > table {
    width: 50%;
    float: left;
}
.icon-comment{
	width:30px;
	height:30px;
	cursor:pointer;
	position:relative;
}
.cs-comment1{
	background:url('../images/cs_comment1.svg')no-repeat;
	background-size:contain;
}
.cs-comment2{
	background:url('../images/cs_comment2.svg')no-repeat;
	background-size:contain;
}
.cs-comment3{
	background:url('../images/cs_comment3.svg')no-repeat;
	background-size:contain;
}
.comment-tooltip {
    position: absolute;
    width: 200px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #dedede;
    z-index: 9;
    top: 30px;
}
.comment-tooltip textarea {
    border: 1px solid #dedede;
    width: 100%;
    height: 60px;
    padding: 3px 5px;
}
.comment-tooltip .btn-saveComment {
    background: #3D91E5;
    color: #fff;
    float: right;
    padding: 5px 30px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 5px;
}
.comment-tooltip span {
    margin-bottom: 5px;
    float: left;
}

/* hr and verticle scroll table */
 #resultTable tbody,
#resultTable thead { display: block; }
#resultTable tbody {
    height: 500px; overflow-y: auto; overflow-x: hidden;
}
/* hr and verticle scroll table */

/*admincode, usercode, custom-listing style*/
.cstm-html-codesec textarea {
    background-color: #4c494a;
    color: #fff;
    outline: #c8c8c8;
    width: 100%;
    height: 350px;
    border-radius: 7px;
    padding: 15px;
    font-family: courier;
    max-width: 100%;
}
.cstm-html-codesec {
    margin-top: 15px;
}
.cstm-html-sec1 p {
    font-size: 14px;
    color: #494949;
    max-width: 100%;
    padding: 3px 0;
    margin-top: 10px;
}
.cstm-html-sec1 h4 {
    font-weight: 700;
    color: #494949;
    font-size: 16px;
}
.cstm-html-sec1 {
    background-color: #fff;
    box-shadow: 1px 1px 0 #999;
    margin-bottom: 40px;
    font-family: 'Open Sans';
    width: 100%;    padding: 40px;
    display: table;
}
.goo-link:hover {
	text-decoration:none;
}
.goo-link {
    color: #50c8ff;
}
.page-content .gutter-wrapper {
    padding: 15px 30px 0;
}
.customcode-container {
    margin: 15px;
}
.customcode-container .content-title::after {
    display:none;
}
.btn-update {
    padding: 8px;
    float: left;
    background: #3D91E5;
    border-radius: 5px;
    color: #fff;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
}
.btn-cancel {
    padding: 8px;
    float: left;
    background: #868686;
    border-radius: 5px;
    color: #fff;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.customcode-container .content-header {
    margin-bottom: 30px;
}
.PomeloDashboard .navbar-inverse .navbar-nav>li>a.active{
	color:#dd1d1d;
}
.btn-back {
    padding: 8px;
    float: left;
    background: #505050;
    border-radius: 5px;
    color: #fff;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
}
.custom-list-box-heading.black {
    background-color: #43484f;
    padding: 6px 10px;
    margin-bottom: 0;
    color: #fff;
}
.cursor-sec {
    float: left;
    width: 20%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
}
.field-name {
    float: left;
    width: 25%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.custom_list_wrapper .field-type, .custom-list-box-heading .field-type {
    float: left;
    width: 15%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.field-applied {
    float: left;
    width: 20%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.custom_list_wrapper .field-action, .custom-list-box-heading .field-action {
    float: right;
    width: 7%;
    text-align: right;
}
.panel-box {
    background: #fff;
}
.custom-listing-table .custom-list-box {
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: 1px solid #d2d2d2;
}
.custom-list-box {
    margin-bottom: 15px;
    box-shadow: 1px 1px #999999;
    width: 100%;
    background-color: #ffffff;
    padding: 7.5px 10px;
    font-size: 13px;
}
.custom_list_wrapper .field-applied {
    color: #999;
}
ul > li {
    list-style: none;
}
ul.custom-listing-table {
    -webkit-padding-start: 0;
}
.custom_list_wrapper .custom-listing-table .field-applied .list-name, .custom_list_wrapper .custom-listing-table .field-applied .list-name-all-cat {
    color: #494949;
    display: inline-flex;
}
.custom_list_wrapper .custom-listing-table .field-applied .list-name, .custom_list_wrapper .custom-listing-table .field-applied .list-name-all-cat {
    color: #494949;
    display: inline-flex;
}
.field-applied .list-name {
    cursor: pointer;
}
.field-applied .list-name .list-arrow {
    width: 15px;
    height: 14px;
    background-image: url(../images/guidearrow_dwn.svg);
    background-size: contain;
    display: -webkit-inline-box;
    margin: 4px 5px 0px 10px;
}
.row-action a {
    display: inline-block;
}
.custom_list_wrapper .field-action .icon {
    margin-right: 0px;
}
.icon-edit {
    background-image: url(../images/edit.svg);
}
.row-action a:last-child .icon {
    margin-right: 0px;
}
.icon-delete {
    background-image: url(../images/delete.svg);
}
.icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 15px;
}
.field-applied .list-cat {
    margin-top: 10px;
    display: none;
}
.list-main-cat-name {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-top: 15px;
}
.field-applied .list-cat li {
    line-height: 28px;
    color: #999;
    font-size: 13px;
    list-style-type: disc;
    margin-left: 17px;
}
.field-applied .list-cat > ul {
    -webkit-padding-start: 0;
}

.popup.popup-removecat {
    width: 366px;
    border-radius: 0px;
    border: 1px solid #999999;
}
.popup {
    position: fixed;
    display: none;
    background-color: #fff;
    z-index: 99999;
    margin-left: auto;
    margin-right: auto;
    right: 0px;
    left: 0px;
    top: 20%;
}
.popup.popup-removecat .popup-wrapper {
    padding: 30px;
}
.popup.popup-removecat .popup-body {
    color: #434343;
    font-size: 14px;
    padding-bottom: 30px;
    min-height: 65px;
    text-align: center;
}
.popup.popup-removecat .popup-footer {
    text-align: center;
}
.popup-footer .mybtn {
    height: 30px;
    padding: 5px;
    margin: 0px 5px;
    width: 112px;
}
.popup-footer .btn-grey {
    background-color: #434343;
}
.popup-footer .mybtn {
    height: 30px;
    padding: 5px;
    margin: 0px 5px;
    width: 112px;
}
.popup-footer .btn-blue {
    background-color: #50c8ff;
}
.popup .close-popup {
    position: absolute;
    right: 5px;
    top: 5px;
}
.close-popup .icon-close {
    background-image: url(../images/popup-close.png);
    margin-right: 0;
    background-size: 20px auto;
}
#cover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}
.mybtn {
    text-align: center;
    padding: 10px;
    border: none;
    height: 40px;
    color: #fff;
}

td.pymtnpg-endt-tcell 
{
    width: 230px;
}

.pymtnpg-endt-tcell >div
{
    float: left;
    margin-right: 10px;
}

.txt-pymnt-dt
{
    width: 74px;
}

.pymtnpg-endt-csec  .bootstrap-datetimepicker-widget table td.day{ padding-right:0px !important; }
.pymtnpg-endt-csec  .bootstrap-datetimepicker-widget.datepicker{ width:293px; }

/*end admincode, usercode, custom-listing style*/

/*announcement style*/

.hr-divider {
	display: inline-block;
	height: 40px;
	width: 1px;
	background: #d2d2d2;
	margin-right: 20px;
	margin-left: 10px;
	vertical-align: middle;
}
.btn-upload.light  {
	font-size: 13px;
}
.btn-upload.light img {
	display: inline-block;
	width: auto;
	margin-right: 5px;
	vertical-align: bottom;
}

.dataTables_length, .dataTables_datetime_filter {
    float: left;
    margin-right: 0;
}
.menu-container{
    float:right;
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_datetime_filter {
    position: relative;
}

div.dataTables_wrapper div.dataTables_datetime_filter:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4bc5c3;
    font-size: 14px;
    padding-right: .5em;
    position: absolute;
    top: 9px;
    right: 7px;
}
div.dataTables_wrapper div.dataTables_datetime_filter input {
    margin-left: .5em;
    display: inline-block;
    background: #f2f2f2;
    border: #ffdead;
    height: 39px;
    width: 200px;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    padding: 0 10px 0 20px;
    color: #b1b1b1;
}
    div.dataTables_wrapper div.dataTables_datetime_filter button {
        margin-left: .5em;
        display: inline-block;
        background: #4bc5c3;
        border: #ffdead;
        height: 39px;
        width: 60px;
        border-radius: 10px;
        font-size: 14px;
        outline: none;
        padding: 0 10px 0 10px;
        color: #ffffff;
    }
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');



.content-cs-support .container { max-width: 95%; margin: auto; width: 100%;}

.brand-logo {margin: 14px 50px 14px 0px;}

.p-left { float: left  }

.p-right { float: right  }

.input-style-round { height: 40px; border-radius: 10px; border-color: transparent; box-shadow: none; font-size: 13px; color: #b3b3b3; }

.page-content .btn-style-sm { border-radius: 10px; box-shadow: none; border-color: transparent; height: 40px; color: #fff; border-width: 0px; outline: none; }

.page-content .btn-style-sm:focus,

.page-content .btn-style-sm:active { outline: none; }

.icon-download { background-image: url('../images/csv.svg'); background-position: 10px center; background-repeat:  no-repeat; }



.page-content { font-size: 14px; font-family: 'Open Sans', sans-serif; }

.page-content .form-group { position: relative; }

.content-title { font-size: 24px; color: #494949; font-weight: 700; margin-top: 0px; margin-bottom: 0px;     margin-right: 10px; }

/*.content-title::after { content: ""; background-color: #D2D2D2; width: 1px; display: inline-block; margin-left: 50px; height: 40px; vertical-align: middle; }*/

.filter-date { margin-top: 20px;}

.filter-date .btn { width: 40px; background-color: #3D91E5;  }

.content-cs-support .filter-date .form-control { display: inline-block; vertical-align: middle; margin-left: 15px; margin-right: 15px; width: 152px; padding-left: 40px; background-image: url('../images/calendar.svg'); background-position: 10px center; background-repeat:  no-repeat; color:#494949;  }

.content-cs-support .search-part  #search { width: 300px; background-image: url('../images/search.svg'); background-position: 95% center; background-repeat:  no-repeat; }

.content-cs-support #btn-export { font-size: 10px; }

.content-cs-support #btn-filter { width: 120px; text-align: left; font-size: 13px; background-color: #3D91E5; padding-left: 15px; background-image: url('../images/filter.svg');   background-repeat:  no-repeat; background-position: 90% center; }

.content-cs-support #btn-filter.active {  background-color: #3D91E5; }

.content-cs-support .search-part { padding-left: 15px; }

.content-cs-support .filter-date.p-left span { font-size: 12px; margin-right: 10px; margin-left: 10px; font-weight: 600; }



.hr-table { overflow-x: auto; }

.hr-table table thead tr > td { color: #999999; font-size: 13px; border-width: 0px; padding-right: 30px; }

.hr-table tbody td { background-color: #fff; border-width: 0px; color: #494949; padding-right: 25px; }

.hr-table tbody td.rel { position: relative; }

.hr-table tbody tr > td { border-width: 0px;  padding-right: 25px; }

.hr-table .tbl-border tbody tr > td { position:relative;border-width: 1px;  padding-top: 5px; padding-bottom: 5px; vertical-align: middle; font-size: 12px; }

.hr-table tbody td a { color: #3D91E5; text-decoration: none;  font-size: 12px;}

.hr-table tbody .btn-style-square { background-color: #494949; height: 30px; width: 120px; color: #fff; border-radius: 0px; font-size: 12px; font-weight: 600; margin-left: 100px; }

.hr-table tbody .btn-style-square.edit-btn { margin-left: 0px; width: 100px;}

.hr-table tbody .rel .btn-style-square { margin-left: 0px; }

.icon-asc { position: relative; }

.icon-asc:after { content: ""; display: inline-block; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #494949; position: absolute; left: 7px; bottom: 12px;  }

.icon-asc:before { content: ""; display: inline-block; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #494949; position: absolute; left: 7px; top: 10px;  }

.icon-tick { background-image: url('../images/tick.svg'); background-position: center center; background-repeat:  no-repeat; height: 16px; width: 30px;  display: inline-block; }

.icon-dash { background-color: #D2D2D2; border-radius: 50px; height: 3px; width: 15px; display: inline-block; }



.content-header { margin-bottom: 25px; padding-top: 20px; }

.content-header-r { position: relative; }

.filter-box { position: absolute; right: 0px; background-color: #fff; width: 450px; z-index: 9; border: 1px solid #DCDCDC; display: none; }

.filter-header .form-group span { padding: 0px 10px; color: #B3B3B3; }

.filter-box .input-style-round { height:35px;border-color: #D2D2D2; max-width: 145px; padding-left: 40px; display: inline-block; vertical-align: middle; background-image: url('../images/calendar.svg'); background-position: 10px center; background-repeat:  no-repeat; color:#494949; }

.filter-body { border-bottom: 1px solid #D2D2D2;}

.filter-body ul li { list-style-type: none; padding: 7px 15px; }

.filter-body ul li.active { background-color: #DCDCDC; }

.filter-body ul li label { margin-bottom: 0px; color: #494949; font-weight: 400; position: relative; }

.filter-body ul li label:before { content: ""; display: inline-block; width: 20px; height: 20px; border: 1px solid #d2d2d2; vertical-align: middle;    margin-right: 10px; }

.filter-body ul li label.checked:after { content: "\e013"; font-family: 'Glyphicons Halflings'; display: inline-block; position: absolute; left: 4px; top: 1px; }

.filter-body ul li label input[type=checkbox] { opacity: 0; display: none; }

.filter-body table { width: 100%; }

.filter-body table tr > td { width: 50%; }

.filter-body ul { padding-left: 0px; }

.filter-footer { padding: 10px 20px; }

.filter-footer #btn-apply { background-color: #3D91E5; width: 90px; }

.filter-footer .clr-all { color: #999999; font-size: 13px; padding: 10px; display: inline-block; }

.filter-body h5 { font-weight: 700; padding: 0px 30px; }

.paging-info { margin-right: 20px; padding: 10px 0px; }

.paging-info { color: #999999; }

.paging-info strong { color: #000; font-weight: 800; }



.my-pagination ul { padding: 0px; margin: 0px; margin-top: 20px; }

.my-pagination ul li { list-style: none; display: inline-block; vertical-align: middle; }

.my-pagination ul li > a { color: #43484F; display: block; padding: 5px; text-decoration: none; }

.my-pagination ul li.active > a { color: #3D91E5; font-weight: 800;  }

.my-pagination ul li.prev > a { margin-right: 5px; }

.my-pagination ul li.next > a { margin-left: 5px; }

.my-pagination ul li.pagination-nav > a {  background-color: #fff; color: #43484F; border: 1px solid #43484F; border-radius: 5px; display: block; width: 35px; height: 35px; padding: 6px; text-align: center; text-decoration: none; }



/* page package */

.tbl-package tbody tr > td { background-color: #ffffff; color: #000000; font-weight: 400; vertical-align: middle;}

.tbl-package thead tr td { vertical-align: middle; color: #999999; }

.btn-upload { padding: 8px 30px; background-color: #3D91E5; display: inline-block; text-align: center; border-radius: 10px; color: #fff; font-weight: 600; font-size: 18px; }

.btn-upload:hover { color: #fff; }

.btn-unpublish { padding: 6px 20px; background-color: #FF334F; display: inline-block; text-align: center; border-radius: 10px; color: #fff;  border: 1px solid transparent; }

.btn-unpublish:hover { color:#FF334F; background-color: #fff; border: 1px solid #FF334F; }

.tbl-package tbody td { vertical-align: middle; }

.tbl-package tbody .link-status { color: #DF9965; text-decoration: none;  }

.tbl-package tbody .link-status.disabled { color: #999999; }

.tbl-package tbody .btn-edit { padding: 6px 20px; background-color: transparent; display: inline-block; text-align: center; border-radius: 10px; color: #3D91E5; border: 2px solid #3D91E5;  }

.tbl-package tbody .btn-edit:hover { background-color: #3D91E5; color: #fff;}

.tbl-package tbody td.text-light { color: #999999; font-weight: normal; }



.package-form .form-group{border:none; padding: 0px; margin-bottom: 25px; }

.package-form input[type=text].form-control,

.package-form input[type=email].form-control,

.package-form input[type=number].form-control,

.package-form select.form-control  {width:100%;max-width:inherit;height:44px; color: #000;}

select.package-publish.form-control {width: 45%;}

.package-file {border-left: 1px solid #D2D2D2; padding-left:30px;}

.package-form label {color: #999;font-size: 13px;font-weight: normal;}

.btn-package {padding-left: 60px;padding-right: 60px;font-weight:bold;}

.btn-save{background-color:#3d91e5;color:#fff;}

.btn-reset{background-color:#d2d2d2;color:#fff;}

.uploaded-file { padding: 10px; background-color: #fff; border-radius: 5px; border: 1px solid #d2d2d2; margin-bottom: 5px;}

.package-file .icon { width: 30px; height: 30px; display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-position: center center; margin-right: 5px; }

.uploaded-file .icon.icon-zip { background-image: url(../images/js-02.svg); }

.uploaded-file .icon.icon-txt { background-image: url(../images/js-02.svg); }

.uploaded-file .icon.icon-js { background-image: url(../images/js-02.svg); }

.uploaded-file .icon.icon-trash { background-image: url(../images/js-03.svg); }

.package-file .icon.icon-close-f { background-image: url(../images/js-01.svg);  width: 25px; }

.uploaded-file .link-del  { float: right; }

.package-form .btn-area  { margin-top: 60px; }

.fancy-file-input { position: relative; }

.fancy-file-input .trigger-control { position: absolute; right: 5px; top: 5px; height: 32px; width: 100px; }

.fancy-file-input .file-name { color: #999; padding-top: 5px; display: inline-block; }

.fancy-file-input .trigger-control > a { display: inline-block; background-color: #3d91e5; color: #fff; padding: 5px 10px; text-align: center; width: 100%; height: 100%; border-radius: 5px;     text-decoration: none; }

.fancy-file-input .trigger-control input[type=file] { opacity: 0; filter: alpha(opacity=0); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 99;}

.tbl-package .toggle-new-user { text-decoration: none; color: #000; }

.tbl-package .toggle-new-user .fa { font-size: 18px; margin-right: 10px; }

.pkg-small-title {  color: #494949; font-weight: 800;  font-weight: 700; font-size: 16px; margin-top: 0px; margin-bottom: 15px; }

.package-form #package-name.form-control, #pckg-terms-condition.form-control, #rj-tag-input { width: 70%;}

.package-form .package-price-version input[type="text"].form-control { max-width: 320px;}

.package-form textarea#package-desc { width: 90%; max-width: 90%; }

.package-form .upload-preview {  border: 1px solid #ccc;height: 100px; width: 100px; border-radius: 5px; background-color: #fff; position: relative; }

.package-form .upload-preview a.btn-del-logo { position: absolute; right: 0px; bottom: 0px; width: 35px; height: 35px; background-color: #9A9A9A; }

.package-form .btn-del-logo .icon-trash { background-image: url(../images/js-030.svg); margin: 0px; width: 35px; height: 35px;}

.package-form .group-pkg-upload .upload-preview,

.package-form .group-pkg-upload .upload-action  { display: inline-block; vertical-align: bottom;  }

.package-form .upload-action .trigger-control { position: relative; width: 110px; margin-left: 20px;}

.package-form .upload-action .trigger-control > a { display: inline-block; background-color: #3d91e5; color: #fff; padding: 5px 10px; text-align: center; width: 100%; height: 100%; border-radius: 5px; text-decoration: none; }

.package-form .upload-action .trigger-control input[type=file]{ opacity: 0; filter: alpha(opacity=0); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 99; }

.package-form #package-status { width: 160px; }

.pkg-box { margin-bottom: 25px; border: 1px solid #D2D2D2; background-color: #E6E6E6; padding: 20px; border-radius: 8px; }

.btn.btn-grey { box-shadow: none; color: #fff; background-color: #999999; padding: 6px 10px; display: inline-block; text-align: center; }

.btn.btn-coffee { box-shadow: none; color: #fff; background-color: #494949; padding: 6px 10px; display: inline-block; text-align: center;    }

.pkg-box .btn.btn-grey { display: block; }

.pkg-box .upload-actions .uploaded-file .icon { width: 30px; height: 30px; margin: 0px; }

.pkg-box .upload-actions .fancy-file-input { display: inline-block;; vertical-align: middle; }

.pkg-box .upload-actions .fancy-file-input { width: 110px; height: 34px; }

.pkg-box .upload-actions .fancy-file-input .trigger-control { top: 0px; height: 100%;  left: 0px; }

.pkg-box .upload-actions .fancy-file-input .trigger-control > a { padding: 7px 10px; height: 34px; }

.pkg-upload-box { background-color: #fff; padding: 20px; border-radius: 6px; border: 1px solid #D2D2D2; }

.group-pkg-upload .upload-preview img { max-width: 100%; }

.pkg-upload-box .uploaded-files { margin-bottom: 20px; }

.pkg-upload-box .uploaded-files span,

.pkg-box .upload-note  { color: #494949; font-weight: 600; }

.pkg-upload-box .uploaded-file { border-color: transparent; padding: 5px 0px; }

.pkg-box .package-file .form-control { height: 44px; }

.pkg-box .package-file { padding-left: 0px; border-left: none; }

.pkg-box .form-control.has-error { border: 1px solid red; }

.content-cs-support .custom-listing-table { margin: 0px; padding: 0px; width: 100%;}

.content-cs-support .btn-back, .content-cs-support .btn-back:hover { display: inline-block; margin-left: 7px; color: #fff; text-decoration: none; outline: none;}

div.package-fields  .form-group .form-control { width: 70%; }

.custom-field-opt.active { display: block; }

.custom-field-opt { display: none; }

.virtual-table { display: table; width: 100%; }

#dropdown-opt-draggble { padding: 0px; }

.virtual-table .virtual-table-cell { display: table-cell; vertical-align: middle; }

.custom-field-opt .virtual-table-cell .cursor-move { padding-right: 15px; }

.cursor-move { cursor: move; }

.icon.icon-draggble { background-image: url(../images/arrange.svg); margin-right: 0px; }

.add-option-area { margin-top: 10px;     margin-bottom: 20px; }

.add-option-area > a { color: #5C5862; font-size: 14px; font-weight: 800; }

.icon-addopt { background-image: url(../images/add.svg); }

.warning-word { float: left; padding-right: 55px; margin-bottom: 20px; }

#dropdown-opt-draggble > li { margin-bottom: 10px; }

.icon.icon-reminder { background-image: url(../images/reminder-01.svg); }

.left.word-break { margin-top: 2px; }

.warning-text { background-color: #f2f2f2; border: 1px solid #b2b2b2; font-size: 12px; font-weight: bold; color: #999999; padding: 9px 5px; max-width: 600px; }

.warning-text .word-break { display: inline-block; vertical-align: middle; }



.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-radius: 15px; }

.onoffswitch-inner { display: block; width: 200%; margin-left: -100%; transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before,

.onoffswitch-inner:after { display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px; font-size: 12px; color: white; box-sizing: border-box; }

.onoffswitch-inner:before { content: "YES"; padding-left: 12px; background-color: #494949; color: #FFFFFF; }

.onoffswitch-inner:after { content: "NO"; padding-right: 12px; background-color: #999999; color: #FFFFFF; text-align: right; }.custom-code-switch .onoffswitch-inner:before {	content: "ON";	padding-left: 12px;	background-color: #50c8ff; color: #FFFFFF;}.custom-code-switch .onoffswitch-inner:after {	content: "OFF";	padding-right: 12px;	background-color: #999999; color: #FFFFFF;	text-align: right;}

.onoffswitch-switch { display: block; width: 13px; margin: 3.5px; background: #FFFFFF; position: absolute; top: 0; bottom: 0; right: 36px; border-radius: 15px; transition: all 0.3s ease-in 0s;  }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px;  }

.custom-field-form .onoffswitch { width: 75px; }

.custom-field-form .onoffswitch-inner:before,

.custom-field-form .onoffswitch-inner:after { height: 30px; padding-top: 5px; }

.custom-field-form .onoffswitch-switch { margin-top: 8px; width: 15px; height: 15px; margin-right: 10px; }

.custom-field-form input,

.custom-field-form .onoffswitch { margin-top: 7px; }

.up-down-arrow img { width: 24px; vertical-align: middle; padding-right: 7px;}

.icon-edit { background-image: url(../images/edit.svg); width: 35px; height: 35px; margin: 0px;}

.icon-delete { background-image: url(../images/delete.svg); width: 35px; height: 35px; padding: 0px; }

body.announcements{

	background: #f0f0f0;

}

.btn-dark {

  width: 90px;

  height: 30px;

  background-color: #43484f;

  color: #fff;

  line-height: 1.3;

  font-size: 13px;

  margin: 0 7px

}

.btn-edit-green {

	width: 90px;

  height: 30px;

  background-color: #00c8b2;

  color: #fff;

  line-height: 1.3;

  font-size: 13px;	

  margin: 0 7px

}

.btn-edit-green:hover , .btn-edit-green:focus , .btn-edit-green:active ,  .btn-dark:hover , .btn-dark:active , .btn-dark:focus{

	color: #fff;

	opacity: 0.8;

}

.text-right.row-action {

    width: 7%;

}

.modal-announce {

	max-width: 520px;

	

	padding: 15px;

}

.modal-announce .modal-content{

	border:1px solid #dcdcdc;

	border-radius: 0;

}

.modal-announce .group-pkg-upload {

	position: relative;

	display: inline-block;

	width: 100%;

	background: #dcdcdc;

	cursor: pointer;

	position: relative;

	z-index: 111;

	height: 225px;

	overflow: hidden;

	background-image: url(../images/upload_img.svg) ;

	background-repeat: no-repeat;

	background-position: center center;

}

.modal-announce .group-pkg-upload:after  {

	position: absolute;



content: "Upload an Image";



font-size: 13px;



font-weight: 700;



bottom: 50px;



width: 100%;



text-align: center;

}

.modal-announce .group-pkg-upload.active:after {

	opacity: 0;

}

.modal-announce .group-pkg-upload .upload-action {

	opacity: 0;

}

.modal-announce .group-pkg-upload .upload-action .form-control {

    height: 100%;

    width: 100% !important;

    display: inline-block !important;

    position: absolute;

    top: 0;

    left: 0;

    max-width: inherit !important;

}

.modal-announce .btn.btn-ft {

	min-width: 90px;

	text-align: center;

}

.txt {

	display: inline-block;

	width: 100%;

	max-width: inherit;

	font-size: 12px;

	color: #b3b3b3;

	border:1px solid #d2d2d2;

	padding: 10px;

}

textarea.txt {

	height: 150px;

	resize: none;

}

.form-group {

    margin-bottom: 15px;

    display: inline-block;

    width: 100%;

}

.st-update {

	width: 135px;

	text-align: left;

	font-size: 13px;

}

.st-update .caret {

    position: absolute;

    top: 15px;

    right: 10px;

}

.form-group .dropdown {width: 135px; margin-bottom: 20px; }

.upload-preview { position: relative;}

.tbl-announce-status tbody tr > td { color: #494949;}

.tbl-announce-status .dropdown-menu > li > a { color: #494949;}

.modal-announce input , .modal-announce textarea { color: #494949;}

.modal-announce input::placeholder , .modal-announce textarea::placeholder { color: #B3B3B3;}

.new-tag-status .onoffswitch{ display: inline-block; vertical-align: middle;}

.new-tag-status .onoffswitch .onoffswitch-switch{ bottom: 3px;}

.new-tag-status .onoffswitch .onoffswitch-inner::before { background: #00c8b2;}



.del-modalx .modal-dialog{ width: 318px; border-radius: 0;     font-family: 'Open Sans', sans-serif;   }

.del-modalx .modal-content{ border-radius: 0px;  }

.del-modalx .delpopup-descarea{ font-size: 14px; color: #333; font-weight: bold; text-align: center; line-height: 27px; margin-bottom: 25px; }

.del-modalx .form-group{ margin-bottom: 5px;  }

.del-modalx .modal-body {  padding: 20px; }

.del-modalx  .btn,.del-modalx  .btn.btn-grey { padding-bottom: 4px; width: 100px; padding-top: 4px; }

/*Style for tagify js*/
.label {
	display: inline-block !important;
}

.tag {
	padding: 10px 25px 10px 10px;;
    border-radius: 0;
    font-size: 13px;
    background: #E6E6E6;
    border: none;
    position: relative;
	min-width: 150px;
	color: #494949;
	font-weight: 400;
	margin-right: 5px;
    margin-bottom: 5px;
	border-collapse: separate;
	font-family: 'Open Sans';
}

.tag a {
	color: #bbb;
	cursor: pointer;
	opacity: 0.6;
}

.tag a:hover {
	opacity: 1.0;
	text-decoration: none;
}

.tag .fa-times {
	vertical-align: bottom;
	top: 0;
}

.tag a {
	color: #777;
    display: table-cell;
    font-weight: bold;
    text-align: center;
    padding: 3px 5px;
	vertical-align: top;
	position: absolute;
	right: 5px;
    top: 8px;
}

.tag a .fa-times {
	color: #fff;
	margin-bottom: 2px;
}

#rj-tag-box {
	margin-top: 10px;
}
@charset "UTF-8";
/*
* CSS TOGGLE SWITCH
*
* Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch
*
*/
/* supported values are px, rem-calc, em-calc
 */
/* imports
 */
/* Functions
 */
/* Shared
 */
/* Hide by default
 */
.switch-toggle a,
.switch-light span span {
    display: none;
}

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
    /* Checkbox
 */
    .switch-light {
        position: relative;
        display: block;
        /* simulate default browser focus outlines on the switch,
   * when the inputs are focused.
   */
    }

        .switch-light::after {
            clear: both;
            content: "";
            display: table;
        }

        .switch-light *,
        .switch-light *:before,
        .switch-light *:after {
            box-sizing: border-box;
        }

        .switch-light a {
            display: block;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .switch-light label,
        .switch-light > span {
            /* breathing room for bootstrap/foundation classes.
     */
            line-height: 2em;
            vertical-align: middle;
        }

        .switch-light input:focus ~ span a,
        .switch-light input:focus + label {
            outline-width: 2px;
            outline-style: solid;
            outline-color: Highlight;
            /* Chrome/Opera gets its native focus styles.
     */
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
    .switch-light input:focus ~ span a,
    .switch-light input:focus + label {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto;
    }
}

@media only screen {
    /* don't hide the input from screen-readers and keyboard access
 */
    .switch-light input {
        position: absolute;
        opacity: 0;
        z-index: 3;
    }

        .switch-light input:checked ~ span a {
            right: 0%;
        }
    /* inherit from label
 */
    .switch-light strong {
        font-weight: inherit;
    }

    .switch-light > span {
        position: relative;
        overflow: hidden;
        display: block;
        min-height: 2em;
        /* overwrite 3rd party classes padding
   * eg. bootstrap .well
   */
        padding: 0;
        text-align: left;
    }

    .switch-light span span {
        position: relative;
        z-index: 2;
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .switch-light a {
        position: absolute;
        right: 50%;
        top: 0;
        z-index: 1;
        display: block;
        width: 50%;
        height: 100%;
        padding: 0;
    }
    /* Radio Switch
 */
    .switch-toggle {
        position: relative;
        display: block;
        /* simulate default browser focus outlines on the switch,
   * when the inputs are focused.
   */
        /* For callout panels in foundation
  */
        padding: 0 !important;
        /* 2 items
   */
        /* 3 items
   */
        /* 4 items
   */
        /* 5 items
   */
        /* 6 items
   */
    }

        .switch-toggle::after {
            clear: both;
            content: "";
            display: table;
        }

        .switch-toggle *,
        .switch-toggle *:before,
        .switch-toggle *:after {
            box-sizing: border-box;
        }

        .switch-toggle a {
            display: block;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

        .switch-toggle label,
        .switch-toggle > span {
            /* breathing room for bootstrap/foundation classes.
     */
            line-height: 2em;
            vertical-align: middle;
        }

        .switch-toggle input:focus ~ span a,
        .switch-toggle input:focus + label {
            outline-width: 2px;
            outline-style: solid;
            outline-color: Highlight;
            /* Chrome/Opera gets its native focus styles.
     */
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
    .switch-toggle input:focus ~ span a,
    .switch-toggle input:focus + label {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto;
    }
}

@media only screen {
    .switch-toggle input {
        position: absolute;
        left: 0;
        opacity: 0;
    }

        .switch-toggle input + label {
            position: relative;
            z-index: 2;
            display: block;
            float: left;
            padding: 6px 2.5em;
            margin: 0;
            text-align: center;
        }

    .switch-toggle a {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 1;
        width: 10px;
        height: 100%;
    }

    .switch-toggle label:nth-child(2):nth-last-child(4),
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
        width: 50%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
            left: 50%;
        }

    .switch-toggle label:nth-child(2):nth-last-child(6),
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
        width: 33.33%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
            left: 33.33%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
            left: 66.66%;
        }

    .switch-toggle label:nth-child(2):nth-last-child(8),
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
        width: 25%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
            left: 25%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
            left: 50%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
            left: 75%;
        }

    .switch-toggle label:nth-child(2):nth-last-child(10),
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
        width: 20%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
            left: 20%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
            left: 40%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
            left: 60%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
            left: 80%;
        }

    .switch-toggle label:nth-child(2):nth-last-child(12),
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ label,
    .switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
        width: 16.6%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
            left: 16.6%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
            left: 33.2%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
            left: 49.8%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
            left: 66.4%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
            left: 83%;
        }
    /* Candy Theme
 * Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
 * http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
 */
    .switch-toggle.switch-candy,
    .switch-light.switch-candy > span {
        border-radius: 20px;
        background: #fff;
        height: 40px;
        border: 1px solid #999;
    }

        .switch-light.switch-candy span span,
        .switch-light.switch-candy input:checked ~ span span:first-child,
        .switch-toggle.switch-candy label {
            color: #999;
            font-weight: 500;
            text-align: center
        }

    .switch-light.switch-candy input ~ span span:first-child,
    .switch-light.switch-candy input:checked ~ span span:nth-child(2),
    .switch-candy input:checked + label {
        color: #fff;
    }

    .switch-candy a {
        outline: none;
        border-radius: 20px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.45);
        background-color: #4bc5c3;
    }
    /* iOS Theme
*/
    .switch-toggle input:focus ~ span a, .switch-toggle input:focus + label {
        outline: none !important;
    }

    .switch-candy a:focus, .switch-candy a:active, .switch-candy a:focus:visited {
        outline: none !important;
    }

    .switch-ios.switch-light span span {
        color: #888b92;
    }

    .switch-ios.switch-light a {
        left: 0;
        top: 0;
        width: 2em;
        height: 2em;
        background-color: #fff;
        border-radius: 100%;
        border: 0.25em solid #D8D9DB;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .switch-ios.switch-light > span {
        display: block;
        width: 100%;
        height: 2em;
        background-color: #D8D9DB;
        border-radius: 1.75em;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

        .switch-ios.switch-light > span span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            line-height: 1.875em;
            vertical-align: middle;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

            .switch-ios.switch-light > span span:first-of-type {
                opacity: 1;
                padding-left: 1.875em;
            }

            .switch-ios.switch-light > span span:last-of-type {
                padding-right: 1.875em;
            }

    .switch-ios.switch-light input:checked ~ span a {
        left: 100%;
        border-color: #4BD865;
        margin-left: -2em;
    }

    .switch-ios.switch-light input:checked ~ span {
        border-color: #4BD865;
        box-shadow: inset 0 0 0 30px #4BD865;
    }

        .switch-ios.switch-light input:checked ~ span span:first-of-type {
            opacity: 0;
        }

        .switch-ios.switch-light input:checked ~ span span:last-of-type {
            opacity: 1;
            color: #fff;
        }

    .switch-ios.switch-toggle {
        /* background-color: #D8D9DB; */
        border-radius: 30px;
        box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
    }

        .switch-ios.switch-toggle a {
            background-color: #4BD865;
            border: 0.125em solid #D8D9DB;
            border-radius: 1.75em;
            -webkit-transition: all 0.12s ease-out;
            -moz-transition: all 0.12s ease-out;
            transition: all 0.12s ease-out;
        }

        .switch-ios.switch-toggle label {
            height: 2.4em;
            color: #888b92;
            line-height: 2.4em;
            vertical-align: middle;
        }

    .switch-ios input:checked + label {
        color: #3e4043;
    }
    /* Holo Theme
 */
    .switch-toggle.switch-holo,
    .switch-light.switch-holo > span {
        background-color: #464747;
        border-radius: 1px;
        box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
        color: #fff;
        text-transform: uppercase;
    }

    .switch-holo label {
        color: #fff;
    }

    .switch-holo > span span {
        opacity: 0;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
    }

        .switch-holo > span span:first-of-type {
            opacity: 1;
        }

    .switch-holo > span span,
    .switch-holo label {
        font-size: 85%;
        line-height: 2.15625em;
    }

    .switch-holo a {
        background-color: #666;
        border-radius: 1px;
        box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0;
    }
    /* Selected ON switch-light
*/
    .switch-holo.switch-light input:checked ~ span a {
        background-color: #0E88B1;
    }

    .switch-holo.switch-light input:checked ~ span span:first-of-type {
        opacity: 0;
    }

    .switch-holo.switch-light input:checked ~ span span:last-of-type {
        opacity: 1;
    }
    /* Material Theme
 */
    /* switch-light
 */
    .switch-light.switch-material a {
        top: -0.1875em;
        width: 1.75em;
        height: 1.75em;
        border-radius: 50%;
        background: #fafafa;
        box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.14), 0 0.1875em 0.125em -0.125em rgba(0, 0, 0, 0.2), 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.12);
        -webkit-transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .switch-material.switch-light {
        overflow: visible;
    }

        .switch-material.switch-light::after {
            clear: both;
            content: "";
            display: table;
        }

        .switch-material.switch-light > span {
            overflow: visible;
            position: relative;
            top: 0.1875em;
            width: 3.25em;
            height: 1.5em;
            min-height: auto;
            border-radius: 1em;
            background: rgba(0, 0, 0, 0.26);
        }

        .switch-material.switch-light span span {
            position: absolute;
            clip: rect(0 0 0 0);
        }

        .switch-material.switch-light input:checked ~ span a {
            right: 0;
            background: #3f51b5;
            box-shadow: 0 0.1875em 0.25em 0 rgba(0, 0, 0, 0.14), 0 0.1875em 0.1875em -0.125em rgba(0, 0, 0, 0.2), 0 0.0625em 0.375em 0 rgba(0, 0, 0, 0.12);
        }

        .switch-material.switch-light input:checked ~ span {
            background: rgba(63, 81, 181, 0.5);
        }
    /* switch-toggle
 */
    .switch-toggle.switch-material {
        overflow: visible;
    }

        .switch-toggle.switch-material::after {
            clear: both;
            content: "";
            display: table;
        }

        .switch-toggle.switch-material a {
            top: 48%;
            width: 0.375em !important;
            height: 0.375em;
            margin-left: 0.25em;
            background: #3f51b5;
            border-radius: 100%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: -webkit-transform 0.4s ease-in;
            -moz-transition: -moz-transform 0.4s ease-in;
            transition: transform 0.4s ease-in;
        }

        .switch-toggle.switch-material label {
            color: rgba(0, 0, 0, 0.54);
            font-size: 1em;
        }

            .switch-toggle.switch-material label:before {
                content: '';
                position: absolute;
                top: 48%;
                left: 0;
                display: block;
                width: 0.875em;
                height: 0.875em;
                border-radius: 100%;
                border: 0.125em solid rgba(0, 0, 0, 0.54);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .switch-toggle.switch-material input:checked + label:before {
            border-color: #3f51b5;
        }
        /* ripple
 */
        .switch-light.switch-material > span:before,
        .switch-light.switch-material > span:after,
        .switch-toggle.switch-material label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            display: block;
            width: 4em;
            height: 4em;
            border-radius: 100%;
            background: #3f51b5;
            opacity: .4;
            margin-left: -1.25em;
            margin-top: -1.25em;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -webkit-transition: opacity 0.4s ease-in;
            -moz-transition: opacity 0.4s ease-in;
            transition: opacity 0.4s ease-in;
        }

    .switch-light.switch-material > span:after {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -1.25em;
    }

    .switch-toggle.switch-material label:after {
        width: 3.25em;
        height: 3.25em;
        margin-top: -0.75em;
    }

    @-webkit-keyframes materialRipple {
        0% {
            -webkit-transform: scale(0);
        }

        20% {
            -webkit-transform: scale(1);
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(1);
        }
    }

    @-moz-keyframes materialRipple {
        0% {
            -moz-transform: scale(0);
        }

        20% {
            -moz-transform: scale(1);
        }

        100% {
            opacity: 0;
            -moz-transform: scale(1);
        }
    }

    @keyframes materialRipple {
        0% {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }

        20% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
    }

    .switch-material.switch-light input:not(:checked) ~ span:after,
    .switch-material.switch-light input:checked ~ span:before,
    .switch-toggle.switch-material input:checked + label:after {
        -webkit-animation: materialRipple 0.4s ease-in;
        -moz-animation: materialRipple 0.4s ease-in;
        animation: materialRipple 0.4s ease-in;
    }
    /* trick to prevent the default checked ripple animation from showing
 * when the page loads.
 * the ripples are hidden by default, and shown only when the input is focused.
 */
    .switch-light.switch-material.switch-light input ~ span:before,
    .switch-light.switch-material.switch-light input ~ span:after,
    .switch-material.switch-toggle input + label:after {
        visibility: hidden;
    }

    .switch-light.switch-material.switch-light input:focus:checked ~ span:before,
    .switch-light.switch-material.switch-light input:focus:not(:checked) ~ span:after,
    .switch-material.switch-toggle input:focus:checked + label:after {
        visibility: visible;
    }
}

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
    .switch-light,
    .switch-toggle {
        -webkit-animation: webkitSiblingBugfix infinite 1s;
    }
}

@-webkit-keyframes webkitSiblingBugfix {
    from {
        -webkit-transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 0) and (max-width: 1140px) {
    .navbar-right li:nth-child(1){
        display:none;
    }
    
    .total-box6.box-size.box-total-transaction {
        padding: 100px 0 0 40px;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .total-text3 {
        font-size: 55px;
    }
    .total-box6.box-size.box-total-transaction {
        padding: 100px 0 0 40px;
    }
    .box-size2 {
        padding: 12px 10px;
        font-size: 11px;
    }
}
@media (min-width: 560px) and (max-width: 991px) {
    .box-container .col-md-3 {
       width: 40%;
        float: left;
    }
     .box-container .col-md-4{
        width: 60%;
        float: left;
    }
    .box-container .col-md-4 .col-md-4{
        width: 33.33%;
        float: left;
    }
    .box-container .col-md-4 .col-md-4:last-child .col-md-12{
         padding:0 0 8px 0;
    }
    .box-container .col-md-3:nth-child(2), .box-whole .col-md-5:nth-child(2){
        padding:0 0 8px 0;
    }
    .box-total-transaction .summary-text3, .box-total-transaction .total-text3 {
        text-align: center;
    }
    .brand-logo {
        margin: 14px 20px;
    }

}
@media (min-width: 0) and (max-width: 559px) {
    .box-container .col-md-4{
        width: 100%;
        float: left;
    }
    .box-container .col-md-4 .col-md-12{
            padding: 0 0 8px 0;
            float: left;
            width: 100%;
    }
    .total-box7.box-size2 {
        background: #0093d7;
        width: 100%;
        height: 162.5px;
        padding: 20px;
    }
    .box-container .col-md-3 {
        width: 100%;
        float: left;
        padding:0 0 8px 0;
    }
    .box-whole .col-md-4 {
        width: 50%;
        float: left;
    }
    .total-box6.box-size.box-total-transaction {
        padding: 55px 0;
    }
    .total-text3 {
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: 300;
        letter-spacing: .02em;
        line-height: 48px;
        margin-top: 15px;
    }
    .box-size {
        height: 250px;
        padding: 30px 15px;
    }
    .box-container .col-md-3:nth-child(2), .box-whole .col-md-6:nth-child(2){
        padding:0 0 8px 0;
    }
    .box-total-transaction .summary-text3, .box-total-transaction .total-text3 {
        text-align: center;
    }
    .brand-logo {
        margin: 14px 20px;
    }
   
}
@media (min-width: 475px) and (max-width: 633px) {
    .menu-container {
        position: absolute;
        right: 45px;
        margin-top: 5px;
    }
    table#domainTable {
        padding-top: 55px!important;
    }
}
@media (min-width: 0) and (max-width: 474px) {
    #domainTable_wrapper {
        margin-top: 75px;
    }

    .menu-container {
        position: absolute;
        right: 0;
        margin-top: -95px;
    }

    div.dataTables_wrapper div.dataTables_length {
        float: right;
        right: 45px;
        top: 30px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        float: right;
        right: 45px;
        top: 40px;
        width: 100%;
    }

    table#domainTable {
        padding-top: 40px !important;
    }
    div.dataTables_wrapper div.dataTables_filter label{
        float:right;
    }
}
html, body {
    height: 100%;
}

.custom-table-container input {
    outline: 0;
    border-width: 0;
    padding-top: 5px;
    width: 100%;
    background-color: transparent;
}

    .custom-table-container input:focus {
        border-color: green;
        border-width: 0 0 2px;
    }

.custom-table-container select {
    outline: 0;
    border-width: 0;
    padding-top: 5px;
}

.custom-table-container .new-table {
    margin-top: 10px;
}

.custom-table-container .table-name {
    font-size: 20px;
}

.error {
    border-color: red;
    border-width: 2px;
}

.custom-table-container .aTable {
    margin-top: 5px;
}

