/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}

.tab-pane-text {
    font-size: 16px;
}

.top-buffer {
    margin-top:20px;
}

.top-buffer-15 {
    margin-top:15px;
}

.top-buffer-sm {
    margin-top:5px;
}

.bottom-buffer-15 {
    margin-bottom:15px;
}

.bottom-buffer-5 {
    margin-top:5px;
}

.fixed-panel {
  min-height: 546;
  max-height: 546;
}

.text-left {
  align: left;
}

.text-right {
  align: right;
}

.text-center {
  align: center;
}

.list-group-item-custom {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #EBF5FB;
}

.carousel-control.left.custom {
  background-image: -webkit-linear-gradient(left, rgba(19, 72, 222, 0.5) 0%, rgba(19, 72, 222, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(19, 72, 222, 0.5) 0%, rgba(19, 72, 222, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(19, 72, 222, 0.5) 0%, rgba(19, 72, 222, 0.0001) 100%);
}
.carousel-control.right.custom {
  background-image: -webkit-linear-gradient(left, rgba(19, 72, 222, 0.0001) 0%, rgba(19, 72, 222, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(19, 72, 222, 0.0001) 0%, rgba(19, 72, 222, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(19, 72, 222, 0.0001) 0%, rgba(19, 72, 222, 0.5) 100%);
 }
 .page-header, h2 {
    color: #D86422;
 }

 .page-header, h3 {
   color: #2a7fb8;
 }

 .navbar-brand-custom {
   padding: 5px 5px;
 }

 .foa-style {
    width: 600px
 }

 @media (max-width: 969px) {
     .navbar-header {
         float: none;
     }
     .navbar-left,.navbar-right {
         float: none !important;
     }
     .navbar-toggle {
         display: block;
     }
     .navbar-collapse {
         border-top: 1px solid transparent;
         box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
     }
     .navbar-fixed-top {
 		top: 0;
 		border-width: 0 0 1px;
 	}
     .navbar-collapse.collapse {
         display: none!important;
     }
     .navbar-nav {
         float: none!important;
 		margin-top: 7.5px;
 	}
 	.navbar-nav>li {
         float: none;
     }
     .navbar-nav>li>a {
         padding-top: 10px;
         padding-bottom: 10px;
     }
     .collapse.in{
   		display:block !important;
 	}
 }

 .center-text{
    text-align:center
 }

 .row-same-size {
   display: flex; /* equal height of the children */
 }

 .col-eq-ht-child {
   flex: 1; /* additionally, equal width */

   padding: 1em;
   border: solid;
 }

 .country-title-background {
    background-color: #DCEEFC; /** #ebf5fb  **/
 }

.article-divider {
  display: block;
  padding: 0 !important;
  height: 16px !important;
  border-bottom: 1px solid #f3eded;
  margin: 0 15px 0 15px;
  clear: both;
  padding-bottom: 3px;
}

.topics-sec-item-img-main {
  vertical-align: middle;
}

.loading-message {
  margin: 2rem;
}

body.done .spinner-grow { display:none; }
body.done .spinner-text { display:none; }
body.done .loading-message { display: none; }

.text-yellow {
  color:#ffc236;
}

.text-green {
  color:#00b49b;
}

.text-blue {
  color:#1e7fb8;
}

.text-red {
  color:#e51d64;
}

body.modal-open {
  overflow: visible;
}
/**
.clean-checkbox-label, label {
  margin-top: 6px;
}
**/