html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}

.blockOverlay{
   background-color: rgba(255, 255, 255, 0.8) !important;
}

.blockUI{
   border: 0px !important;
}
.blockPage{
   border: 0px !important;
   background-color: rgba(0, 0, 255, 0) !important;
}

/* Header */

.navbar {
    margin-bottom: 0px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 8px 15px;
    font-size: 18px;
    line-height: normal;
}

.navbar-nav li a:hover{
    background-color: #eee !important;
}

.navbar-nav li li a:hover{
    background-color: #e7e7e7 !important;
}

.navbar-brand>img {
    display: inline-block;
    margin-right: 15px;
}

.fa-cog{font-size:18px;}

@media (min-width: 768px){
  .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.breadcrumb{
    padding: 6px 25px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 0px;
    color: #ccc;
    background-color: #002b33;
    margin-bottom: 20px;
    text-align: right;
    margin:0 0 20px 0;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
}
.dropdown-menu>li>a .fa-btn{
    margin-right: 12px;
}
/* popup*/
.col-checkbox{padding-top: 30px}
.col-btn{text-align: right; padding-top: 10px;}

@media (min-width: 768px){
  .modal-dialog {
      width: 900px;
      margin: 30px auto;
  }
  .modal-dialog.medium {
      width: 400px;
  }
  .modal-dialog.max {
      width: 1035px;
  }
}
.modal-body {
    padding: 25px;
}
/* Content*/

.panel-default {
    border-color: #fff;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    padding: 0px 0px;
    height: 40px;
}
.panel-default>.panel-heading .title {
  float:left;
  font-size: 20px;
}
.panel-default>.panel-heading .actions {
  float:right;
}

.summary{
    margin:20px  auto;
    display: table;
}
.summary div{
    float: left;
    padding: 10px;
    text-align: center;
    background-color: #f9f9f9;
    height: 44px;

}

@media (max-width: 768px){
  .summary div {
      float: none;
      display: table;
      margin: auto;
      width: 250px !important;
      border: 1px solid #ddd !important;
      border-bottom: 0px !important;
    }
  .summary .licenses{
      border-bottom: 1px solid #ddd !important;
      }
}
.summary .total{
   border: 1px solid #ddd;
   border-right: 0px;
   font-weight: 700;
}
.summary .avas{
    /*width: 150px;*/
   border: 1px solid #ddd;
   border-left: 0px;
   border-right: 0px;
}
.summary .licenses{
    /*width: 150px;*/
    border: 1px solid #ddd;
    border-left: 0px;
}
.summary div span{
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid #cc2b33;
    margin-left: 5px;

}

/* captcha */
.captcha{
    width: 304px;
    height: 78px;
}

/* Fix */
.clear{clear:both;}


/* TAB */

.tab-pane {margin: 0 0 20px 0;}


/* Elements */

.btn {
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  border: 0px;
}
.btn-success, .btn-warning, .btn-danger, .btn-info {
  background-color: #cc2b33 !important;
  border-color: #cc2b33  !important;
}
.btn-default {
  border: 1px solid #eee !important;

}
.btn:hover{
  color: #fff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4777d), color-stop(1, #f4777d) );
	background:-moz-linear-gradient( center top, #f4777d 5%, #f4777d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4777d', endColorstr='#f4777d');
	background-color:#f4777d;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #cc2b33;
    border-color: #cc2b33;
}

/* datatable */

.buttons-page-length {
 color: #666 !important;
}
.buttons-page-length, .buttons-page-length:hover {
background-color: transparent !important;
background-image: none !important;
border: 0px !important;
box-shadow: none !important;
text-shadow: none !important;
font-size: 14px !important;
}
.buttons-page-length:after {
content: " \25BC";
font-size: 10px;
vertical-align: 0px
}
.buttons-page-length:hover {
color: #000 !important;
}


.table  tr td,
.table  tr th {
    text-align: center;
}

.table  tr td:nth-child(2),
.table  tr th:nth-child(2) {
    text-align: left;
}

.table  tr td:first-child {
    width: 10px;
}
#settings_list tr td:first-child {
    width: auto !important;
}
#settings_list tr td:last-child {
    width: 10px;
}

/* Footer */

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  padding: 10px 0 0 0;
  text-align: center;
  background-color: #f5f5f5;
  /*border-color: #e7e7e7;*/
  border-top: 1px solid #e7e7e7;
  font-size: 12px;
  font-weight: bold;

}


/* Form */

input[type='checkbox']{
  vertical-align: -2px;
  margin-right: 4px;
}
.label-big{
  font-size: 15px;
}

form label span {
  color: red;
}
form legend {
  font-size: 12px;
  margin: 4px 0 0 0;
  border: 0px;
  color: red;
}

button.add {
   background-color: #019e29 !important;
   border-color: #019e29 !important;
}
button.add:hover {
  background:none !important;
  background-color: #30a74f !important;
  border-color: #30a74f !important;
}
button.ok {
   background-color: #019e29 !important;
   border-color: #019e29 !important;
}
button.ok:hover {
  background:none !important;
  background-color: #30a74f !important;
  border-color: #30a74f !important;
}
button.ok.labelb {
  margin-top: 25px;
}
p.extensions, p.test_mx {
    padding: 10px;
    border: 1px solid #ccc;
    word-wrap: break-word;
    word-break: break-all;
    background-color: #f2f2f2;
    margin: 0px 0 10px 0;
}
b.extensions {
  margin: 0 0 4px 0;
  display: inline-block;
}
#settings_list .form-group {
     margin-bottom: 0px;
     text-align: center !important;
}
#settings_list  td, #settings_list  th{
     text-align: center !important;
}

/*
.table-domains td div, .domains_list td div{
display: inline-block;
width: 12px;
height: 12px;
border: 2px solid #ccc;

}
*/
.help-domains{
font-size: 13px;
margin-top:10px;
clear: both;
}
.help-title{
font-size: 14px;
font-weight: 700;
margin-bottom: 10px;
line-height: normal;
border-bottom: 1px solid #ccc;
}
.help-item{
margin-bottom: 5px;
line-height: normal;
}
.help-circle-div{
display: table-cell;
padding-right: 6px;
}
.help-circle{
width: 12px;
height: 12px;
border: 2px solid #ccc;
line-height: normal;
}
.help-text{
display: table-cell;
vertical-align: 1px;
line-height: normal;
}
.circle-red {
border-radius: 50%;
width: 18px;
height: 18px;
background-color:#FF0000;
}

.circle-yellow {
border-radius: 50%;
width: 18px;
height: 18px;
background-color:#FFFF00;
}

.circle-green {
border-radius: 50%;
width: 18px;
height: 18px;
background-color:#80FF00;
}

i.tooltip_ico{
    color: #999;
     float: right;
    overflow: hidden;
    margin-top: 0px;
    font-size: 17px;
    cursor: pointer;
}
i.tooltip_ico.check, i.tooltip_ico.td, i.tooltip_ico.button,  i.tooltip_ico.input{
    float: none;
    overflow: hidden;
    vertical-align: -2px;
    margin-left: 10px;
}
i.tooltip_ico:hover{
    color: #333;

}
div.tooltip.top {
    margin-top: 5px;
}
div.tooltip .tooltip-inner {
  background-color: #002b33;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  max-width: 600px;
  padding: 6px 12px;
}

div.tooltip.top .tooltip-arrow{

  border-top-color: #eee;
  display: none;
}

#pending_changes_area{
  margin-top: 20px;
  margin-left: 18px;
}
#pending_changes_area i{
  color: red;
  margin-right: 5px;
}
label.title{
    font-size: 16px;
}
