body {
  font-family: 'Open Sans', sans-serif !important
}

#resellers-dropdown li a dl{
	margin-bottom:0px;
}

#resellers-dropdown li {
	min-width:200px;
}

#resellers-dropdown li a{
	border-radius: 5px;
	margin:4px 10px;
	padding:7px 10px;
}

#resellers-dropdown li.sub-reseller a{
	margin:4px 10px;
	padding:7px 10px;
	padding-left:30px;
}

.login-logo {
	max-width: 330px;
	padding: 45px 15px;
	margin: 0 auto;
}

.login-logo img{
	max-width: 300px;
	max-height: 300px;
}

.manager-title{
	margin-bottom: 10px;
}

.manager-title h3{
	margin-top:10px;
	margin-bottom:0px;
}

.manager-title p{
margin-bottom: 0px;
}

.parent-manager-title h3{
	margin-top:20px;
	margin-bottom:10px;
	font-size: 14px;
}

.notification .alert{
	margin-bottom: 0px;
}

/*helpers*/
.hide {
	display: none;
}

#service-plans-general {
	margin-bottom: 100px;
}

.rule-name-label{
	background-color: #ddd;
	color: #333;
	cursor: default;
}
.tooltip {
    position: fixed;
}
.tooltip-inner {
  max-width: 100% !important;
}

#quota-interval {
	 font-size: 10pt; 
}
p.balance {
	margin-top:-10px;
}

.xl-header{
	min-width: 150px;
}

.header-min-240 {
  min-width:240px;
}

.large-header{
	min-width: 140px;
}

.medium-header{
	min-width: 100px
}

.small-header {
	min-width: 50px;
}

.xs-header {
	width: 20px;
}

.md-header-fixed {
  width:100px;
}

.lg-header-fixed {
  width:150px;
}


.checkbox-header {
  min-width: 12px;
  padding-right:14px !important;
}

tr th.select-sorter-column{
  padding:0px !important;
}
tr th.select-sorter-coloumn:after{
  width: 14px !important;
}

tr th div.dt-select-all {
  width:12px;
}

tr th div.dt-select-all div::before {
  content:' ';
  display:inline-block;
  margin-top:-22px;
  width: 12px ;
  height: 12px;
  margin-left:3px;
  border: 1px solid black;
  border-radius: 3px;
}

tr th div.dt-select-all div.checked:after {
  display:block;
  margin-top:-22px;
  align-items: center;
  margin-left: 5px;
  content: '\2714';
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

tr th div.dt-select-all div.intermediate:after {
  display:block;
  margin-top:-12px;
  margin-left: 2px;
  content: '\2012';
}

.fixed-100{
	width:100% !important;
}

tr.red { background-color:#f2dede !important; }
tr.green{ background-color:#dff0d8 !important; }
tr.grey{ background-color:#ececec !important; }

tr.selected {
	background-color: #ffffae !important;
	color:#333 !important;
}

tr.selected a {
  color:#333 !important;
}

/*override datatables striped style*/
div.DTS div.dataTables_scrollBody {
	background: white;
}

#filter-buttons{
	margin-top:4px;
}

#migrator-header h4{
	display: inline;
}

/*lined textarea*/
div.numberedtextarea-wrapper { position: relative; }

div.numberedtextarea-wrapper textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.numberedtextarea-line-numbers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

div.numberedtextarea-number {
  padding-right: 6px;
  text-align: right;
}

/* /lined textarea*/

/* hide export csv button of table
 */
.export-buttons{
	display: none;
}
/**
 * Graphs
 */
#chart-container {
  position: relative;
}
#chart {
	position: relative;
	left: 50px;
}

#y-axis {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
}
.swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
}

.rickshaw_graph .x_tick .title {
    bottom: -24px !important;
    left: -18px !important;
    opacity: .7 !important;
}

#preferences .form-horizontal .control-label{
    text-align: left !important
}

.text-lg-1 {
  font-size: 120%;
}

.underline {
	text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

.zero-padding {
	padding: 0;
}

.no-outline:focus{
	outline: none !important;
}

.btn-link.btn:focus, .btn-link.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.label.label-success.success-dark{
	background-color: #077507 !important;
}

.label.label-default.default-light{
	background-color: #eee !important;
  color:#707070
}

.label.label-default.default-dark{
	background-color: #333 !important;
}

.light-grey{
  background-color: #eee !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.pointer{
  cursor: pointer;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-plus {
  width: 35px;
  height: 35px;
  padding: 0px 0px;
  border-radius: 50%;
  font-size: 24px;
  color:#555;
  line-height: 0.5;
  margin-right:4px;
}

.btn-plus.btn-sm{
  width:30px;
  height:30px;
  font-size:20px;
}

.label-light{
  padding: 5px 5px;
  background-color: #f8f8f8;
  color: #707070;
  font-size:14px;
  font-weight: normal;
  cursor: default;
  border: 1px #CCC solid;
}

a .material-icons-round.a-dark {
  color:rgb(66, 66, 66)

}
a .material-icons-round.a-dark:hover {
  color:rgb(37, 37, 37)
}

.valign-bottom {
  vertical-align: text-bottom;
}

.valign-middle{
  vertical-align: middle;
}

.capitalize {
  text-transform: capitalize;
}

.font-weight-lighter{
  font-weight: lighter;
}

.material-icons-round.md-14 { font-size: 14px; }
.material-icons-round.md-16 { font-size: 16px; }
.material-icons-round.md-18 { font-size: 18px; }
.material-icons-round.md-20 { font-size: 20px; }
.material-icons-round.md-22 { font-size: 22px; }
.material-icons-round.md-24 { font-size: 24px; }
.material-icons-round.md-36 { font-size: 36px; }
.material-icons-round.md-48 { font-size: 48px; }

.material-icons-round.md-dark { color: rgb(88,88,88) }
.material-icons-round.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons-round.md-dark:hover { color: rgb(49, 49, 49) }

.material-icons-round.md-light { color: rgba(255, 255, 255, 1); }
.material-icons-round.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/** page title */
.zima-page-title {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  background-color: #737377;
}

.zima-page-title .form-inline {
  padding-left: 0px;
  padding-right: 0px;
}

.zima-page-title .form-group {
  margin-bottom: 0px
}

.zima-page-title .dropdown-toggle {
  padding: 3px 5px;
  color: #404040 !important;
  font-size: 10px;
}

.zima-page-title .bootstrap-select .bs-caret {
  padding-left: 10px;
}

.zima-page-title .bootstrap-select .caret {
  right: 6px;
}

.zima-page-title .page-title-text {
  margin-left: 4px;
  font-size: 16px;
}

.zima-page-title .page-title-text a {
  color: whitesmoke;
  text-decoration-line: underline;
}

.zima-page-title .page-title-text a:hover {
  color: #ddd;
}

.zima-page-title .page-title-content {
  margin-left: 18px;
}

.zima-page-title .pull-right {
  margin-right: 4px;
}

.zima-page-title .btn {
  padding: 3px 5px;
  font-size: 10px;
}

.zima-toolbar{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f8f8f8;
}

.zima-toolbar .dropdown-menu{
  margin-top:0px;
  margin-bottom:0px;
}

.zima-toolbar .dropdown-menu .divider {
  margin:0px;
}

.zima-toolbar button:not(.btn-plus),
.zima-toolbar select,
.zima-toolbar input {
  font-size:14px;
}

.zima-toolbar input {
  font-size:14px;
}

.zima-toolbar li > a{
  font-size: 14px;
  padding: 10px 16px;
}

.modal-header {
  background-color: #f8f8f8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.notification-bell {
  text-decoration: none;
  position: relative;
  display: inline-block;

}

.notification-bell .zima-badge {
  position: absolute;
  top: 3px;
  right: 1px;
  padding: 3px;
  border-radius: 50%;
  background: #a94442;
  border:1px solid #f8f8f8;
  color: white;
}

.notifications-container .notifications-item {
  padding: 14px;
  margin-bottom: 0px;
  width: 240px;
  color: #707070;
  font-size: 12px;
}

.notifications-container .notifications-item.none {
  width: auto !important;
}

.notifications-container .notifications-item p {
  margin-bottom: 0px;
}

.notifications-container .notifications-item:hover{
  background-color: #f8f8f8;
}

.notifications-container li:first-child{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.notifications-container li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rotate90 {
  transform: rotate(90deg);
}

input.bg-yellow {
	background-color: #ffffae !important;
	color:#333 !important;
}

.ip-range-header {
  width: 240px;
}

span.nat {
  margin-right:6px;
  font-size: 110%;
}

.ip-select {
  width:130px !important;
}

.ip-allocator-table td {
  padding: 3px !important;
  vertical-align: middle !important;
}

/* ip autocomplete */
ul.list_ip-autocomplete {
  position: relative;
  background: white;
  border: 1px solid #e5e5e5;
  width: fit-content;
  padding: 0px;
  font-size: small;
  max-height: 200px;
  overflow-y: scroll;
}

ul.list_ip-autocomplete li {
  list-style: none;
  padding: 4px 8px;
  text-align: right;
  z-index: 3002;
  font-size: small;
}

ul.list_ip-autocomplete li:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

ul.list_ip-autocomplete li.disabled {
  color: #777 !important;
  background-color: #f5f5f5;
}

ul.list_ip-autocomplete li.disabled:hover {
  color: #777 !important;
  cursor: not-allowed;
  background-color: #f5f5f5;
}


.spinning {
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
