/**
 *
 * Apply Here your Custom CSS
 *
*/

body.modal-open {
    width: 100%;
    overflow: visible;
    position: fixed;
}

.flex-row{
  display: flex;
}

.p-0{
  padding: 0!important;
}

.m-0{
  margin: 0!important;
}

.inline-form-groups .form-group{
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  min-width: 60px;
}

.step-wrap{
  background-color: #f3f4f6;
  width: 0;
  flex: 1 1 0;
  padding: 5px;
  border-radius: 5px;
}
.step-wrap h3{
  margin: 0;
  color: #5e6c84;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
}
.step-wrap:not(:first-child){
  margin-left: 5px;
}

.amostra-card{
  font-size: 14px;
  margin: 0;
  padding: 10px 5px;
  background-color: #fff;
  border-radius: 5px;
  color: #172B4D;
  box-shadow: rgba(23,43,77,0.2) 0px 1px 1px 0px ,0 0 1px rgba(23,43,77,0.2);
  position: relative;
  transition: background-color 140ms ease-in-out 0s, color 140ms ease-in-out 0s;
}


.amostra-card .text-danger{
  color: #cc2424!important;
}

.amostra-card:hover{
  background-color: #F9FaFc;
  box-shadow: rgba(23,43,77,0.4) 0px 1px 1px 0px ,0 0 1px rgba(23,43,77,0.4);
}

.amostra-card.warning{
  border:1px dashed #cc2424;
}


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

.btn.btn-text-danger{
  color: #cc2424;
}

.dropdown-menu.menu-left li{
  padding: 3px;
  border-bottom: 1px solid #dadada;
}

.dropdown-menu.menu-left li a.btn{
  margin: 0;
}

.amostra-card .amostra-delete{
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
}
.amostra-card .amostra-delete .btn{
  transition: all 140ms;
}

.amostra-card:hover .amostra-delete{
  opacity: 1;
}

.amostra-card span{
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.amostra-card span:not(:last-child){
  margin-bottom: 5px;
}

.amostra-card .amostra-name{
  font-size: 13px;
}

.amostra-card .amostra-info{
  font-size: 11px;
  text-transform: capitalize;
}

.amostra-card .amostra-date{
  color: #0d182c;
  font-size: 10px;
}

.amostra-card:not(:last-child){
  margin-bottom: 5px;
}


.amostra-card div.comprovante{
  position: relative;
  border-radius: 5px;
  background-color: #999;
  margin-bottom: 5px;
  max-width: 250px;
}

.amostra-card div.comprovante::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.amostra-card div.comprovante img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}


/* NEW ANALISE MODAL */
.modal-dialog.loading{
    background-color:#333;
}

.modal-dialog.loading:after{
    color: #fff;
    content: "Aguarde...";
}

html, body {
  overflow-x: hidden;
}

button:focus, a:focus {
    outline: 0;
}

.nav-tabs > li > a {
  transition: background-color .2s;
}


.fake-nav-tabs > li > a {
  transition: background-color .2s;
}

.nav > li > a:hover, .nav > li > a:focus {
  color: #373e4a;
}

a:hover {
    color: #888;
}

div.tons-pie{
    height: 300px;
    width:550px ;
}

a.umobi {
  float: right;
  text-align: right;
  display: block;
  padding: 0;
  margin: 0;
}

.leira-status-label{
    position: absolute;
    left: 10px;
    top: 5px;
    display: inline;
    width: auto;
    color: #fff;
}

.label.label-custom{
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
    background-color: rgba(50,50,50,.2);
    margin: 3px;
    display: inline-block;
}


.umobi svg {
  width: 40px;
  height: 40px;
  transition: all 1s;
  border-radius: 40px;
  padding: 2px;
}

.umobi svg:hover {
  opacity: 0.5;
}

.umobi svg #logo-umobi {
  fill:#303641;
}

footer.main p {
  display: inline-block;
  margin-top: 15px;

}

.page-container .sidebar-menu .logo-env {
	width: auto;
	height:190px;
    padding: 30px auto;
	text-align:center;
	position:relative;
    background: #fff;
    -webkit-box-shadow:inset -1px 0 0 0 #eee;
    box-shadow:inset -1px 0 0 0 #eee;
}

.page-container .sidebar-menu .logo-env div.logo {
    z-index: 2;
    position: absolute;
    background: #fff;
}

.page-container .sidebar-menu .logo-env > div.sidebar-collapse {
    position: absolute !important;
    top: 80px !important;
    right: 10px !important;
    z-index: 1;
}

.sidebar-collapse a , .sidebar-mobile-menu a {
    border-color:#d9d9d9 !important;
    background:#fff !important;
}
/*
.sidebar-collapse a:hover, .sidebar-mobile-menu a:hover {
    opacity: 0.8;
}*/
.sidebar-collapse .entypo-menu, .sidebar-mobile-menu .entypo-menu {
    color: #d9d9d9;
    text-shadow: none !important;
}


/* LOGO VERSÃO MOBILE */

@media (max-width: 767px) {
    .page-container .sidebar-menu .logo-env {
        height:160px;
        background: #fff;
        -webkit-box-shadow:inset 0 -1px 0 0 #EEE;
        box-shadow:inset 0 -1px 0 0 #EEE;
    }

    .page-container .sidebar-menu .logo-env div.logo {
        width: 190px !important;
        z-index: 2;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    div.sidebar-mobile-menu {
        position: absolute !important;
        top: 60px !important;
        right: 10px !important;
        z-index: 1;
    }
}

/* LOGIN */

.login-page .login-header {
	background:#fff;
}

.login-page .login-form {
}

.login-page .login-header.login-caret:after {
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: #fff transparent transparent transparent;
    bottom: -13px;
    -moz-transition: all 550ms eassetsase-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}
.login-page {
  min-height: 100vh;
  height: 100%;
  position: relative;
}

.login-page .login-bottom-links {
  padding-top:0;
  padding-bottom: 60px;
}

.login-page footer {
  width: calc(100% - 40px);
  margin: 40px 0 0 0;
  padding: 10px 0;
  position: absolute;;
  left: 20px;
  bottom:0;
  border-top: rgba(255,255,255,.1) solid 1px;
}

.login-page footer p {
  color: #fff;
}

.login-page .umobi svg #logo-umobi {
  fill:rgba(255,255,255,.2);
}
/* PROFILE */

.breadcrumb > .active {
    color: #737881;
    font-weight: normal;
}

@media (max-width: 767px) {
    .avatar {
        width: 100%;
        float: left;
    }
}

/* MESSAGE */


@media (min-width: 767px) {

.mail-env .mail-sidebar {
    min-height: 821px;
}
}

/* USERS */

#search-users {
    width: 59%;
    float: left;
}


#novo-colab {
    width: 40%;
    margin-top: 10px;
    margin-left: 1%;
    float: right;

}


@media (max-width: 768px) {
    #search-users {
        width: 100%;
        margin-top: 0px;
    }

    #novo-colab {
        width: 100%;
        margin-left: 0;
    }
}

#header-colab {
    padding-top: 1px;
    padding-bottom:1px;
    margin-top:-1px;
    margin-left: -15px;
    margin-bottom: 25px;
}

/* NAV-TOP BUTTONS */

#title-left {
    margin-bottom: 20px;
}

#title-left h2 {
    margin-top: 10px;
}

#title-left h5 {
    font-size: 21px;
}

#button-right {
    float: right;
    margin: 0;
}

@media (max-width: 1024px) {
    #title-left {
        width: 50%;
        float: left;
    }

    #button-right {
        width: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #title-left {
        width: 100%;
        float: left;
    }
    #button-right {
        width: 100%;
        margin-top: -20px;
        margin-bottom: 20px;
    }
}

/* PROFILE TABS */

#box {
    padding-left: 0;
    padding-right: 0;
}

#box h3 {
    /*margin-left: -15px;*/
}

/* APROVAÇÃO */

#box .comments-env h3 {
     margin-left: 0;
}

.comments-list > li .comment-details .comment-footer .action-links .decline {
    color: #f8c200;
}

/* TABS */

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

.fake-nav-tabs {
  border-bottom: 1px solid #ebebeb;
  margin-top: 20px;
  margin-bottom: 10px;
}

.fake-nav-tabs > li {
  display: inline-block;
  margin-bottom: -1px;
}


.fake-nav-tabs {
  margin-left: 0px !important;
}


.fake-nav-tabs > li:first-child > a {
  margin-left: 10px;
}

.fake-nav-tabs > li > a {
  transition: background-color .2s;
}

.fake-nav-tabs > li > a {
  margin-right: 4px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

.fake-nav-tabs > li.active > a, .fake-nav-tabs > li.active > a:hover, .fake-nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

#box .badge {
    display:inline;
}
#base-buttons {
    background: #fff;
}

/* PROFILE TIME-LINE */

#time-line {
    max-width: 1280px !important;
    margin: 40px auto -80px;
    background: #fff;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
    padding: 1.7em 1.7em 1em 1.7em;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 a {
    font-size: 14px;
    font-weight: bold;
}

.cbp_tmlabel p {
  font-weight: 400;
  font-size: 14px;
}

.cbp_tmlabel p a {
  font-weight: bold;
}


.cbp_tmlabel strong {
    color: #373e4a;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2,
.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel h2 span {
    font-size: 14px;
    color: #737881;
    opacity: 1;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
    left: -25px;
}

.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:first-child,
.page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:last-child {
    max-width: 300px !important;
    padding-right: 0px;
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:first-child,
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:last-child {
        width: 100%;
         padding-right: 0px;
        left: 0;
        text-align: right;
    }

    .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
        left: 0px;
    }
}

@media (max-width: 1024px) {
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:first-child,
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:last-child {
        width: 120%;
         padding-right: 0px;
        left: 0;
        text-align: right;
    }
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
        left: 0px;
    }
}

@media (max-width: 768px) {
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:first-child,
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmtime > span:last-child {
        width: 120%;
        padding-right: 0px;
        left: 0;
        text-align: left;
    }
    .page-body .main-content .cbp_tmtimeline > li .cbp_tmlabel {
        left: 0px;
    }
}

/* GESTÃO DE QUALIDADE */

#filter-box .dropdown-menu > li > a {
    padding: 8px 10px 8px 24px;
    background-image: url(../images/filter-uncheck.png);
    background-size: 12px 12px;
    background-position: 7px center;
    background-repeat: no-repeat;
}

#filter-box .dropdown-menu > li > a:hover {
    padding: 8px 10px 8px 24px;
    background-color:#f0f0f1;
    background-image: url(../images/filter-uncheck.png);
    background-size: 12px 12px;
    background-position: 7px center;
    background-repeat: no-repeat;
}

#filter-box .dropdown-menu > li > a.select {
    padding: 8px 10px 8px 24px;
    color: #fff;
    background-color:#00a651;
    background-image: url(../images/filter-check.png);
    background-size: 12px 12px;
    background-position: 7px center;
    background-repeat: no-repeat;
}

/* @2x */

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #filter-box .dropdown-menu > li > a,
    #filter-box .dropdown-menu > li > a:hover {
        background-image: url(../images/filter-uncheck@2x.png);
        background-size: 12px 12px;
    }
    #filter-box .dropdown-menu > li > a.select {
        background-image: url(../images/filter-check@2x.png);
        background-size: 12px 12px;
    }
}

/* */

.header-filter {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 13px;
    color: #737881;
}

#search-filter {
    width: 240px;
    margin-top: -5px;
    margin-bottom: -10px;
    margin-right: -5px;
    padding: 0;
    float: right;
}

#filter-box #search-input {
    background-color: #fff;
}

@media (max-width: 768px) {
    #search-filter {
    width: 100%;
        height: auto;
       margin-bottom: 0;
        left:-5px;
    }
}
#box-documents {
    margin: 0 auto;
    padding: 0;
}
#box-documents .col-sm-12 {
    margin: 0 auto;

}
#box-documents .col-sm-4 {
    border-radius: 0;
    box-shadow: none;
}

/* BOXES DOCUMENTOS */

.gallery-env article.album {
    border: 1px solid #ebebeb;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}

.gallery-env article.album .album-info {
    border-top:#ebebeb solid 1px;
}

.gallery-env article.album .album-info h3 {
    width: 100%;
    height: 16px;
    font-size: 13px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.gallery-env article.album .album-info h4  {
    margin: 0;
}

.gallery-env article.album .album-info h4 a {
    font-size: 12px;
    font-weight: normal;
    color: #8d929a;
}

.gallery-env article.album .album-info h4 a:hover {
    color: #9ca2ac;
}


.gallery-env article.album header img {
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
}

.gallery-env article.album header {
    background: #efefef;
    border-radius: 0;
    padding: 10px;
}

.gallery-env article.album footer .album-options {
    float: right;
    border-left: 1px solid #fff;
    padding: 12px 6px 12px 0;
}

.status-post {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

#rascunho {
    color: #846e20;
    background-color: #fbc70e;
    opacity: 0.2;
}
#deletado {
    color: #fff;
    background-color: #d42020;
}

/*
.status-post span {
    font-size: 14px;
    padding: 4px 10px;
    background-color: #f00000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* STATUS DOS POTS */

.rascunho article.album {
    background-color: #fff;
}

/* MODAL DOCUMENT */
#box-frame {
    width: 100%;
    height:100vh;
}

#close-frame {
    width: 32px;
    height: 32px;
    background-color: transparent !important;
    background-image: url(../images/close-frame.png);
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    position: fixed;
    top: 0;
    right: 2px;
    z-index: 99999 !important;
    cursor: pointer !important;
    opacity: 1 !important;
}

#close-frame:hover, #close-frame:active {
    opacity: 0.8 !important;
}


#info-doc {
    width: 28px;
    height:28px;
    position: fixed;
    left: 10px;
    top: 0px;
    z-index: 99999 !important;
    text-align: center;
    cursor: pointer !important;
    border-color: rgba(0, 0, 0, 0);
}

#info-doc .entypo-info {
    position: absolute;
    left: 5px;
    top: 5px;
}

#modal .popover {
    left: 10px !important;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 166, 81, 0.85);
    border-color: rgba(0, 0, 0, 0);
}

#modal .popover .popover-title {
    color: #fff;
    font-weight: bold;
    background-color: rgba(34, 34, 34, 0);
    border-bottom-color:rgba(0, 0, 0, 0.15);
}

#modal .popover.top .arrow {
    left: 14px !important;
}

#modal .popover.top .arrow:after {
    border-top-color:rgba(0, 166, 81, 0.85);
}

/* @2x */

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    #close-frame {
        background-image: url(../images/close-frame@2x.png);
        background-size: 16px 16px;
    }
}


/* NEW POST */

#box-sidebar {
    margin-top: 0px;
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border: #ebebeb solid 1px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

#box-sidebar h3 {
    width: 100%;
    font-size: 16px;
    margin:12px 0;
    padding-bottom: 12px;
    background-color: #fff;
    float: left;
    border-bottom: #ebebeb solid 1px;
}


#box-upload {
    padding: 0;
    margin-bottom: 0;
}

#box-upload .btn-xs {
    display: inline-block;
    background: #f00;
}

#dze_info {
    margin-top: 20px;
}

#dze_info .panel-body {
    overflow: hidden;
    padding: 0;

}

#dze_info .panel-body .table {
    margin: 0 1px 0 0 !important;
    padding: 0 10px 0 0 !important;
    float: right;
    border-bottom-color: #f00 !important;
}

#dze_info .panel-body .table > tbody > tr.success > td,
#dze_info .panel-body .table > tbody > tr.danger > td {
    background-color: #fff;

}

#dze_info .panel-body .table > tbody > tr.success > td.status {
    font-weight: bold;
    color: #3fb34f;
}

#dze_info .panel-body .table > tbody > tr.danger > td.status {
    font-weight: bold;
    color: #cc2424;
}


#box-edit {
    width: 32.33%;
    margin: 10px 0 0 1%;
    padding-bottom: 20px;
    background-color: #fff;
    border: #ebebeb solid 1px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

#box-edit button {
    margin-top: 10px;
}
#box-edit h3 {
    width: 100%;
    font-size: 16px;
    margin:12px 0;
    padding-bottom: 12px;
    background-color: #fff;
    float: left;
    border-bottom: #ebebeb solid 1px;
}

/* ESTILO NO MODAL */
.modal {
  height: 100vh;
}
.modal-body #box-edit {
    width: 90%;
    margin: 0 auto 15px auto;
}

.select2-container-multi .select2-choices {
background-color: #fff !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid rgba(0, 0, 0, 0) !important;
}

.select2-drop.select2-drop-above {
    border-bottom: 1px solid #ebebeb !important;
}

@media (max-width: 768px) {
.dropzone .dz-default.dz-message {
    width: 280px !important;
    height: 80px !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -40px !important;
    padding: 0;
    float: right;
    background-size: 100%;
    margin-bottom: 20px !important;
}
    #box-sidebar {
        margin-top: 20px;
        margin-bottom: 0;
    }

    #box-edit {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

/* CLIENTES */


#download {
    border: 2px dashed rgba(0,0,0,0.2);
    min-height: 170px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background:  rgba(0,0,0,0.03) url(../images/drop.png) center 21px no-repeat;
    padding: 23px;
}

.gallery-env article.album footer {
    position: relative;
}
#status-post {
    width: auto;
    height: 100%;
    position: absolute;
    padding: 10px 5px;
    border: none;
    border-radius: 0;
    right: -1px;
    bottom: -1px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0px -2px 0px 0px #f0f0f0;
    -moz-box-shadow:    0px -2px 0px 0px #f0f0f0;
    box-shadow:         0px -2px 0px 0px #f0f0f0;
    border-bottom: #f0f0f0 solid 1px;
}

.publicado {
    background-color: #00a651 !important;
    -webkit-box-shadow: 0px -2px 0px 0px #00a651 !important;
    -moz-box-shadow:    0px -2px 0px 0px #00a651 !important;
    box-shadow:         0px -2px 0px 0px #00a651 !important;
    border-bottom: #00a651 solid 1px !important
}

.rascunho {
    background-color: #21a9e1 !important;
    -webkit-box-shadow: 0px -2px 0px 0px #21a9e1 !important;
    -moz-box-shadow:    0px -2px 0px 0px #21a9e1 !important;
    box-shadow:         0px -2px 0px 0px #21a9e1 !important;
    border-bottom: #21a9e1 solid 1px !important
}

.excluido {
    background-color: #cc2424 !important;
    -webkit-box-shadow: 0px -2px 0px 0px #cc2424 !important;
    -moz-box-shadow:    0px -2px 0px 0px #cc2424 !important;
    box-shadow:         0px -2px 0px 0px #cc2424 !important;
    border-bottom: #cc2424 solid 1px !important
}

/* SUB-MENU DOCUMENTO HOVER */

.gallery-env article.album header .edit-document {
    position: absolute;
    display: block;
    right: 10px;
    bottom: 10px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99999;
}
.gallery-env article.album header:hover .edit-document {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-env article.album header .edit-document .btn {
    padding:5px 7px;
    border: none;
    background-color: rgba(34, 34, 34, 0.85);
}

.gallery-env article.album header .edit-document .entypo-menu {
    font-size: 14px;
    border:none;
}
.gallery-env article.album header .edit-document .divider {
    background-color: rgba(255, 255, 255, 0.15);
}
.gallery-env article.album header .edit-document .dropdown-menu {
    background-color: rgba(34, 34, 34, 0.85);
    border:none;
    float: right;
    margin-left: -125px;
}

/* TAGS */

.bootstrap-tagsinput .tag {
    font-size: 12px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    float: right;
    margin-right: -5px;
}


@media (max-width: 768px) {
    .hidden-tab {
        display: none;
    }
}
/* DASHBOARD*
#dash-users .panel-heading {
    background-color: #00c0ef;
    border-color: #00c0ef;
}

#dash-clients .panel-heading {
    background-color: #00a65a;
    border-color: #00a65a;
}

#dash-users .panel-heading  .panel-title h3,
#dash-clients .panel-heading  .panel-title h3 {
    color: #fff;
}

#dash-users .panel-heading  .panel-title span,
#dash-clients .panel-heading  .panel-title span {
    color: #fff;
}

#dash-gestao .panel-heading {


#dash-gestao .panel-heading {
    background-color: #0073b7;
    border-color: #0073b7;
}
#dash-gestao .panel-heading  .panel-title h3,
#dash-users .panel-heading  .panel-title h3,
#dash-clients .panel-heading  .panel-title h3 {
    color: #fff;
}

#dash-gestao .panel-heading  .panel-title span,
#dash-users .panel-heading  .panel-title span,
#dash-clients .panel-heading  .panel-title span {
    color: #fff;
}

#dash-gestao .panel-body {

    box-shadow: none;
    border:rgba(0, 0, 0, 0) solid 1px;
}

.main-content {
    background-color: #fff !important;
    box-shadow: inset 0 85px 0px #fff;
}*/

#dash .panel-title a {
  transition: all .2s;
}

#dash .panel-body {
    background-color: #fff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    border-top: none;
}

.tile-stats p{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#dash .panel-table {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
}

blockquote.blockquote-green.info-full {
  width: 100%;
  display: inline-block;
}
blockquote.blockquote-green.info-full.leira-info .title {
  border: none;
}
blockquote.blockquote-green, blockquote.blockquote-blue {
  padding-left: 0;
  padding-right: 0;
}


.label-merge {
  font-size: 18px;
  margin-bottom: 20px;
}

.leira-box {
  margin-bottom: 15px;
}
.leira-box .label {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  font-size: 11px;
}
.icon-status {
  position: absolute;
  left: 0;
  top: 8px;
}

.leira-info {
    display:inline-block;
}

.leira-info .title {
  display: inline;
  float: left;
  margin-right: 20px;
  padding: 0 20px 0 50px;
  border-right: rgba(0, 0, 0, 0.2) solid 1px;
  color: #045702;
  position: relative;
      width: calc(100% - 10px);
  }

.leira-info .title span {
  opacity: 0.8;
  display: block;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leira-info .title h4 {
  margin: 4px 0;
  padding: 0 0 0 4px;
  color: #045702;
}

.leira-info .title h4 a {
    color: #045702;
}

@media (max-width: 1200px) {

  .leira-info .title {
    border-right: none;
  }

  .inoculate {
    width: 100%;
    margin-bottom: 10px;
  }
  .client-status {
    display: inline-block;
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
    padding-top: 5px;
    float: left;
    margin-top: 10px;
  }

  .inoculate span {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(33.3% - 10px);
    overflow: hidden;
  }

  .inoculate span:last-child {
    width: 33.3%;
  }

}

@media (max-width: 990px) {

  .main-content .leira-info .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
  }

  .modal.leira-info .title span {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
  }

}

.btn-back {
  float: left;
  position: absolute;
  top: 0;
  padding-left: 5px;
  padding-right: 5px;
  left: -10px;
  color: #045702;
  background-color: #9bc49a;
  border: none;
  /*margin: 0;
  padding: 0;

  height: 175%;
  line-height: 100%;
  display: grid;*/
}

/*.btn.disabled {
  color: #00a651;
  background-color: rgba(4, 87, 2, 0);
  border-color: rgba(4, 87, 2, 1);
  border: #00a651 solid 1px;
  opacity: 1;
}

.btn.disabled.btn-icon.icon-left i {
  background-color: rgba(4, 87, 2, 0);
}*/
.btn-action {
  float: left;
  border-radius: 80px !important;
  padding-left: 42px !important;
  margin-top: 8px;
  color: #fff !important;
  opacity: 1 !important;
  text-transform: none !important;
}

.btn-action.btn-icon.btn-lg i {
    border-radius: 80px !important;
    padding: 5px !important;
    height: 30px;
    margin: 4px 0 0 4px;
}

.leira-info {

}

.leira-info  .client-status {
  margin-top: 14px;
  padding-right: 0;
  margin-right: -35px;
}
.page-container .sidebar-menu {
  height: 100%;
}
.tab-right {
  float: right;
}

.client-status {
  /*text-align: right;*/

}

.client-status .control-label {
  margin-top: 8px;
  text-align: right;
  margin-right: -8px;
}

.btn {
  transition: all .2s;
}

.client-status .input-group-btn:last-child > .btn {
    margin-left: 5px;
    border-radius: 4px !important;
}
.modal-sm {
  max-width: 320px;
}
.modal-content {
  border: none;
  border-radius: 4px;
}
.modal-body {
  width: 100%;
  padding: 10px 0 0 0;
  display: table;
}

.modal-header {
  background-color: #00a651;
  border-color: #00a651;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-header.alert-danger {
  background-color: #cc2424;
  border-color: #cc2424;
}

.modal-header.alert-info {
  background-color: #21a9e1;
  border-color: #21a9e1;
}
.modal-header h4 {
  color: #fff;
}

.modal .modal-header .close {
  background: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
}

.modal h3 {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #ebebeb solid 1px;
  display: -webkit-box;
  float: left;
}

.modal .default-padding {
  display: inline-block;
  width: 100%;
}


#client-wizard {
  margin: 15px 15px 0 15px;
  padding: 0;
  display: inline-block;
}

.form-wizard .tab-content {
  margin: 30px 0 0 0;
  padding: 0;
}

.form-wizard .pager {
  margin: 0 0 25px 0;
  padding-top: 20px;
  border-top: #ebebeb solid 1px;
}
.validate-has-error {
    transition: all .2s;
}
.validate-has-error span {
  position: absolute;
  top: -5px;
  right: 15px;
  width: 100%;
  text-align: right;
}

.multi-select {
  width: 100%;
}

.ms-container .ms-selection,
.ms-container .ms-selectable {
  width: calc(50% - 12.5px);
}

.ms-container ul.ms-list {
  width: 100%;
  display: block;
}

div.datepicker-dropdown {
  z-index: 10000 !important;
}

div.datepicker table tr td.active, div.datepicker table tr td.active:hover, div.datepicker table tr td.active.disabled, div.datepicker table tr td.active.disabled:hover,
div.datepicker table tr td span.active, div.datepicker table tr td span.active:hover, div.datepicker table tr td span.active.disabled, div.datepicker table tr td span.active.disabled:hover {
  background-color: #00a651;
}

.form-group {
  position: relative;
}

.btn-cliente-end button {
  /*position: absolute;
  bottom: -49px;
  right: 0;*/

}


.table > thead > tr > th .label, .table > tbody > tr > th .label, .table > tfoot > tr > th .label, .table > thead > tr > td .label, .table > tbody > tr > td .label, .table > tfoot > tr > td .label {
    font-size: 11px;
    font-weight: 500;
}

.btn {
    font-weight: 500;
}

.popover.popover-secondary {
    border-color: none;
    border:none;
}

.popover.popover-secondary .popover-title {
    background-color: rgba(0,0,0,.2);
    font-weight: 500;
    border-color: #a91e1e;
    border-radius: 0;
}


.popover.popover-secondary .popover-content {
    background: #cc2424;
}

.popover.popover-secondary.top .arrow:after {
    border-top-color: #cc2424;
}



.popover.popover-secondary {
    background-color: #cc2424;
    color: #FFF;
    border-color: #cc2424;
}

#sample-tl {
    max-width: 1200px !important;
    background-color: #f05;
    margin: 0 auto !important;
}

#sample-tl h3 {

}



.sample-steps hr {
  width: calc(100% - 30px);
  height: 0;
  background-color: #fff;
}

.sample-steps h3 {
  font-size: 16px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  padding-bottom: 15px;
  margin: 0;
  margin-bottom: 15px;
}

.label-button {
  width: 100%;
  height: 16px;
}

.sample-steps .panel-title a strong {
  margin-top: 5px;
  display: inline-block;
}
.alert-default .form-control[disabled], .alert-default .form-control[readonly], .alert-default fieldset[disabled] .form-control {
  color: #303641;
  background-color: rgba(48, 54, 65, 0.1);
  border-color: rgba(48, 54, 65, 0.1);
}
.alert-success .form-control[disabled], .alert-success .form-control[readonly], .alert-success fieldset[disabled] .form-control,
blockquote.blockquote-green .form-control,
blockquote.blockquote-green .inoculate, span.green, label.green  {
  color: #045702;
  background-color: rgba(4, 87, 2, 0.1);
  border-color: rgba(4, 87, 2, 0.1);
}
.alert-info .form-control[disabled], .alert-info .form-control[readonly], .alert-info fieldset[disabled] .form-control,
blockquote.blockquote-blue .form-control,
blockquote.blockquote-blue .inoculate, span.blue, label.blue {
  color: #2c7ea1;
  background-color: rgba(44, 126, 161, 0.2);
  border-color: rgba(44, 126, 161, 0.2);
}
blockquote.blockquote-orange .form-control,
blockquote.blockquote-orange .inoculate , span.orange, label.orange{
  color: #584b0d;
  background-color: rgba(184, 170, 106,.2);
  border-color: rgba(184, 170, 106,.5);
}
blockquote.blockquote-red .form-control,
blockquote.blockquote-red .inoculate , span.red, label.red{
  color: #4e1c1c;
  background-color: rgba(78, 28, 28,.1);
  border-color: rgba(78, 28, 28,.2);
}
.alert-warning .form-control[disabled], .alert-warning .form-control[readonly], .alert-warning fieldset[disabled] .form-control {
  color: #574802;
  background-color: rgba(87, 72, 2, 0.1);
  border-color: rgba(87, 72, 2, 0.1);
}

span.green, label.green  {
  background-color: #00a65a;
  color: #FFF;
  border-color: rgba(4, 87, 2, 0.1);
}
span.blue, label.blue {
  background-color: #00c0ef;
  color: #fff;
  border-color: rgba(44, 126, 161, 0.2);
}
span.orange, label.orange{
  background-color: #ffa812;
  color: #fff;
  border-color: rgba(184, 170, 106,.5);
}
span.red, label.red{
  background-color: #f56954;
  color: #fff;
  border-color: rgba(78, 28, 28,.2);
}

span.brown, label.brown{
  background-color: #6c541e;
  color: #fff;
  border-color: rgba(78, 28, 28,.2);
}

span.tablespan{
  white-space: nowrap;
}


.sample-steps .panel-title a p {
  opacity: 0.5
}
.sample-steps .panel {
  position: relative;
}

.badge-gold,
.label-gold {
  color: #846e20 !important;
  background-color: #fcd036;
  border-color: #fcd036;
}
/*.sample-steps .panel:first-child {
  border: #f00 solid 1px;
  padding-bottom: 60px;
}

.sample-steps .panel:first-child::after {
  content: "";
  width: 2px;
  height:80px;
  background-color: #f05;
  position: absolute;
  bottom: 0;
  left: 34px;
}*/
.panel-icon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  /*background: #46a4da;*/
  border-radius: 50%;
  /*box-shadow: 0 0 0 8px #afdcf8;*/
  text-align: center;
  margin: 0 15px 5px 0;
  float: left;
}
.form-control {
  font-weight: 400;

}
label.control-label {
  font-weight: 500;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;*/
  color: #373e4a;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  color: #aaacb0;
}

.inoculate {
  background-color: rgba(4, 87, 2, 0.1);
  border: rgba(4, 87, 2, 0.1) solid 1px;
  float: left;
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
}

.inoculate span {
  height: 40px;
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  line-height: 42px;
  border-right: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 0 10px 0 0;
}

.leira-info span a {
  color: #045702;
  opacity: 0.8;
}

.leira-info span a:hover {
  text-decoration: underline;
}
.inoculate span strong {
  color: #045702;
}

.inoculate span {
color: #297527;
}


.inoculate span .panel-icon {
  margin: 0 10px 0 0;
  /*font-size: 24px;*/
  line-height: 38px;
}



.inoculate span:last-child {
  margin: 0;
  border: none;
}
blockquote.blockquote-blue.leira-info span,
blockquote.blockquote-blue.leira-info a,
blockquote.blockquote-blue.leira-info span strong,
blockquote.blockquote-blue.leira-info .title h4,
blockquote.blockquote-blue.leira-info .title h4 a {
  color: #2c7ea1;
}
blockquote.blockquote-blue .panel-icon {
  background-color: #21a9e1 !important;
}

/* */
blockquote.blockquote-orange,
blockquote.blockquote-red {
  padding-left:0;
  padding-right: 0;
}
blockquote.blockquote-orange span,
blockquote.blockquote-orange a,
blockquote.blockquote-orange span strong,
blockquote.blockquote-orange .title h4,
blockquote.blockquote-orange .title h4 a {
  color: #584b0d;
}

/* */
blockquote.blockquote-red span,
blockquote.blockquote-red a,
blockquote.blockquote-red span strong,
blockquote.blockquote-red .title h4,
blockquote.blockquote-red .title h4 a {
  color: #4e1c1c;
}


.label-warning {
    color: #584b0d;
    background: #fcd036;
}

.icon-modal {
  float: none;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  line-height: 88px;
  font-size: 32px;
}

.invoice {
  margin: 0 15px;
  padding: 0;
}
.invoice-left img {
  max-height: 100px;
}

.neon-loading-bar {
  top: 0 !important;
  transition: all .2s;
  z-index: 9999 !important;
}
.neon-loading-bar span {
  background: #00a65a;
}

.box-chart.show {
  visibility: visible;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
  transition: all .2s;
}

.box-chart {
  visibility: hidden;
  opacity: 0;
}



.reports #medicoes,
.reports #amostras {
  width: 100%;
  min-height: 580px;
  position: relative;
  display: inline-block;
}

.charts text {
  font-size: 12px;
}

.control-left {
  float: left;
  padding:12px 0 0 0;
  text-align: right;
}
.notifications .selectboxit-container .selectboxit,
.reports .selectboxit-container .selectboxit {
  padding: 5px 0 20px 0;
  height: 42px;
}

.notifications .selectboxit-container .selectboxit {
  padding-top: 2px;
}
.reports .daterange-inline {
  padding: 10px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.btn-exp {
  font-size: 12px;
  padding: 12px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .btn-exp {
    margin-top: 20px;
    display: inline-block;
  }
}
.comments-list > li .comment-details {
  width: 96%;
}
.comment-checkbox {

}

.text-danger {
  color: #cc2424;
}
.text-gold {
  color: #fcd036;
}

.text-success {
  color: #00a651;
}

.comment-filters {
  float: right;
  margin-top: 10px;
}

.comment-filters a {

  margin-left: 20px;

}

.comments-list > li .comment-details .comment-footer .action-links .approve{
  color: #21a9e1;
}
.action-links {
  display: inline-block;
}
.comments-list > li .comment-details .comment-footer .comment-time {

}
@media (max-width: 768px) {
  .filtering .control-label {
    width: 100%;
    margin-top: 15px;
  }
}

.top-pagination {
  padding-top: 24px;
}

.top-pagination .comments-env .filtering .pagination-container .pagination a  {
  padding-top: 12px;
  padding-bottom: 11px;
}

.top-line {
  width: calc(100% - 40px);
  height: 25px;
  margin-top: 0px;
  margin-left: 20px;
  float: left;
  border-top: 1px solid #EEE;
}

.base-line {
  width: 100%;
  height: 30px;
  float: left;
  /*border-top: 1px solid #EEE;*/
}

.icon-notification {
  float: right;
  padding: 0;
  margin: 0;
}

.icon-notification .panel-icon {
  margin: 0;
}

.notifications.dropdown .dropdown-menu > li > ul > li {
  padding: 10px 0;
}


.notifications-dash ul {
  /*max-height: 400px;
  overflow: scroll;*/
}

@media (max-width: 1280px) {
  .comments-list > li .comment-details {
    padding-left: 20px;
    padding-top: 0;
  }
}

.clients-windrows ul.comments-list li:first-child {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.clients-windrows ul.comments-list li:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.clients-windrows .comments-list > li .comment-details .comment-footer .comment-time {
  float: left;
}
.clients-windrows .comments-list > li {
  position: relative;
}

.clients-windrows .comments-list > li::before{
  content: "";
  width: 3px;
  height: 100%;
  background-color: rgba(0,0,0,0.15);
  position: absolute;
  left: 33px;
  top: 0;
  z-index: 99;
  display: inline;
}

.clients-windrows .comments-list > li:first-child:before {
  background-color: rgba(0,0,0,0.15);
  top: 30px;
  height:calc(100% - 30px);
}

.clients-windrows .comments-list > li:last-child:before {
  top: 0;
  height: 40px;
}

.clients-windrows .comment-checkbox .panel-icon {
  z-index: 100;
  position: relative;
  border: rgba(0,0,0,0.2) solid 3px;
  line-height: 36px;
}

.comments-list .bg-danger {
  color: rgba(172, 24, 24, 0.7);
  background: rgba(255,201,201,0.5) !important;
  border-bottom: rgba(172, 24, 24, 0.2) solid 1px !important;
  margin-top: -1px;
}
.bg-danger .comment-footer {
  border-color: rgba(172, 24, 24, 0.2) !important;
}
.bg-danger .comment-footer .comment-time {
  color: #ac1818 !important;
}
.bg-danger .comment-head a {
  color: #ac1818;
}
textarea { resize:vertical ; }
.comments-list .bg-info {
  color: rgba(44, 126, 161, 0.7);
  background: rgba(197,232,247,0.5) !important;
  border-bottom: rgba(44, 126, 161, 0.2) solid 1px !important;
  margin-top: -1px;
}
.bg-info .comment-footer {
  border-color: rgba(44, 126, 161, 0.2) !important;
}
.bg-info .comment-footer .comment-time {
  color: #2c7ea1 !important;
}
.bg-info .comment-head a {
  color: #2c7ea1;
}

.representantes-list {
  width: 100%;
  padding: 20px 0;
  margin: 0;
  border-bottom: #ebebeb solid 1px;
  float: left;
}

.representantes-list:first-child {
  padding-top: 0;
}

.representantes-list:last-child {
  padding-bottom: 0;
  margin: 0 0 -40px 0;
}

.representantes-list:nth-child(odd) {
    background: #fff;
}
.representantes-list:nth-child(even) {
    background: #f5f5f6;
}


hr {
  width: 100%;
}

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
  display: inline-block;
}


.ms-container{
    background: transparent url('../img/switch.png') no-repeat 50% 50%;
    width: 100%;
    height: 300px;
}

.ms-container:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
    background: #fff;
    color: #555555;
    float: left;
    height: 100%;
}
.ms-container .ms-selection{
    float: right;
}

.ms-container .ms-list{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    height: 200px;
    padding: 0;
    overflow-y: auto;
    height: 100%;
}

.ms-container .ms-list.ms-focus{
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
}

.ms-container ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.ms-container .ms-optgroup-container{
    width: 100%;
}

.ms-container .ms-optgroup-label{
    margin: 0;
    padding: 5px 0px 0px 5px;
    cursor: pointer;
    color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
    border-bottom: 1px #eee solid;
    padding: 2px 10px;
    color: #555;
    font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover,
.ms-container .ms-selection li.ui-sortable-helper{
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
    background-color: #eee;
    color: #aaa;
    cursor: text;
}


/* */


#reports-show {
  float: left;
  margin: 0 15px 15px 15px;
  padding: 15px;
  width: 100%;
  max-width: calc(100% - 30px);}

#reports-show blockquote {
  margin: 0 0 5px 0;
  float: left;
}


#reports-show h3 {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: rgba(0,0,0,.2) solid 1px;
}
#reports-show table {
  white-space: nowrap;
  background: #fff;
}

#reports-show table thead {
  font-weight: bold;
  color: #373e4a;
  padding: 20px 0;
  margin-right: 10px;
}

#reports-show table td {
  padding: 15px;
  text-transform: uppercase;
}

.analyses-box {
  width: 100%;
  height: auto;
  padding: 0;
  float: left;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.analyses-box .analyses-title {
  background: #fff;
  float:left;
  width: 100%;
  padding: 15px 10px;
  color: #373e4a;
  border-bottom: rgba(0,0,0,0.1) solid 1px;
  position: relative;
  z-index: 10;
}


.analyses-box .analyses-title span {
  float: left;
  display: block;
  margin-right: 12px;
  padding-right: 10px;
  border-right: rgba(0,0,0,0.1) solid 1px;
}

.analyses-box .analyses-title span:last-child {
  border: none;
}



.analyses-box .analyses-title strong,
.analyses-box .analyses-title p {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
}

.analyses-box .analyses-title p {
  color: #9a9794;
  line-height: 16px;
}

/* 8 ITEMS POR LINHA */

.analyses-info {
    width: 12.5%;
    height: 60px;
    line-height: normal;
    background: none;
    float: left;
    padding: 15px 10px 13px;
    display: block;
    margin: 0;
    -webkit-box-shadow: inset -1px -1px 0px 0px rgba(0,0,0,0.05), -1px -1px 0px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset -1px -1px 0px 0px rgba(0,0,0,0.05), -1px -1px 0px 0px rgba(0,0,0,0.05);
    box-shadow: inset -1px -1px 0px 0px rgba(0,0,0,0.05), -1px -1px 0px 0px rgba(0,0,0,0.05);
    position: relative;
}

@media (max-width: 1680px) {
  /* 7 ITEMS POR LINHA */
  .analyses-info {
      width: 14.28%;
    }
}


@media (max-width: 1366px) {
  /* 6 ITEMS POR LINHA */
  .analyses-info {
      width: 16.66%;
    }
}

@media (max-width: 1280px) {
  /* 5 ITEMS POR LINHA */
  .analyses-info {
      width: 20%;
    }
}

@media (max-width: 1024px) {
  /* 4 ITEMS POR LINHA */
  .analyses-info {
      width: 25%;
    }
}

@media (max-width: 768px) {
  /* 2 ITEMS POR LINHA */
  .analyses-info {
      width: 50%;
    }
}

.analyses-info p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

.analyses-info p:last-child {
    font-weight: bold;
    color: #373e4a;
}

.analyses-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 46px;
  left: 0;
  background-color: #f8f8f8;
  background-image: linear-gradient(transparent 50%, #fff 50%);
  background-size: 120px 120px;
}


.tons-box {
  width: 100%;
  background: #fdfdfd;
  float: left;
  border: rgba(0,0,0,.1) solid 1px;
  border-radius: 3px;
  margin-bottom: 20px;
  padding:0 15px;
}

div.tons-box:first-child {
  /*background: #efefef;*/
}
/*@media (max-width: 990px) {
  .tons-box {
    width:100%;
}
}*/

.tons-box h2 {
  float: left;
  margin: 15px 0 0;
  padding: 0 0 10px 0;
  width: 100%;
  font-weight: 200;
  font-size: 22px;
  color: #00A855;
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.tons-box h3 {
  float: left;
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.tons-box h4 {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  opacity: 0.5;
}

.tons-box h5 {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}



.tons-box h6 {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.tons-box .tons-pie {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.tons-products {

  float: left;
  width: 100%;
}

.tons-products .col-md-6 {


}



.product-info {
  background: #fff;
  float: left;
  padding: 15px;
  display: inline-block;;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 30px;
  border: rgba(0,0,0,.1) solid 1px;
}

.m-b-10 {
  margin-bottom: -10px;
}

.analise-action-wrapper{
  padding: 2px;
  border-radius: 3px;
  border:1px solid #dadada;
  background-color: #eaeaea;
  display: inline-block;
}

ul.calclink{
  padding: 0;
  margin: 0;
}

div.calculator{
  float: right;
}

div.calculator a{
  display: block;
  text-align: center;
  font-weight: bold;
}

div.calculator a i{
  display: block;
  font-size: 30px;
  color: #199551;
}
