/* Minification failed. Returning unminified contents.
(64,1): run-time error CSS1019: Unexpected token, found '@import'
(64,8): run-time error CSS1019: Unexpected token, found ''ionicons.min.css''
(65,1): run-time error CSS1019: Unexpected token, found '@import'
(65,8): run-time error CSS1019: Unexpected token, found ''animate.css''
(138,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(139,10): run-time error CSS1035: Expected colon, found '{'
(144,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(145,10): run-time error CSS1035: Expected colon, found '{'
(150,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(151,10): run-time error CSS1035: Expected colon, found '{'
(156,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(157,10): run-time error CSS1035: Expected colon, found '{'
(162,1): run-time error CSS1031: Expected selector, found '@-o-keyframes'
(162,1): run-time error CSS1025: Expected comma or open brace, found '@-o-keyframes'
 */
/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

/*#####################
Additional Styles (required)
#####################*/
@import'ionicons.min.css';
@import'animate.css';
body{
    font-family: "Open Sans",sans-serif;
	background-image: url(../img/pettern.png);
	padding-top:0px;
}
[class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}
.container {
    background: #fff;
}
img{
	 -webkit-animation: fadein 2.5s; /* Safari and Chrome */
    -moz-animation: fadein 2.5s; /* Firefox */
    -ms-animation: fadein 2.5s; /* Internet Explorer */
    -o-animation: fadein 2.5s; /* Opera */
    animation: fadein 2.5s;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 3px;
    margin-bottom: 3px;
}
a {
	color: #3d566e;
}
a:hover, a:focus {
	color: #3fc997;
	text-decoration: none;
	outline: none;
}
a:hover img {
	opacity: 0.6;
}
a:hover h3, a:hover h2 {
	color: #3fc997;
}
.thumbnail img, img.img-responsive {
    width: 100%;
}
.row.header {
    padding: 3px 0px;
}
.page-header h1 {
    color: rgb(0, 149, 58);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 22px;
}
.sec-info h3 {
    font-size: 20px;
    color: #3d566e;
    font-weight: bold;
} 
a:hover h3, a:hover h2 {
	color: rgb(0, 149, 58);
}

a:hover {
    text-decoration: none;
}

.hideme
{
    opacity:0;
}
    
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​
.container.header {
    padding-top: 13px;
	padding-bottom: 13px;
}
.header.clearfix {
    padding: 3px 0px;
}
.row.header {
    padding: 3px 0px;
}
.navbar-brand {
    width: 190px;
    height: 80px;
    margin-top: 5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/pas_logo.png') no-repeat;
    background-size: 100%;
    padding: 0;
}
.section-heading{
	background: url('../img/tbrep.png') no-repeat;
	 background-size: 100%;
	 width:100%;
}
.nav-tbbrand img {
    padding: 10px;
    width: 95%;
}
.navbar {   
    margin-bottom: 0px;     
}
.navbar-inverse{
    background-color: #3d566e;
    border-top: none;
    border-bottom: 3px solid #00953A;
    border-right: none;
    border-left: none;
}
.navbar-inverse .container{
	 background-color: #3d566e;
}
@media (max-width: 480px) {
    .brand-title {
            font-size: 12px !important;
        }
}
.brand-title{
	color:#00953A;
    margin-top:10px;
}
.navbar-inverse .navbar-nav li.active a, .navbar-inverse .navbar-nav li.active a:hover, .navbar-inverse .navbar-nav li.active a:focus {
    background: none;
    color: #00953A;
}
.navbar-inverse .navbar-nav li:first-child a {
    padding-left: 0;
}
.navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
    border-right: 1px solid #44617d;
}
.navbar-inverse .navbar-nav li:last-child a {
    border-right: none;
}
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav li a {
    color: #fff;
    font-weight: bold;
}
.navbar-inverse .dropdown-menu {
    background: #00953A;
    border: none;
}
.navbar-inverse .dropdown-menu li a:hover, .navbar-inverse .dropdown-menu li a:focus {
    background-color: #3dba8d !important;
    color: #3d566e !important;
    border-right: none !important;
}
.navbar-inverse .dropdown-menu li:first-child a {
    padding-left: 20px;
}
.nav-sub-icn {
    margin-right: 5px;
	
}
.navbar-inverse .dropdown-menu li a {
    color: #fff !important;
    font-weight: normal;
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.row.row-offcanvas.row-offcanvas-right {
    padding-top: 20px;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.ion-ios-arrow-right {
    right: 0;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.carousel-control {
    background: none !important;
    opacity: initial;
    color: #fff;
}
.ion-ios-arrow-left, .ion-ios-arrow-right {
    position: absolute;
    display: block;
    height: 36px;
    width: 36px;
    line-height: 38px;
    cursor: pointer;
    background: #00953A;
    color: #fff;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}
#myCarousel .carousel-indicators {
    bottom: 0;
    left: 0px;
    margin-left: 0px;
    width: 100%;
}

#myCarousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
     height: 100px; 
   /*  margin:5px; */
    width: 25%;
	
	margin: 0px 0 0 0 !important;
}

#myCarousel .carousel-indicators img {
    border: 1px solid #FFFFFF;
    float: left;
   /*  height: 44px; */
    left: 0;
   /*  width: 120px; */
}

#myCarousel .carousel-indicators .active img {
    border: 1px solid #3fc997;

}
.carousel-indicators {
	position: relative;
}
.carousel-caption {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    text-align: left;
    font-size: 20px;
    width: 100%;
    right: 10%;
    left: 0%;
    padding-left: 10px;
    padding-bottom: 30px;
    bottom:0;
}
.thumbnail .carousel-caption {
    width: 96%;
    overflow: hidden;
    padding-right: 10px;
    margin-left: 6px;
    margin-bottom: 10px;
}

.carousel-caption a{
	color: #fff;
	text-decoration:none;
}
@media (max-width: 480px) {
	
    .carousel-caption a, .carousel-caption h1 {
            font-size: 16px !important;
        }
}
.carousel-caption a:hover{
	color: #00953A;
	text-decoration:none;
}
.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #5cb85c;/*progress bar color*/
    width: 0;
    margin: 0 0 0 0;
    border: none;
    z-index: 11;
    position: relative;
}
.carousel-control{
	z-index: 11;
}
.main-title-outer {
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 10px;
	background:#fff;
}
.main-title{
    border-left: solid 2px #00953A;
    position: relative;
    z-index: 1;
    background-color: #00953A;
    float: left;
    margin: 0 5px;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
  /*   height: 36px */;
    line-height: 36px;
}
.main-title a {

    color: #fff;
}
.partners .img-thumbnail{
border:0px;

}	
.main-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    border-left: solid 4px #00953A;
    width: auto;
    margin-top: 0;
    min-height: 100%;
    z-index: 10;
}

.well {  
    
    padding-top: 50px;
}
.f-social {
    text-align: right;
   	float:right;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.f-social ul li {
    padding: 0;
}
.btm-sec .list-inline li a {
    padding-right: 4px;
    padding-left: 4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #3d566e;
}
.input-group-btn .btn-info{
     background-color: #00953A;
    border-color: #018635;
}
.input-group-btn .btn-info:hover {
       background-color: #00953A;
    border-color: #018635;
}
.f-social ul li a:hover {
	color: #3fc997;
	border-color: #3fc997;
}
.f-social a {
    margin: 0 5px;
    border: 1px solid #3d566e;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
}
.f-social ul li a span {
    font-size: 16px;
    line-height: 36px;
    width: 36px;
    height: 36px;
}
 .btn-circle {
    width: 20px;
    height: 20px;
    margin-left: 0px;
    margin-right: 10px;
    text-align: center;
    padding: 3px 0;
    font-size: 9px;
    line-height: 1.428571429;
    border-radius: 15px;
}
      .btn-circle.btn-xs {
       
        padding: 13px 13px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
      }
.ext-list .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    /*background-color:  #FBFBFB;*/
    /*border: 1px solid #ddd;*/
    /*border-left: #00953A;*/
    margin-bottom: 5px;
    
}
.study-details img {
    width: 100%;
    margin-top: 20px;
}
.btn-default.btn-block.btn-sm {
    background: #3d566e;    
	color:#fff
}
.datepicker-inline{
	width:auto !important;
}
th.datepicker-switch {
    color: #FF1D25;
}
th.next, th.prev {
    color: #FF1D25;
}
.datepicker table tr{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.datepicker-inline table.table-condensed {
    width: 100%;
}
.ext-list .list-group-item:first-child {
	margin-top:10px;
}
.ext-list .bmd-list-group-col, .list-group-item .bmd-list-group-col{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ext-list .label-default{
	background-color:#fff;
	color:#000;
}
.ext-list .text-muted{
    margin-right: 10px;
}
.article h2{
	color:#3d566e;
}
.icon {
    padding-right: 4px;
}
.sub-info-bordered div {
    display: inline-block;
}
.btn-success{
	  background: rgb(0, 149, 58);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(63, 201, 151);
}

.btn-danger {
	background-color: #ac2925;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
  
}
.btn-danger:hover {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background: rgb(61, 186, 141);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(61, 186, 141);
}
ul.nav.nav-tabs.nav-justified {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sub-info-bordered {
    font-size: 12px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 8px 0;
    margin-bottom: 10px;
}
.nav-tabs.nav-justified li {
    border-right: 1px solid rgb(255, 255, 255);
}
h4 {
    color: #3d566e;
    font-size: 14px;
    font-weight: bold;
}
.time {
    padding-right: 5px;
    display: inline-block;
}
.comments {
    display: inline-block;
}
.sponsored, .sponsored:focus {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #3d566e;
    margin: 5px 0 0 0;
    padding: 3px 0;
    font-size: 12px;
    white-space: nowrap;
}
.list-unstyled li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.nav-tabs li a {
    background-color: rgb(61, 86, 110);
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-right: 5px;
    padding-left: 5px;
    border-width: initial;
    border-style: none;
    border-color: initial;
	border-radius:0 !important;
}
.list-unstyled li a:hover .img-thumbnail {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(133, 213, 184);
}
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-width: initial;
    border-style: none;
    border-color: initial;
    background: #00953A !important;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background-color: rgb(63, 201, 151);
    color: rgb(255, 255, 255);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-width: initial;
    border-style: none;
    border-color: initial;
}
.pagination li a, .pagination li span {
	border: 1px solid #ededed !important;
}
.pagination li a:hover, .pagination li span:hover, .pagination li a:focus, .pagination li span:focus {
	background: #ededed;
	border: 1px soild #ededed;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #00953A;
    border: 1px solid #01752e !important;
}
.pagination > li > a, .pagination > li > span {
	color: #3d566e;
}
.page-header {
    padding-bottom: 9px;
    margin: 10px 0px 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.page-header h1 {
    display: inline-block;
}

.wrong-icon {
    font-size: 200px;
    color: #3d566e;
    border-top: 1px solid #ededed;
}
.search-container {
    background-color: #00953A;
    position: relative;
}
.toggle-search {
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    background: #00953A;
    padding: 5px 15px 0px;
	border-radius:0;
}
.search-container .container {
    background: #00953A;
}
.search-container input {
    background-color: #00953A;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: rgb(255, 255, 255);
    width: 100%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    padding: 1.875rem 0px;
}
::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}
.subscribe-info .form-control {
    width: 100%;
    padding-right: 35px;
}
.contact-row{
	color:#fff;
}
.subscribe-info form {
    position: relative;
}
footer {
    border-top: 3px solid #00953A;
    margin: 20px 0 0 0;
    background-color: #3d566e;
	position: absolute;
    width: 100%;
    
   
}
footer .top-sec {
    background-color: #3d566e;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .f-title {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 10px 0px;
}
.subscribe-info .form-control {
    width: 100%;
    padding-right: 35px;
}
.subscribe-info .btn {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    position: absolute;
    right: 0px;
    top: -5px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    background: none;
}
.subscribe-info .btn span {
    font-size: 24px;
}
.text-success {
    color: rgb(0, 149, 58);
}
.text-danger {
        color: #e74c3c;
}

.subscribe-info .btn span {
    font-size: 24px;
}
footer .container {
    background: #3D566E;
}

.callout {
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.callout-warning {
    border-left-color: #aa6708;
}
.callout-info {
    border-left-color: #ddd;
}
.callout-success {
    border-left-color: #00953A;
}
.callout-alert {
    border-left-color: #ff0000;
}
.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.callout-warning h4 {
    color: #aa6708;
}
.callout-alert h4 {
    color: #ff0000;
}
.sec-info.all h3 {

    min-height:90px;
}
.item.topic a h4 {
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}
.panel {
    margin-bottom: 20px;
    background-color: initial !important;
    border: 0;
}
.thumbnail {
   border: 1px solid #fff;
   padding:0px !important;
   margin-bottom:10px !important;
}
label.btn-sm.btn-success.active {
    border: 0px !important;
}
.btn-danger:hover {
      border-width: 0px;
}
ul.list-group.ext-list {
    min-height: 285px;
}
.btn-xs, .btn-group-xs > .btns {
    padding: 3px 5px !important;
    
}
.btn-success {
    border-width: 0px;
}
.sec-info h3 {
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
}
.time.label.label-danger.pull-right {
    font-size: 95%;
}
.item .col-xs-3 {
    height:300px;
    overflow:hidden;

}
div#myCarousel1 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
ul.nav.pull-right.languages{
     height: 50px;
    padding: 5px 0;
}
ul.nav.pull-right.languages li a {
       color: #fff;
       
}
ul.nav.pull-right.languages li a:hover {
    background:none;
    color: rgb(63, 201, 151);
   
}
ul.nav.col-xs.navbar-nav.text-uppercase {
    width: 80%;
}
ul.nav.pull-right.languages .open  a, ul.nav.pull-right.languages .nav .open  a:hover, ul.nav.pull-right.languages .nav .open  a:focus {
    background: none;
    color: rgb(63, 201, 151);
    border-color: #337ab7;
}
.sec-topic p {
    max-height: 100px;
    min-height: 100px;
}

/*/// Check boxes ///*/
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: inline-block;
  position: relative;
  padding-left: 20px !important;
  margin-bottom: 0px;
  cursor: pointer;
  /*font-size: 18px;*/
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: none;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: none;
}
.control input:checked ~ .control__indicator {
  background: none;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: none;
}
.control input:disabled ~ .control__indicator {
  background: none;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.brand-name h3 {
    font-family: Cambria, Georgia, serif;
    font-size: 21px;
    color: #00953a;
    text-align:left;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 24px;
    margin-top:5px;
    text-transform: uppercase;
}
article.study {
    display: inline-block;
}
.sidebar p {
    text-align: justify;
}
.update-nag {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    background-color: #f5f5f5;
    height: 40px;
    width: 100%;
    /*-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);*/
    margin-bottom: 10px;
}

    .update-nag:hover {
        background: #ededed;
       /*-webkit-box-shadow: 0 0.3px 0.3px 0 rgba(0,0,0,.2);
        box-shadow: 0 0.3px 0.3px 0 rgba(0,0,0,.2);*/
    }

    .update-nag > .update-split {
        background: #337ab7;
        width: 33px;
        float: left;
        color: #fff !important;
        height: 100%;
        text-align: center;
    }

        .update-nag > .update-split > .glyphicon {
            position: relative;
            top: calc(50% - 9px) !important; /* 50% - 3/4 of icon height */
        }

        .update-nag > .update-split.update-success {
            background: #5cb85c !important;
        }

        .update-nag > .update-split.update-danger {
            background: #d9534f !important;
        }

        .update-nag > .update-split.update-info {
            background: #00953A !important;
        }



    .update-nag > .update-text {
        line-height: 19px;
        padding-top: 11px;
        padding-left: 45px;
        padding-right: 20px;
        font-size:14px;
        font-weight:bold;
        color: #313131;
    }
.well-sm {
    padding-top:8px !important;
}
.label-warning a{
    color:#fff;
}
    .label-warning a:hover {
        font-size: 12px;
        transition: font-size 0.5s;
      
    }
.table > tbody > tr > td:first-child {
    color: #3e576f;
    font-weight: 600;
}
span.label.label-warning {
    margin-right: 5px;
}
.well.well-sm span {
    margin-bottom: 5px;
    display: inline-block;
    padding: 8px;
}
