﻿.updatefields div.col-md-4
{
    float:left
}
.c-sidebar__link.is-active {
    background-color: #23b8bd;
    -webkit-box-shadow: inset 3px 0 0 0 #23b8bd;
    box-shadow: inset 3px 0 0 0 #23b8bd;
}

#image-preview {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  background-color: #f2f4f7;
  background-size:150px 150px;
  color: #ecf0f1;
  border-radius:100px;
  border:1px solid lightgrey;
  margin: auto;
}

#image-preview input {
  line-height: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview input:hover {
  cursor:pointer;
}


#image-preview label {
     position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 100px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    /* text-transform: uppercase; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}


.station-boards .col-sm-3
{
    margin-top:30px;
}
.setclassactive
{
    color:black;
    font-weight:bold
}

.choice-limites
{
    margin-left:0px;
    margin-top:10px;
}

.c-input
{
    padding:8px 8px;
}
.c-field__label
{
    margin:0px
}
.c-plans
{
    padding:15px 0px 0px;
}
.c-plans__close
{
    top:7px;
    right:7px;
}


.c-field.has-addon-right > .c-field__addon
{
    cursor:pointer;
}
.c-btn
{
    padding:7px 15px;
}
.nopadding{
    padding:0px;
}
.customselector
{
    width:100%;
    padding:8px;
    border-radius:4px;
    border:1px solid #dfe3e9;
}
#divusers .c-search-result
{
    padding:10px;
}
#divusers .c-search-result .c-btn
{
    padding:1px 5px;
}
#divusers .c-search-result__actionlist
{
    position: absolute;
    top: 3px;
    right: 3px;
}
#divboards .c-search-result
{
   padding: 10px 10px 0px 10px;
    margin-bottom:10px;
}

#divboards .c-search-result .c-btn
{
    padding:1px 5px;
}
#divboards .c-search-result__actionlist
{
    position: absolute;
    top: 3px;
    right: 11px;
}

#divboards .c-progress
{
        height: 5px;
    margin: 0px 5px;
}

#divstations .c-plan
{
     padding: 24px 10px 0px;
    margin-bottom:10px;
}
#divstations .c-progress
{
        height: 4px;
    margin: 0px 5px;
}
#divboardsdetail .u-p-medium
{
    padding:10px 8px 0px 8px !important
}
#divboardsdetail .c-progress
{
        height: 6px;
    margin: 0px 7px;
}
#divboardsdetail .u-mt-medium
{
    margin-top:5px !important;
}
#divboardsdetail .u-mb-small
{
    margin-bottom:5px !important
}
#divboardsdetail .c-avatar--large .c-avatar__img
{
    width:125px;
    height:125px;
}

.c-summary {
    position: relative;
    padding: 0 0 0px 40px;
}


.c-btn--success {
    background: #2bd5de;
    background: -webkit-gradient(linear, left top, left bottom, from(#23b8bd), to(#23b8bd));
    background: linear-gradient(to bottom, #2bd5de, #23b8bd);
    border-color: #2bd5de;
}
.c-btn--success:hover {
    background: #38999E;
    background: -webkit-gradient(linear, left top, left bottom, from(#38999E), to(#338c90));
    background: linear-gradient(to bottom, #38999E, #338c90);
}
.c-btn--info {
    background: #2bd5de;
    background: -webkit-gradient(linear, left top, left bottom, from(#23b8bd), to(#23b8bd));
    background: linear-gradient(to bottom, #2bd5de, #23b8bd);
    border-color: #2bd5de;
}

.c-btn--info:hover {
    background: #1a98f7;
    background: linear-gradient(180deg,#38999E,#338c90);
}
.c-btn--green {
    background: #2bd5de;
    background: -webkit-gradient(linear, left top, left bottom, from(#23b8bd), to(#23b8bd));
    background: linear-gradient(to bottom, #2bd5de, #23b8bd);
    border-color: #2bd5de;
}

.c-btn--green:hover {
    background: #1a98f7;
    background: linear-gradient(180deg,#38999E,#338c90);
}

.c-choice--radio .c-choice__input:checked + .c-choice__label::before {
    border: 4px solid #38999E;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #38999E;
    box-shadow: 0 0 0 1px #38999E;
}
.c-btn--secondary {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f4f7));
    background: linear-gradient(to bottom, #fff, #f2f4f7);
    border-color: #dfe3e9;
    color: #4dd1d7  !important;
}
.c-notification__number {
    background-color: #338c90;
}
.c-sidebar__brand-img
{
    height:28px;
}
    .c-error
    {
        left:60%;
    }
    .c-error__icon {
   
    background: #38999E;
    background: -webkit-gradient(linear, left top, left bottom, from(#38999E), to(#338c90));
    background: linear-gradient(to bottom, #38999E, #338c90);
}
    .c-btn--info:focus {
    background: #38999E;
    background: linear-gradient(180deg,#38999E,#338c90);
}
    .c-search-result__meta
    {
        font-weight:700
    }

@media (min-width: 1200px) {
    .container {
        max-width:100%;
    }
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
#divboards .c-search-result__action
{
    margin-top:-7px
}

.station-boards .boardname{
    display:inline-block;
    width:180px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}

/*Side bar menu css*/

.c-sidebar {
    position: relative;
    height: 100%;
    margin: 0;
    padding-bottom: 1.875rem;
    background-color: #4dd1d7;
    overflow: auto;
    z-index: 200;
}
.c-sidebar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 30px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    color: white;
    font-size: .875rem;
}
.c-sidebar__link .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;
}
.c-sidebar__title {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 30px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
.c-sidebar__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding-left: 1.875rem;
    border-bottom: 1px solid #ffffff;
    color: #e6eaee;
    font-size: 16px;
    vertical-align: middle;
}
.c-badge--info {
    background-color: #4dd1d7;
}
.c-badge--success {
    background-color: #338c90;
}
.c-badge--primary {
    background-color: #c31515;
}

   /*safari*/ 

   span.c-field__addon
   {
       padding:5px;
   }
   .c-search-result__title {
margin-bottom: 0;
font-size: 13px;
}