.page-numbers { list-style:none; font-size:12px; padding-bottom: 30px;}
.page-numbers li{ display:inline; }
.page-numbers li a{ display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; }
.page-numbers li span.current { display:block; float:left; padding:4px 9px; margin-right:7px; border:1px solid #efefef; background-color:#f5f5f5;  }
.page-numbers li span.dots { display:block; float:left; padding:4px 9px; margin-right:7px;  }
.video-list {
	float: left;
	width:25%;
	margin-right: 30px;
	margin-bottom: 10px;
	list-style:none;
}

.video-heading{
	min-height:60px;
	font-size:14px;
	font-weight: bold;
}
.clearfix{
	clear: both;
}

.video_header_info{
	margin-bottom: 20px;
}

.video_total_found{
	float: left;
}

.pharma_video_filter{
	float: right;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 0px;
}

.input-group-btn>.btn {
    position: relative;
}
.btn-info {
    color: #fff;
    background-color: rgba(99,190,108,1);
    border-color: rgba(99,190,108,1);
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


a.leaflet_link {
    color: #67b205;
    text-decoration: none;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-list-alt:before {
    content: "\f022";
}

.bottom-font p{
    /*   font-size: 11px;*/
    margin-bottom: 10px !important;
		text-align: justify;
    /*line-height: 18px;*/
}

.search-box{
    background-color: #f1f1f1;
    padding: 16px;
    border-radius: 6px;
    margin: 10px 0;
}
.search-box input[type="text"],
.search-box input[type="text"]:focus,
.search-box input[type="email"]:focus,
.search-box input[type="url"]:focus,
.search-box input[type="password"]:focus,
.search-box input[type="search"]:focus,
.search-box textarea:focus {
    color: #111;
    outline: none;
    border: 1px solid rgba(99,190,108,1);
}

h2.box-title{
    color:rgba(99,190,108,1);
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-justify {
  text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.leaflets-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.leaflets-row {
  position: relative;
  width: 100%;
}

.leaflets-row [class^="leaflets-col"] {
  float: left;
    /*margin: 0.5rem 2% 0% 0%;*/
  min-height: 0.125rem;
}

.leaflets-col-1,
.leaflets-col-2,
.leaflets-col-3,
.leaflets-col-4,
.leaflets-col-5,
.leaflets-col-6,
.leaflets-col-7,
.leaflets-col-8,
.leaflets-col-9,
.leaflets-col-10,
.leaflets-col-11,
.leaflets-col-12 {
  width: 96%;
}

.leaflets-col-1-sm {
  width: 4.33%;
}

.leaflets-col-2-sm {
  width: 12.66%;
}

.leaflets-col-3-sm {
  width: 21%;
}

.leaflets-col-4-sm {
  width: 29.33%;
}

.leaflets-col-5-sm {
  width: 37.66%;
}

.leaflets-col-6-sm {
  width: 46%;
}

.leaflets-col-7-sm {
  width: 54.33%;
}

.leaflets-col-8-sm {
  width: 62.66%;
}

.leaflets-col-9-sm {
  width: 71%;
}

.leaflets-col-10-sm {
  width: 79.33%;
}

.leaflets-col-11-sm {
  width: 87.66%;
}

.leaflets-col-12-sm {
  width: 96%;
}

.leaflets-row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .leaflets-container {
    width: 100%;
  }
}
@media only screen and (min-width: 45em) {  /* 720px */
}

@media only screen and (min-width: 33.75em) {  /* 720px */
  .leaflets-col-1 {
    width: 4.33%;
  }

  .leaflets-col-2 {
    width: 12.66%;
  }

  .leaflets-col-3 {
    width: 21%;
  }

  .leaflets-col-4 {
    width: 29.33%;
		margin-right: 1.50%;
  }

  .leaflets-col-5 {
    width: 37.66%;
  }

  .leaflets-col-6 {
    width: 46%;
  }

  .leaflets-col-7 {
    width: 54.33%;
  }

  .leaflets-col-8 {
    width: 69.0%;
  }

  .leaflets-col-9 {
    width: 71%;
  }

  .leaflets-col-10 {
    width: 79.33%;
  }

  .leaflets-col-11 {
    width: 87.66%;
  }

  .leaflets-col-12 {
    width: 100%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .leaflets-container {
    width:100%;
    /*max-width: 10rem;*/
  }
}
