a{outline:none !important;} /* código para os links*/


#loading-bar {
  pointer-events: all;
  z-index: 99999;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: wait;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
}
.info_limit{
  margin: 15px 0;
}
.info_limit .select{
  display: inline-block;
}
.growl-item.icon>.growl-message {
  color: rgba(0, 0, 0, 0.6);
}
.cursorClick{
  cursor: pointer;
}
.panelBody{
  margin-top: 0px;
  padding-top: 0px;
}
.panelBody .arrumaPad{
  padding-right: 30px;
}

.alert-dismissable .close, .alert-dismissible .close {
  color: #000000;
}
.form-buscaRapida{
  margin: 0px;
  display: inline-block;
}
.form-buscaRapida .form-group{
  position: relative;
}
.form-buscaRapida button{
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 6px 11px 6px 11px;
  background: none;
}

table p.semRegistro{
  text-align: center;
  padding: 15px;
}

table .fa-sort-desc{
  top: -2px;
  position: relative;
}

table .fa-sort-asc{
  top: 4px;
  position: relative;
}

.menuHoverActive{
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
/* form starting stylings ------------------------------- */
.group 			  {
  position:relative;
  margin-bottom: 22px;
}
.group input {
  font-size: 14px;
  padding: 11px 8px 2px 5px;
  display: block;
  width: 100%;
  border: none;
  color: #636363;
  border-bottom: 1px solid #cccccc;
}
.group select{
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  padding: 11px 8px 2px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: 0 !important;
}
.group textarea{
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 11px 8px 2px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: 0 !important;
}
.group input:focus 		{ outline:none; }

/* LABEL ======================================= */
.group label  {
  color:#999;
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.3s ease all;
  -moz-transition:0.3s ease all;
  -webkit-transition:0.3s ease all;
}

/* active state */
/*.group input:focus ~ label, input:valid ~ label 		{
  top:-16px;
  font-size:14px;
  color:#a4cd3a;
}*/

.group.active label{
  top:-12px;
  left:  5px !important;
}

.group label{
  top: 10px;
}

.group input:focus ~ label,
.group textarea:focus ~ label,
.group select:focus ~ label{
  top:-12px;
  font-size:14px;
  color:#a4cd3a;
}


/* BOTTOM BARS ================================= */
.group .bar 	{
  position:relative;
  display:block;
  top: 1px;
  clear: both;
}
.group .bar:before, .bar:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background:#a4cd3a;
  transition:0.3s ease all;
  -moz-transition:0.3s ease all;
  -webkit-transition:0.3s ease all;
}
.group .bar:before {
  left:50%;
}
.group .bar:after {
  right:50%;
}

/* active state */
.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group textarea:focus ~ .bar:before,
.group textarea:focus ~ .bar:after,
.group select:focus ~ .bar:before,
.group select:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.group .highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.group input:focus ~ .highlight {
  /*-webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;*/
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#a4cd3a; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#a4cd3a; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#a4cd3a; }
  to 	{ width:0; background:transparent; }
}


.pagination {
    /*background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin: 9px 0 0;
    overflow: hidden;
    padding: 7px 12px;*/
}
.pagination .left .one {
    border-right: 1px solid #dddddd;
    float: left;
    line-height: 18px;
    margin: 6px 0;
    padding: 0 12px 0 0;
}
.pagination .left .two {
    float: left;
    line-height: 30px;
}
.pagination .left .select {
  cursor: pointer;
  float: left;
  margin: 0 9px 0 14px;
  vertical-align: middle;
}
.pagination .left .select select {
    /*background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 14px;
    height: 28px;
    padding: 3px 0 3px 5px;
    width: 100px;*/
}
.pagination .right {
    float: right;
}
.pagination .right span {
    display: block;
    float: left;
    line-height: 30px;
    margin: 0 7px;
}
.pagination .right .prev {
    background: url("../images/controls_pagination.png") repeat scroll 0 0 transparent;
    float: left;
    height: 30px;
    width: 34px;
}
.pagination .right .next {
    background: url("../images/controls_pagination.png") repeat scroll 68px 0 transparent;
    float: left;
    height: 30px;
    width: 34px;
}
.pagination .right .disable {
    opacity: 0.6;
}
.pagination .right .select {
    background: url("../images/select2.png") no-repeat scroll right -1px transparent;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-radius: 2px;
    border-top: 1px solid #c4c4c4;
    cursor: pointer;
    float: left;
    overflow: hidden;
    width: 80px;
}
.pagination .right .select select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000000;
    font-family: "RobotoL";
    font-size: 14px;
    padding: 4px 0 4px 5px;
    width: 100px;
}
.pagination .pagip {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #282828;
    float: left;
    font-family: "RobotoL";
    font-size: 14px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    width: 40px;
}
.panel-body{
  margin-top: 0px;
  padding-top: 0px;
}
.mais_acoes .dropdowntable{
  left: -116px !important;
}
#loading-bar-container{
  height: 100%;
  width: 100%;
  background: #ccc;
  top: 0px;
  left: 0px;
  position: absolute;
}

.pagination > li > a, .pagination > li > span {
  color: #555 !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #555 !important;
    border-color: #555 !important;
    color: #fff !important;
}
.pagination {
  margin: 10px 0 !important;
}
table .dropDownTable{
  border: none !important;
  padding: 0px !important;
  height: auto !important;
}
table i.mais_acoes{
  font-size: 17px;
  color: #a9a9a9;
  border: none !important;
}
table .acoes{
  display: inline-block;
  border-right: 1px solid #dddddd;
  margin-right: 4px;
  position: relative;
  vertical-align: middle;
}
table .acoes i{
  font-size: 17px;
  color: #a9a9a9;
  margin: 0px 3px;
}
table .acoes i.editar{
  margin-right: 10px;
}
.table {
    margin-bottom: 0px !important;
}
.login-right input:-webkit-autofill {
    color: #ccc !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 0 0px 9999px white !important;
}

.login-right input:-webkit-autofill:focus {
    color: #ccc !important;
    border-color: #66afe9 !important;
    -webkit-box-shadow: inset 0 0 0px 9999px white,
                        0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.close.close-count{
  display: none !important;
}

form *.required{
  border-bottom: 2px solid #f00 !important;
}
.warning_excluir{
  right: 10px;
  position: absolute;
  color: orange;
  bottom: 18px;
}
.modal-header.warning{
  background-color: #e8b769;
  border-color: #e59453;
}
.modal-header.danger{
  background-color: #d57d6d;
  border-color: #cf595b;
}
.modal-header.confirm{
  padding: 5px;
}
.sidenav-sub-menu a.submenu-custom{
  padding: 7px 15px;
}
.breadcrumb{
  padding-left: 6px;
}

.tabs-table li a,
.tabs-table li a:hover,
.tabs-table li a:active,
.tabs-table li a:focus{
  background-color: #f2f2f2;
  color: #555555;
  border-color: #eeeeee #eeeeee #ddd;
  padding: 7px 8px 5px 8px;
  font-size: 14px !important;
  transition: all 0.3s;
}
.tabs-table li.active a{
  background: #fff;
  color: #9e9e9e;
  border: 1px solid #ddd;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;
  padding: 7px 8px 5px 8px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.dropdown-menu > li > button {
  display: block;
  padding: 10px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.slideExportacao ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}


.slideExportacao ul[dnd-list] .dndDraggingSource {
  display: none;
}

.slideExportacao ul[dnd-list] .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

.slideExportacao ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  height: auto;
}
.slideExportacao ul[dnd-list] li i{
  margin-right: 14px;
}

.slideExportacao ul[dnd-list] li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}
.slideExportacao .onoffswitch-label {
  height: 24px;
}
.slideExportacao .onoffswitch-switch {
  height: 22px;
}
._exportacao_ *{
  font-size: 10px;
  font-family: arial;
  font-weight: normal;
}
._exportacao_ table tr td,
._exportacao_ table tr th{
  padding: 3px;
  max-width: 225px;
  word-wrap: break-word;
}

._exportacao_ .invoice-logo img{
  width: 120px;
}
._exportacao_{
  overflow: auto;
}

.notificacoesClass li div div span i.fa{
  font-size: 20px;
  margin-top: 0px;
  margin-left: -10px;
}
.notificacoesClass .notification-info{
  padding-left: 0px !important;
}

.notf-alta{
  color: #d57d6d;
}

.notf-media{
  color: #e8b769;
}

.notf-baixa{
  color: #999;
}
.panel .panel-heading{
  display: grid;
  padding: 15px 10px;
}
#notification .section-heading .pull-right.fa-filter{
  cursor: pointer;
}
table.table .dropdown-menu button{
  width: 100%;
  text-align: left;
  background-color: #fff;
}
.panel .panel-heading .dropdown-menu button{
  width: 100%;
  text-align: left;
  background-color: #fff;
}
.panel .panel-heading .dropdown-menu button:hover{
  background-color: #a4cd3a;
  color: #FFF;
}

.div_content_log{
  height: 2.26em;
  overflow: hidden;
}
.div_content_log.open {
    overflow: inherit;
}


.content_load_shearch {
  position: absolute;top: 34px;background-color: #FFFF;
  display: inline-block;padding: 0;margin: 0;width: 100%;
  max-height: 9em;z-index: 99999;overflow-x: hidden;
  border: 1px solid #c1c1c1;border-top: none;border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);overflow-y: auto; min-width: 220px;
}
.content_load_shearch ul {
  margin: 0;padding: 0;display: inline-block;width: 100%;
}
.content_load_shearch ul li {
  padding: 6px 4px;text-align: left;display: inline-block;
  text-overflow: ellipsis;overflow: hidden; white-space: nowrap;
  width: calc( 100% - 4px);
}
.content_load_shearch ul li:hover {
  background-color: #A4CD3A;color: #FFF; cursor: pointer;
}
.nuvem_tags{
  padding: 0; margin:0;
}
.nuvem_tags span{
  display: inline-block;position: relative;padding: 4px 18px 4px 4px;
  background-color: #ededed;border: 1px solid #c1c1c1;border-radius: 4px;
  margin-right: 0.5em;font-size: 0.8em;margin-top: 0.5em;
}
.nuvem_tags span:hover {
  background-color: #A4CD3A;color: #FFF; border-color: #A4CD3A;
}
.nuvem_tags span:hover i {
  color: #FFF;
}
.nuvem_tags span i {
  font-size: 12px; top: 5px; right: 3px; position: absolute; color: #ababab; cursor: pointer;
}

.modal-full .modal-dialog {
  width:  calc(100% - 15px) !important;
}

.modal-full-login .modal-content {
    background: none !important;
    border: none;
    box-shadow: none;
}

.modal-260 .modal-dialog {
  width:  340px !important;
}

.angucomplete-selected-row{
  background-color: red;
}



.telefone-country-code{
  width: 47px; padding: 2px; background:none; border: none;position: absolute;height: 25px; top:8px;
}
.telefone-country-code-active{
  background-color: rgba(0, 0, 0, 0.05);
}
.telefone-country-code div {padding: 5px 2px;}

 div.divInputFilterPaises {
  position: absolute;
  z-index: 2;
  text-align: left;
  /*padding: 7px !important;*/
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  top: 33px;
  left: 1px;
  width: 100%;
}
div.divInputFilterPaises input{
  padding: 7px !important;
}
 ul.telefone-country-code-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: auto;
  top: 67px;
  left: 1px;
  min-width: 100%;
  max-width: 130%;
  overflow-x: hidden;
}
 ul.telefone-country-code-list li {
  padding: 5px 10px;
}
 ul.telefone-country-code-list li.divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
    background:none !important;
}
 ul.telefone-country-code-list li:hover, .telefone-country-code-selected-row{
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.autocomplete-time{
  position: absolute;
  top: 31px;
  z-index: 2;
  /*min-width: 160px;*/
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.autocomplete_default ul {
  position: absolute;
  top: 33px;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  
  /*left: 16px;*/
  min-width: 200px;
}
.autocomplete_default ul li {
  padding: 5px 10px;
  position: relative;
}
.autocomplete_default ul li.divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
    background:none !important;
}
.autocomplete_default ul li:hover, .autocomplete_default-selected-row{
  background-color: #a4cd3a66;
  cursor: pointer;
}

.autocomplete_default ul li p {
    display: inline-block;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
    /*margin-right: 22px;*/
    margin: 0 22px 0 10px;
}
.autocomplete_default ul li p:nth-child(2) {
    margin-left: 4em;
    padding-left: 3em;
}
.datepickerCustom ul li:nth-child(1) div {
  padding: 1em;
}
.datepickerCustom table, {
  margin: 5px;
  outline: none;
}
.datepickerCustom table * {
  outline: none !important;
}

.datepickerCustom table .btn-default {
  border: 0;
}
/* .datpicker .text-info contains text for today's date but
   it dosn't work when we are not showing the current month */
.datepickerCustom .text-info {
    font-size: 14px;
    color: black;
}
/* .datpicker .btn-info contains selected date */
.datepickerCustom .btn-info {
    font-weight: bold;
    background-color: #39b3d7;
    color:#fff;
}
.datepickerCustom .btn:disabled  {
    font-weight: normal;
    color: gray;
}
.datepickerCustom .btn:disabled>.text-muted  {
    font-size: 14px;
    font-weight: normal;
    color: gray;
}
.datepickerCustom .text-muted  {
    font-size: 14px;
    font-weight: bold;
    color: #3b6b0f;
}
.datepickerCustom .btn:enabled  {
    font-size: 14px;
    font-weight: bold;
    color: black;
}
.datepickerCustom textarea:focus,

.datepickerCustom table:focus,

.datepickerCustom div:focus,

.datepickerCustom input:focus{

   outline: none;

}
.mce-container-body div.mce-toolbar-grp {
    padding-left: 150px !important;
}
.versoes {

    margin: 0;
    padding: 0;
    clear: both;
    float: right;

}
.versoes li span{
  position: absolute;
  bottom: 16px;
  margin: 0;padding: 0;
  color: #a4cd3a;
  margin-left: 12px;
  display: none;
}
.versoes li:hover {

    background-color: #d1d1d1;

}

.versoes li.ativo {
/*    background-color: #c1c1c1;//#ededed;
    color: #353535;//#c1c1c1;
    border-color: #c1c1c1;//#ededed;*/
    color: #5a6f22;
    font-weight: bold;

}
.versoes li.ativo span {
  /*display: block !important;*/
}

.versoes li.ativo.atual span, .versoes li.atual.ativo span {
  color: #718c2e;
}

.versoes li.atual {
    background-color: #A4CD3A !important;
    color: #FFF !important;
    border-color: #A4CD3A !important;
    font-weight: normal !important;
}

.versoes li {

    display: inline-block;
    padding: 2px;
        padding-right: 2px;
        padding-left: 2px;
    padding-left: 8px;
    border: 1px solid #ededed;//#c1c1c1;
    margin-left: 5px;
    border-radius: 10px;
    padding-right: 8px;
    cursor: pointer;
    background-color: #ededed; //#c1c1c1;
    color: #808080;//#353535;

}
input:disabled, select:disabled{
  background: none;
}
.espaco-alinhamento-cidades{
  padding-left: 15px;
  margin-bottom: 1em;
}

.table tbody tr td:nth-child(1) span:nth-child(1) {

    width: 15px;

}

ul.group-clear {
  top: 26px !important;
}
div.group-clear {
    margin-bottom: 2px !important;
}
div.group-clear input, div.group-clear select {
    padding-top: 4px;
    background: none;
    /*border: none;*/
}
.clear-tel span:nth-child(5) {
    padding: 0px !important;
    top: 7px !important;
    font-size: 1em !important;
    right: 0px !important;
}
.clear-tel div.telefone-country-code {
    top: 2px !important;
}
.linha-vermelha {
  background-color: #f903031a !important;
}






.tag-input-ctn {
    /*border: 1px solid #aaa;*/
    /*padding: 2px 3px;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*border-radius: 2px;*/
    /*box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);*/
    /*max-height: 60px;*/
    /*overflow: hidden;*/
    /*background: #FFF;*/
    /*margin-top: 2px;*/
}

    .tag-input-ctn input {
/*        height: 18px;
        padding: 0px;
        line-height: 18px;
        border: 0px;
        margin: 3px;
        height: auto;*/
    }

    .tag-input-ctn input:focus, .tag-input-ctn input:hover {
        /*outline: 0;*/
        /*box-shadow: 0px;*/
        /*background: #fff !important;*/
    }

    .tag-input-ctn .input-tag {
        padding: 2px 4px;
        line-height: 14px;
        font-size: 14px;
        background-color: #efefef;
        display: inline-block;
        float: left;
        border-radius: 2px;
        margin: 9px 3px 2px 0px;
        border: 1px solid #cfcfcf;
    }

    .tag-input-ctn .input-tag .delete-tag {
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        padding: 0px 2px;
    }

    .tag-input-ctn .input-tag .delete-tag:hover {
            background-color: #96b4d2;
    }

}
td i.fa-star-o, td i.fa-star, div i.fa-star-o, div i.fa-star, .cursorClick.fa-star-o, .cursorClick.fa-star {
    font-size: 14px !important;
}






.tag-input-ctn {
    /*border: 1px solid #aaa;*/
    /*padding: 2px 3px;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*border-radius: 2px;*/
    /*box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);*/
    /*max-height: 60px;*/
    /*overflow: hidden;*/
    /*background: #FFF;*/
    /*margin-top: 2px;*/
}

    .tag-input-ctn input {
/*        height: 18px;
        padding: 0px;
        line-height: 18px;
        border: 0px;
        margin: 3px;
        height: auto;*/
    }

    .tag-input-ctn input:focus, .tag-input-ctn input:hover {
        /*outline: 0;*/
        /*box-shadow: 0px;*/
        /*background: #fff !important;*/
    }

    .tag-input-ctn .input-tag {
        padding: 2px 4px;
        line-height: 14px;
        font-size: 14px;
        background-color: #efefef;
        display: inline-block;
        float: left;
        border-radius: 2px;
        margin: 9px 3px 2px 0px;
        border: 1px solid #cfcfcf;
    }

    .tag-input-ctn .input-tag .delete-tag {
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        padding: 0px 2px;
    }

    .tag-input-ctn .input-tag .delete-tag:hover {
            background-color: #96b4d2;
    }




div.tel-input-tags {
  width: 100%;
  margin: 5px 0px;
  display: inline-block;
  padding: 2px;
  line-height: 18px;
  color: #7a7a7a;
}
div.tel-input-tags span.tel {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 154px;
  line-height: 8px;
  padding: 1px;
  font-size: 12px;
}
div.tel-input-tags i.bts {
    float: right;
    font-size: 16px;
    margin-left: 4px;
    padding: 2px;
}


div.tel-input-tags div.edit_tag {
    width: 100%;
    display: inline-block;
    padding: 2px;
    line-height: 18px;
}
div.tel-input-tags div.edit_tag input {
    margin: 0px;
    padding: 0px;
    float: left;
    border: medium none !important;
    text-transform: lowercase;
    padding-top: 2px;
    font-size: 12px;
}
div.tel-input-tags div.edit_tag select {

    min-width: 55px !important;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 22px;
    max-width: 65px !important;
    margin-left: 3px;
    border: none !important;
    font-size: 13px;
    margin-top: 0px;
}
div.tel-input-tags div.edit_tag i.bts{

    float: right;
    font-size: 16px;
    margin-top: 2px;
    margin-left: 4px;
    padding: 2px;

}

div.clear-tel span.pointer-clear{
  top:1px !important;
}
div.clear-tel div.list-clear{
  top:1.9em !important;
}
div.list-open-tags{margin-bottom: 1em;}
div.list-open-tags ul {border: 1px solid #eee;
border-radius: 5px;
padding: 0px;
overflow: hidden;
color: #a49e9e;}
div.list-open-tags ul li:nth-child(2n+1) {
    background-color: #f5f5f5;
}
div.list-open-tags ul li {padding: 5px;}
div.list-open-tags ul li div span.tel{width: calc( 100% - 60px ) !important;}
div.list-open-tags ul li div i{float: right;padding-right: 6px;}

span.testes{ color: #008000a8; font-size: 0.75em; }

td.subtotal { padding-top: 7px; } 
td.subtotal span.valor{ margin-bottom: 3px; display: inline-block; width: 100% !important; }
td.subtotal span.valor_brl, span.valor_brl{ border-top: 1px solid #cccccc;margin-top: 0px;padding-top: 3px;display: inline-block;margin-bottom: 1px; }
div.list-open-tags ul li div i{float: right;padding-right: 6px;}

.dados_conexao span {

    padding: 4px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    margin-right: 4px;
    background: #fff;
    font-size: 0.85em;
    display: contents;
  }
.dados_conexao span strong {

    margin-right: 4px;
    text-transform: capitalize;

}
td.buttoes-contrato
{
  text-align: right;
  width: 160px;
}
td.buttoes-contrato a
{
    margin-right: 5.6px;
    padding: 2px;
}

div.input_user div.group {
  margin-bottom: 0px;
}
div.input_user div.group span, div.input_user div.group label
{
  display: none;
}
div.input_user div.group input
{
  padding-top: 0px;
}

div.input_user div.autocomplete_default ul
{
  top: 22px;
}