/****** Left menu *******/
.logo {
    padding: 10px 0 20px 15px;
}

.language {
    padding: 15px 0 10px 0px;
    font-size: 1.2rem;
    margin-left: -20px;
}

.top-menu > div {
    padding: 10px 10px 10px 0px;
}

a.darkbg {
    color: #64B5F6;
}

.btn-neonb {
    background-color: #64B5F6;
    border-color: #64B5F6;
    color: #fff;
}

.contrast , .zooming{
    padding-top: 10px;
}

.zooming {
    width: 200px;
    margin-left: 20px;
}

.contrast a.yyellow{
    background: #ffeb3b;
    color: #222222;
    padding: 0 10px 0 10px;
    line-height: 20px;
    font-size: 1.4rem;
    border: 1px solid #212121;
}

.contrast a.blacky{
    background: #222222;
    color: #ffeb3b;
    padding: 0 10px 0 10px;
    line-height: 20px;
    font-size: 1.4rem;
    border: 1px solid #b0b0b0;
}

.contrast a.whiteb{
    background: #ffffff;
    color: #1A237E;
    padding: 0 10px 0 10px;
    line-height: 20px;
    font-size: 1.4rem;
}
.contrast a.whiteblack{
    background: #ffffff;
    color: #212121;
    padding: 0 10px 0 10px;
    line-height: 20px;
    font-size: 1.4rem;
    text-decoration: none !important;
}

.contrast a.bluew{
    background: #1A237E;
    color: #ffffff;
    padding: 0 10px 0 10px;
    line-height: 20px;
    font-size: 1.4rem
}

.language ul li {
    display: inline;
    color: #64B5F6;
}

.language ul li a{
    color: #64B5F6;
}

.language ul li a:hover,
.language ul li a.active{
    color: #ffffff;
}

.page-sidebar .page-sidebar-menu > li.active > a > .home-selected {
    border-right: 12px solid #333333;
    border-right-width: 12px;
    border-right-style: solid;
    border-right-color: rgba(0, 0, 0, 0.9);
}

/********* Homepage ********/

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
}

.hi-icon-wrap h3 a{
    font-weight: 600;
    text-decoration: none;
}

.hi-icon {
    display: inline-block;
    font-size: 1.2rem;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #333;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: Simple-Line-Icons;
    speak: none;
    font-size: 4.8rem;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
    background: rgba(66,66,66,0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #333;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    text-decoration:none;
}

.hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

hr.small-line  {
    border-top: 2px solid #FF9800;
    border-bottom: 3px solid #FF9800;
    width: 11%;
    margin-left: 45%;
}

.grid-footer {
    background-color: #3F51B5;
    color: #fff;
    margin-top: -20px;
    padding: 15px 0 15px 0;
}

.grid-footer a {
    color: #fff;
}

.grid-footer.sec1 {
    background-color: #FF9800;
}
.grid-footer.sec2 {
    background-color: #FB8C00;
}
.grid-footer.sec3 {
    background-color: #F57C00;
}

.grid-footer h3,
.grid-footer h4 {
    font-weight: 600;
}

.stories-cont .col-lg-4,
.stories-cont .col-md-4 {
padding-left: 0px;
    padding-right: 0px;
}

.stories-cont .photo img{
    background-image:
    linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
    );
}

.margin-left-10 {
    margin-left: 10px;
}
.margin-left-5 {
    margin-left: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

/********  Page inner ***********/

.page-breadcrumb li a {

    text-decoration: none;
}

.icare-green {
    color: #00C853;
}

.icare-red {
    color: #F44336;
}

.form-wizard .steps > li.active > a.step .number {
    background-color: #FF9800;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}

.form-wizard .steps > li > a.step > .number {
    font-size: 1.8rem;
    font-weight: 600;
}

.progress-bar-warning {
    background-color: #FF9800;
}

.form-wizard .steps > li.active > a.step .desc {
    font-weight: 600;
    font-size: 1.8rem;
}

.form-wizard .steps > li > a.step > .desc {
    font-weight: 600;
    font-weight: 18px;
}

.register-coop label {
    font-size: 1.6rem;
}

.iorange {
    color: #fff;
    background-color: #FF9800;
    border-color: #FF9800;
}

.font-icare-orange {
    color: #F57C00;
}

.nav-tabs {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.upload-cover {
 position: relative;
 padding-top: 150px;
}

/********** Service card ************/

.mt-widget-1 {
    border: 1px solid #e7ecf1;
    text-align: center;
    position: relative;
}

.mt-widget-1 .mt-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 7px;
    font-size: 2.5rem;
}

.mt-widget-1 .mt-icon > a > i {
    color: #a1e5e1;
}

.mt-widget-1 .mt-img img {
    display: inline-block;
    border-radius: 50% !important;
    border: 4px solid #e7ecf1;
    margin: 40px 0 20px;

}

.mt-widget-1 .mt-body .mt-username {
    text-align: center;
    margin: 5px 10px;
    font-weight: 600;
    font-size: 1.7rem;
}

.mt-widget-1 .mt-body .mt-user-title {
    text-align: center;
    margin: 10px;
    color: #666;
    font-size: 1.4rem;
}

.mt-widget-1 .mt-body .mt-stats {
    margin: 30px 0 0;
}

.mt-widget-1 .mt-body .mt-stats .btn-group {
    border-top: 1px solid #e7ecf1;
}

/********* Map card **********/
.mt-widget-2 {
    border: 1px solid #e7ecf1;
    position: relative;
}

.mt-widget-2 .mt-head ,
.mt-widget-2 .mt-head-services {
    position: absolute;
    width: 100%;
    background-size: 100% 100%;
}
.mt-widget-2 .overlay-fade  {
    height: 50px;
    position: relative;
    padding-top: 30px ;
    background-color: rgba(0,0,0,0.5);
}
.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img {
    position: relative;
    float: left;
    margin: 125px 32px 18px 0;
    margin-left: 70%;
}

.mt-widget-2 .mt-head-services .mt-head-user .mt-head-user-img {
    position: relative;
    float: left;
    margin: 15px 0 15px 15px;
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-img > img ,
.mt-widget-2 .mt-head-services .mt-head-user .mt-head-user-img > img {
    width: 65px;
    border-radius: 50% !important;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
}

.mt-widget-2 .mt-body {
    padding-top: 80px;
    /*text-align: center;*/
}

.mt-widget-2 .mt-body .mt-body-services {
    padding-top: 50px;
    /*text-align: center;*/
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info {
    margin: 175px 0 0 -9px;
    color: #fff;
    display: inline-block;
}

.mt-widget-2 .mt-head-services .mt-head-user .mt-head-user-info {
    margin: 20px 0 10px 0px;
    color: #212121;
    display: inline-block;
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info {
    color: #212121;
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-name {
    display: block;
    font-size: 1.5rem;
}

.mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time {
    font-size: 1.3rem;
    display: block;
}


.mt-widget-2 .mt-body .mt-body-title {
    margin-top: 110px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 1.6rem;
}

.mt-widget-2 .mt-body .mt-body-description {
    margin-top: 5px;
    display: inline-block;
    color: #666;
    font-size: 1.3rem;
    padding: 0 10px 0 10px;
}



.mt-widget-2 .mt-body .mt-body-actions {
    border-top: 1px solid #e7ecf1;
}

.mt-widget-2 .mt-body .mt-services {
    margin-top: 5px;
    display: inline-block;
    color: #666;
    font-size: 1.3rem;
    margin-left: 10px;
    margin-right: 10px;
}



/********* Footer **********/
.page-prefooter,
.page-footer
{
    margin: 0 -20px 0 -20px;
    padding: 0 20px 0 20px;

}

.page-prefooter {
 border-bottom: 1px solid #9E9E9E;
 /* position: absolute;*/
}

.page-footer {
    padding-top: 15px;
    text-align: center;
    /*position: absolute;
    bottom: 0;*/
}



/******* Form Control*****/

.form-control {
    border-radius: 1px;
}

.select2-container--bootstrap .select2-results__group {
    font-size: 1.5rem!important;
}

.select2-container--bootstrap .select2-results__option .select2-results__option{
    font-size: 1.3rem;
}

/******* Buttons *******/

.btn.icare-blue {
    font-size: 1.4rem;
    border-radius: 1px;
    border-width: 2px !important;
}

.btn.icare-blue-outline {
    font-size: 1.4rem;
    border-radius: 1px;
    border-width: 2px !important;
}

.btn.icare-default-outline {
    font-size: 1.4rem;
    border-radius: 1px;
    border-width: 2px !important;
}

.btn.icare-blue-sm {
    font-size: 1.2rem;
    border-radius: 1px;
    padding: 5px 10px 5px 10px;
}

.btn.icare-orange-sm {
    font-size: 1.2rem;
    border-radius: 1px;
    padding: 5px 10px 5px 10px;
}

.btn.icare-orange {
    font-size: 1.4rem;
    border-radius: 1px;
    border-width: 2px !important;
}

.btn.icare-orange-outline {
    font-size: 1.4rem;
    border-radius: 1px;
    border-width: 2px !important;
}


.btn.icare-default {
    font-size: 1.4rem;
    border-radius: 1px;
    border-width: 2px !important;
}


.btn-group .week .btn {
    margin-right: 5px !important;
}

/******** Map *********/

#map {
    height: 900px;
    margin-left: -20px;
    margin-right: -20px;

}


/****** Profile ********/


.profile ul.profile-nav img.coverpic-bordered {
    border: 2px solid #BDBDBD;
    background-color: #FFFFFF;
}

.profile-userpic.coop img{
    border: 1px solid #E0E0E0;
}

.portlet-shading {
    border-color: #ddd;
    border: 1px solid transparent;
    border-radius: 3px;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    box-shadow: 0 1px 1px rgba(0,0,0,.5);*/
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);;
}

.service-row {
    padding: 15px 15px 15px 15px;
    margin-bottom: 5px;
}

.general-item-list > .item > .item-head > .item-details {
    width: 60%;
}

.general-item-list > .item > .item-head > .item-details > .item-pic
{
    margin-right: 5px;
    float: left;
    vertical-align: top;
}

.center {
   text-align: center;
}

.chapter h4,
.chapter h5{
 font-weight: 600;
    padding-top: 10px;
}

.topic.active {
    /*text-decoration: underline;*/
}
.topic.active h5 {
    border: 1px solid #555555;
    padding: 5px 5px 5px 5px;
}
.topic h5 {
    font-weight: bold;
}

/* Custom nested radiogroup/checboxgroup sections */
.form-control-radiogroup {
  overflow: auto;
  height:200px;
}

.form-control-radiogroup .checkbox, .form-control-radiogroup .radio {
  padding-top: 0px;
  min-height: 10px;
}

.form-control .main-list-entry {
  margin: 5px 0;
  text-transform: uppercase !important;
}

.form-control .sub-list-entry {
  margin-left: 10px;
}

.form-horizontal .radio > span{
  margin-top: 0px;
}

.search-top-bar {
    color: #E0E0E0;
    background-color: #212121;
}
.portlet.search-results {
    margin-bottom: 10px !important;
}

.search-main-chapter{
  text-transform: uppercase !important;
  margin: 10px 0;
}


.search-content-1 .search-container > ul .search-item > .search-content > .search-title {
    margin: 0 0 10px 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.padding-10 {
    padding: 0 !important;
    margin: 0 10px 10px 0 !important;
}

.service.col-md-4 {
    width: 30.0% !important;
}

.search-content-1 .search-container > ul .search-item > a > img
{
    width: 150px;
}


.search-item  img.member
{
    width: 80px;
}

.search-page .search-filter {
    padding: 0px 0px 0 0px;
    margin-bottom: 30px;
}

/******** FONTS ********/

.font-redg {
    color: #BF360C;
}

/* Image Cropping */
.fileinput-new.thumbnail {
  padding:0px!important;
}
.thumbnail-crop-preview {
  padding: 0px!important;
  overflow: hidden;
}
.thumbnail-crop-preview img {
  max-width: none!important;
  max-height: none!important;
}

.jcrop-handle {
  width:20px;
  height: 20px;
  background-color: #32A8DC;
  border: none;
  opacity: 1!important;
}
.jcrop-handle.ord-n {
  margin-top: -10px;
}
.jcrop-handle.ord-s {
  margin-bottom: -10px;
}
.jcrop-handle.ord-e {
  margin-right: -10px;
}
.jcrop-handle.ord-w {
  margin-left: -10px;
}
.jcrop-handle.ord-nw {
  margin-left: -10px;
  margin-top: -10px;
}
.jcrop-handle.ord-ne {
  margin-top: -10px;
  margin-right: -10px;
}
.jcrop-handle.ord-se {
  margin-right: -10px;
  margin-bottom: -10px;
}
.jcrop-handle.ord-sw {
  margin-bottom: -10px;
  margin-left: -10px;
}

.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
  height:20px;
}
.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
  width:20px;
}

.jcrop-hline, .jcrop-vline {
  background-image: none;
  background-color: #32A8DC;
  border: 1px solid #32A8DC;
}
/*********** Task management*********/

#taskTable td {
    vertical-align: middle;
}


.task.description {
    font-size: 1.2rem;
    color: #555;
}

.task.time {
    font-size: 1.3rem;
}

.task.service {
    font-size: 1.3rem;
    font-weight: bold;
}

/* Messages */


.table-messages th {
  font-weight: 700;
  background: none!important;
  border-bottom: 2px solid black!important;
}

/*.inbox .inbox-view-info {
  border-top: none!important;
  border-bottom: solid 2px #eee!important;
  margin-top: 5px!important;
}*/
.table-messages tr {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

.table-messages a{
    text-decoration: none;
    color: #212121;
}

.table-messages tr.material-shade:hover {
    /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
    box-shadow: 0 10px 14px rgba(0,0,0,.2),0 4px 15px rgba(0,0,0,.2);

}
.table-messages td.icon i {
  font-size: 2.4rem;
  vertical-align: middle;
}
.post.in .avatar {
    float: left;
    margin-right: 10px;
}

.post.out .avatar {
    float: right;
    margin-left: 10px;
    margin-right: 5px;
}


.img-circle.avatar {
    width: 35px;
}

.img-circle.avatar-xs {
    width: 32px;
}

.post {
    transition: display .3s;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 1.4rem;
}

.post .datetime, .post .name {
    font-size: 1.35rem;
    font-weight: 300;
}

.post .body {
    display: block;
}

.post.in .message .arrow {
    display: block;
    position: absolute;
    top: 9px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right-width: 6px;
    border-right-style: solid;
    border-right-color: #EEEEEE;
}

.post.out .message .arrow {
    display: block;
    position: absolute;
    top: 9px;
    right: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #90CAF9;
}

.post.out .message {
    position: relative;
    margin-right: 50px;
    text-align: right;

}

.post.in .message {
    position: relative;
    text-align: left;
    margin-left: 45px;

}

.post .message {
    display: block;
    padding: 5px;
    position: relative;
    font-size: 1.6rem;
    border-radius: 4px;
}

.popover-content {
    font-size: 1.3rem;

}

.word-wrap {
    max-width: 80em;
    word-wrap: break-word;
}


.ul-no-bullets {
    list-style-type: none;
}

.page-sidebar .page-sidebar-menu > li.heading > h3,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading > h3 {
    padding-bottom: 0.5em;
}