html, body {
  margin:0px;
  padding:0px;
  font-family: 'Ubuntu', sans-serif;
  height:100%;
  width:100%;
}

#wrapper_header {
  height:110px;

}

#wrapper_body {
  position:absolute;
  top:110px;
  bottom:0;
  left:0;
  width:100%;
  background-color:#ffffff;
  overflow:auto;
  overflow-y:scroll;
}

.table-default {
  width:100%;
}
.table-default td {
  padding: 0px 4px;
}

.page-content {
  padding-top: 10px;
}
/*--------------------------*/
/* Adjustments to bootstrap */
/*--------------------------*/
.panel {
/*  max-width: 1100px;*/
}

.panel-title {
  height:28px;
  font-size:14px;
  font-weight:bold;
  padding:3px 0px 0px 5px;
}

.table-borderless td, th {
  border: 0 !important;
  margin:2px;
  padding:2px;
}
.input-sm {
  padding:3px;
}
/*--------------------------*/
/* ALERTIFY */
/*--------------------------*/
.alertify-log-custom {
  background: blue;
}


.custom_file_upload {
  width: 450px;
  height: 30px;
  border:1px solid #ccc;
  background-color: #fff;
  color:#00f;
  cursor:pointer;
}

.btn-file {
        position: relative;
        overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity:0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.requiredField {
  background-color: #ffff99;
}

.img-responsive{
  display: block;
  max-width: 90%;
  height: auto;
}

/*Accounting tab in agency profile :: packages view*/
.package_title_container {
  background-color: #2d2b2b;
  height: 100px;
  width: 100%;
  padding-top: 33px;
  border: 1px solid black;
  border-top-left-radius:10px;
  border-top-right-radius: 10px;
}

.package_title {
  font-size: 22px;
  font-weight: bold;
  color: white;
  margin-left: 20px;
  margin-top: 20px;
}

.package_price_container {
  background-color:black;
  width:100%;
  height:150px;
  text-align:center;
  padding-top:24px;
}

.package_type {
  color:white;
}
.package_cost {
  color:white;
  font-size:60px;
  font-weight:bold;
}
.feature_container{
  text-align:center;
  background-color:white;
  padding-top:30px;
}
.feature_container_subscribed{
  text-align:center;
  background-color:skyblue;
  padding-top:30px;
}
.features {
  padding-top:7px;
  font-size: 16px;
  height: 37px;
  border-bottom: 1px dotted darkgrey;
  width: 80%;
  margin-left:auto;
  margin-right: auto;
}
.action_container_inactive {
  width: 100%;
  text-align: center;
  height: 40px;
  background-color: grey;
  border-bottom: 1px solid grey;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 5px;
}
.action_container_current {
  width: 100%;
  text-align: center;
  height: 40px;
  background-color:#6195DD;
  border-bottom: 1px solid #6195DD;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 5px
}
.action_container_available{
  width: 100%;
  text-align: center;
  height: 40px;
  background-color: #6add6a;
  border-bottom: 1px solid #6add6a;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 5px;
  cursor:pointer;
}
.action_text {
  font-size:18px;
  color:white;
}
