.imageLogo{
    width: 100%;
    margin-top: 15px;
    max-width: 100px;
}

.small-box h3 {
font-size: 25px;
}

.small-box .icon {
font-size: 50px;
bottom: 5px;
right: 15px;
}

.small-box:hover .icon {font-size: 50px!important;animatione-name:none!important;-webkit-animation-name:none!important;}

.tbl-box{width: 100%;overflow:auto;}

.user-panel .image i{
font-size: 45px;
color: #00C0EF;
}

.tbl-box .dropdown-menu{left: auto;right: 0;}

.tbl-box table.table{margin-bottom: 200px!important;}

.header .logo {
  float: left;
  font-style: normal!important;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  width: 220px;
  font-family: sans-serif!important;
  font-weight: 500;
  font-weight: bold!important;
  height: 50px;
  display: block;
}

@-moz-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@-o-keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}
@keyframes ld {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';

    display: inline-block;

    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;

    box-sizing: border-box;

    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;

    width: 24px;
    height: 24px;

    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation:    ld 1s ease-in-out infinite;
    -o-animation:      ld 1s ease-in-out infinite;
    animation:         ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;

    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;

    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;

    width: 14px;
    height: 14px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.info-box-content{
    padding:5px 10px;
    margin-left:90px
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px
}

.info-box:hover{
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.info-box small {
    font-size: 14px
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px
}

.info-box .progress, .info-box .progress .progress-bar {
    border-radius: 0
}

.info-box .progress .progress-bar {
    background: #fff
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-icon>img {
    width: 100%;
    vertical-align: top;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px
}

.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.providers-column{
    overflow: hidden;
    height: 62vh;
    outline: none;
    padding: 10px;
    background: #E2E4E6;
    border-radius: 4px;
    border: 2px solid #E2E4E6;
}

.over{
    border: 2px dashed #B7AFAF;
    background: #eee;
}

.over-block{
    min-height: 90px;
    border: 2px dashed #B7AFAF;
    background: #eee;
    margin-bottom: 15px
}

@media (min-width: 1200px){
    .col-providers{
        width: 20% !important;
    }
}

@media (min-width:1070px) and (max-width: 1370px){
    .info-box > .info-box-icon{
        width: 100%;
        height: 130px;
    }

    .status_ball{
        margin-top: -80px;
    }

    .info-box-content{
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width:1730px) {
    .col-providers {
        width: 20% !important;
    }
}

.box-header::before, .box-body::before, .box-footer::before, .box-header::after, .box-body::after, .box-footer::after {
    content: " ";
    display: table;
}

.loading{
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    position: absolute;;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading.hide{
    display: none;
}

.loading > .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box_providers_container{
    background: transparent;
    box-shadow: none;
    border-top:none;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

.paginating{
    padding: 1em;
    text-align: center;
    display: none;
}

.btn-success-yet{
    background: #fdb913;
    color:#fff;
    box-shadow: -1px 2px 2px #888888;
    padding: 10px 20px;
}

#nav-funnel.nav-tabs-custom{
    box-shadow: none;
}

#nav-funnel.nav-tabs-custom > .nav-tabs{
    width: 310px;
    /*margin: 0 auto;*/
    border-bottom: none;
}

#nav-funnel.nav-tabs-custom > .nav-tabs > li{
    border:none;
}

#nav-funnel.nav-tabs-custom > .nav-tabs > li > a:hover > i{
    background: #7d7676;
}


#nav-funnel.nav-tabs-custom > .nav-tabs > li > a > i{
    font-size: 1.6em;
    color: #fff;
    background: #BFB9B9;
    padding: 7px;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    clear: both;
    text-align: center;
}

#nav-funnel.nav-tabs-custom > .nav-tabs > li.active > a {
  border:none;
}

#nav-funnel.nav-tabs-custom > .nav-tabs > li.active > a > i{
    background: #d58512;
    color: #fff;
}

#nav-funnel.nav-tabs-custom > .nav-tabs > li.active{
    border-top: none;
}

.timeline > li > .timeline-item > .value-in {
    color: #00a65a;
    float: right;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.timeline > li > .timeline-item > .value-out {
    color: #f5695c;
    float: right;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.timeline > li > .timeline-item > .item-desc {
    font-size: 15px;
    min-height: 20px;
}

.timeline > li > .timeline-item > .hour {
    color: #999;
    float: left;
    margin: 0 10px 0 0;
}

.status_ball{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 4px;
    position: relative;
    float: right;
}

.label_right{
    position: absolute ;
    right: 13px;
}

.page-header{
    color: #999898;
    border-bottom:none;
}

.page-header > i{
    margin-right: 5px;

}


.form-auto-edit{
    width: 100%;
    border: 0;
    background: #efefef;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
}

.form-auto-edit:focus{
    background:#eee;
}
