.logo_adsmovil {
	width: 70%;
}

span.collapse_logo {
	color: #AF1685;
	font-weight: bold;
}

span.collapse_logo2 {
	color: #00C8FC;
}

.filters {
	margin-top: 15px;
	border: 1px solid #AF1685;
	padding: 10px 0 5px 0;
	background-color: #FFF;
}

.filter_actions {
	text-align: right;
}

.filter_actions input, .filter_actions a {
	margin-top: 25px;
	min-width: 100px;
}

.clean-filter-btn {
	margin-left: 10px;
}

.align-right {
	text-align: right;
}

.content-header>h1.pull-left {
	padding-top: 5px;
}

.table>thead>tr>th {
    border-bottom: 1px solid #000000;
}

.content-wrapper {
	background-color: #FFFFFF; 
}

.box, .box.box-primary {
	margin-top: 15px;
	border: 1px solid #AF1685;
}

.box.box-default {
  margin-top: 15px;
  border: 1px solid #AFAFAF;
}

.form-group {
	margin-top: 5px;
	margin-bottom: 10px;
}

.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #AF1685;
    border-color: #AF1685;
}

.btn-primary, 
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary.active:hover {
	background-color: #AF1685; 
	border-color: #AF1685;
}

.btn-danger, .btn-danger:hover {
	background-color: #FFFFFF;
	border-color: #AF1685;
	color: #AF1685;	
}

.btn-default {
	border-color: #CCC;
}

.btn.btn-xs {
	border-color: #AF1685;
	color: #AF1685;	
	background-color: #FFF;	
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: #EFF5FA;
    min-height: 35px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #EFF5FA;
    min-height: 35px;
}

.form-control {
	background-color: #EFF5FA;
}

.alert.alert-success {
	border-color: #AF1685 !important;
	background-color: #AF1685 !important;
	margin-top: 15px;
	margin-bottom: 5px;
}

.alert.alert-code {
	background-color: #F9F2F4;
}

.table {
	margin-bottom: 0;
}

.pagination {
	margin: 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

label {
	width: 100%;
}

.image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.image-preview-input-title {
  margin-left: 2px; }

.submit-file {
  text-align: center;
  padding: 10px; 
}

code {
    width: 100%;
    overflow: scroll;
    display: block;
}

.alert.alert-code a {
	text-decoration: none;
}

.alert.alert-code a.btn-test {
	margin-top: -1px;
}

.dropdown-header {
	color: black;
	font-weight: bold;
	font-size: 1em;
}

.btn.dropdown-toggle, .btn.dropdown-toggle .filter-option {
    color: #333;
    background-color: #EFF5FA !important;
    border-color: #d2d6de;
} 

.btn-label { 
	background-color: #666; 
}

.custom-file-upload.input-font {
    background-color: #00a9e0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: center;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 6px;
    width:auto;
}

input.error {
	border-color: red;
	background-color: #fcd1d1 !important;
}



img.md-os-logo{
	display: block;
    width: 60px;
    height: 60px;
    background-color: #e0e0e0;
    border-radius: 5px;
    padding: 5px;
    border: 1px #AeAeAe solid;
}

img.sm-os-logo{
	display: block;
    width: 22px;
    background-color: #e0e0e0;
    padding: 2px;
}