.table-fixed {table-layout: fixed;}
.table-fixed th, td {overflow: hidden;}
.brand img { height: 20px; }
#sms_counter { font-size: .8em; color: grey; }

ul.nav li.dropdown:hover > ul.dropdown-menu{ display: block; }
.navbar .dropdown-menu { margin-top: 0px; }
footer ul { margin-bottom: 0px; float: right;  width: 100%; }


.subnavbar .navbar-inner {
  background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
  background-image: linear-gradient(to bottom, #f2f2f2, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) inset;
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065) inset;
}

.modal-body .alert {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#modal-import-info,
.modal-body .alert {
  margin-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

#contacts .modal-body {
  padding-bottom: 0;
}

#fields select {
  margin-bottom: 0;
}

#fields form {
  margin-bottom: 0;
}



.editable-click {
  border-bottom: 0 !important;
}

div#user-list table td {
  border-left: 0;
}


#stats iframe {
  height:100%;
  width:100%;
  min-height: 674px;
  margin-bottom: 40px;
}

/* iframe's parent node */
div#stats {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fafafa;
}

.body-stats {
	background-color: #fafafa;
}

/* iframe itself */
div#stats > iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}


.hourlabel
{
	width:100px;
}


.hourranges
{
	
}


.hourranges input
{
	width: 101px;
}

#addedit
{
	/* new custom width */
    width: 560px;
    /* must be half of the width, minus scrollbar on the left (30px) */
    margin-left: -280px;
}

#addedit form
{
	margin-left: 0px;
}


#addedit form.form-horizontal .control-label
{
	min-width:140px;
}

#addedit form.form-horizontal .controls
{
	margin-left:160px;
	min-width: 370px;
}



.tit_mag
{
	font-size:24px;
	font-weight:bold;
	color:#e5007e;
	margin-left: 20px;
}

.mag b
{
	font-weight:bold;
	color:#e5007e;
}

table.table-striped th {
	font-weight:bold;
}

.nav_pestanas {
																				/*float:left;*/
width:100%;
padding-top:16px;
 background: none repeat scroll 0 0 #f6f7f5;
																				/*min-height: 40px;*/
}

.badge {
 background-color: #e5007d;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bolder;
    line-height: 1;
    margin-left: 5px;
    margin-top: 2px;
    min-width: 10px;
    padding: 4px 7px;
    position: absolute;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.btn_right {
height: 40px;
position; absolute;
right: 60px;
top: 182px;
width: 30%;
position:absolute;
}


.certified
{
  background-image: url('/img/icon-certified.png') !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  background-position: right center !important;
}

.nav-tabs {
  padding-top:12px;padding-left:20px;
  background: none repeat scroll 0 0 #f6f7f5;
}

.input-append{margin-left: 0;}


.form-envio{margin-botton: 0 !important;}
.tab-envio{min-height:540px;}
#fields-list-scroll{
	max-height: 450px;
    overflow: auto;
    margin-bottom: 20px;
}

.available-vars {margin-left: 25px;}
.info {min-height:20px;}

.dropzone
{
  margin:0 auto;
  width: 100%;
  border: 2px dashed #333;
  min-height:190px;
  border-radius: 5px;

}

.dropzone.in {
    border: 2px solid #333;
}

.dropzone.hover {
    border: 2px solid #333;
    background-color: #f8f8f8;
}

.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}


.dropzone > .uploadinfo > #icon
{
  text-align:center;
  padding-top:10px
}

.dropzone > .uploadinfo > .legend
{
  margin-right: 9px;
}

.dropzone > .uploadinfo > #button
{
  text-align:center;
  padding-bottom: 10px;
} 


.dropzone > .uploadmessages
{
  display:none;
  position: relative;
}


.dropzone > .uploadmessages > #icon
{
  text-align:center;
  padding-top:10px
}

.dropzone > .uploadmessages > .legend
{
  margin-right: 9px;
  margin-bottom: 0px;
  text-align: center;
}

.dropzone > .uploadmessages .cancelbtn
{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
}

.dropzone > .uploadmessages > #motivo
{
  padding: 10px;

}

.dropzone > .uploadmessages > #motivo > input
{

}

.p0
{
  padding:0;
}


.m0
{
  margin:0 !important;
}
