.row-selected {
	background-color: darkblue !important;
	color: #ffffff;
}
.thead {
	background-color: #008CCE;
	color: #ffffff;
}
.thead th {
	text-align: center;
	vertical-align: middle !important;
}
.no-mar-btm {
	margin-bottom: 10px;
}
.input-group-addon.short {
	width: 150px;
	vertical-align: top;
}
.input-group-addon.nopad {
	padding: 0px;
	width: 20px;
}
.input-group-addon.nopad button {
	border: none;
}
.form-control.short {
	height: auto;
	min-height: 30px;
	width: 270px;
}
.note-btn {
	padding: 2px 5px !important;
}
.no-pre {
	font: inherit;
	border: none;
	padding: 0px;
}
.mar-btm {
	margin-bottom: 10px;
}
#page-title h1 {
	color: #ffffff;
}
.togglec ul {
	margin-left: 30px;
}
.togglec p {
	margin-bottom: 10px;
}
.modal-header-green {
	background-color: #59BA41;
}
.modal-header-amber {
	background-color: #EB9C4D;
}
.modal-header-red {
	background-color: #C02942;
}
.modal-header-aqua {
	background-color: #53C6D0;
}
.modal-header-green h4, .modal-header-amber h4, .modal-header-red h4, .modal-header-aqua h4 {
	color: White;
}
div.jHtmlArea .ToolBar ul li a.custom_disk_button {
    background: url(images/disk.png) no-repeat;
    background-position: 0 0;
}
div.jHtmlArea {
	 border: solid 1px #ccc;
}
.login {
	width: 100%;
}
.noticia h3 {
	color: #5988BC;
	margin-bottom: 10px;
}
.noticia h5 {
	color: #CCCCCC;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: normal;
}
.slider-caption h3 {
	font-size: 40px;
}
.datepicker {
	z-index: 1151 !important;
}
#primary-menu ul li > a {
	text-transform: none;
}
#page-title {
	background-color: #83C9EA;
	padding: 20px;
}
#map {
	width: 100%;
	height: 400px;
}
.side-tabs ul.tab-nav {
	float: left;
	width: 225px;
	padding: 20px 0;
	border-bottom: 0;
	border-right: 1px solid #DDD;
}
.tab-nav ul li {
	font-size: 10px;
}
.table-small, .table-medium {
	border: solid 1px #ddd;
	font-size: 10px;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table-medium {
	font-size: 12px;
}
.table-small th, .table-small td, .table-medium th, .table-medium td {
	padding: 2px 3px !important;
}
.table-no-padding th, .table-no-padding td {
	padding: 1px;
}
.table {
	border: solid 1px #ddd;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #83C9EA;
}
.button-previous, .button-next {
    background-color: #008CCE;
	border: solid 1px #83C9EA;
    color: #ffffff;
    float: left;
    font-weight: 600;
	height: 34px;
	width: 34px;
}
.button-previous {
    border-right: none;
}
.button-next {
    border-left: none;
}
.stats-title {
	background-color: #ffffff;
	border: solid 1px #83C9EA;
	color: #555555;
    float: left;
	height: 34px;
	padding: 5px;
	text-align: center;
}
.legend {
	font-size: 12px;
	text-align: center;
}
.legend span {
	border: solid 1px #777777;
	display: inline-block;
	height: 12px;
	margin-left: 20px;
	width: 12px;
}
.input-group > span {
	font-weight: 600;
	text-align: left;
	width: 150px;
}
.radio-button-list {
	margin-top: 10px;
	margin-bottom: 0px;
}
.radio-button-list label {
	font-weight: 400;
	padding: 0 30px 0 10px;
	text-transform: none;
}
#progressText {
	margin-bottom: 20px;	
}
.criticidad-baja {
	background-color: Yellow;
}
.console {
	background-color: Black;
	color: White;
	margin: 0px;
	padding: 20px;
	height: 400px;
	overflow-y: auto;
	font-family: "Lucida Console";
}
.green {
	color: #09FF1A;
}
.yellow {
	color: #FDFF59;
}
.red {
	color: #FF5E33;
}
.blue {
	color: #2632D4;
}
.grid-success {
	background-color: #dff0d8;
	color: #3c763d;
}
.grid-warning {
	background-color: #D3F1FF;
	color: #8a6d3b;
}
.grid-danger {
	background-color: #f2dede;
	color: #a94442;
}
.panel-success {
    border-color: #83C9EA;
}
/*gridview*/
.table table,
.table-small table { 
	margin-bottom: 0px;
}
.table table  tbody  tr  td a,
.table-small table  tbody  tr  td a,
.table table  tbody  tr  td  span,
.table-small table  tbody  tr  td  span {
	position: relative;
	float: left;
	padding: 2px 8px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #008CCE;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.table table > tbody > tr > td > span,
.table-small table > tbody > tr > td > span {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #008CCE;
	border-color: #008CCE;
}

.table table > tbody > tr > td:first-child > a,
.table-small table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span,
.table-small table > tbody > tr > td:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table-small table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span,
.table-small table > tbody > tr > td:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table-small table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table-small table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table-small table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus,
.table-small table > tbody > tr > td > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.table-small table > tbody > tr > td {
	padding: 0px;
}
.subtitle {
	color: White;
	background-color: #1D3151;
	font-size: 10px;
	padding-left: 10px;
	margin-top: 4px;
}
.cms-title {
	margin: 10px 0;
}
.cms-label {
	height: 36px;
}
.cms-input-container {
	width: 50px;
	height: 30px;
	padding: 0px;
	text-align: center;
}
.cms-input {
	width: 30px;	
}
.my-panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-color: #008CCE;
	color: #ffffff;
}
.my-panel-heading select {
    color: Black;
}
pre {
	display: inherit;
	padding: inherit;
	margin: inherit;
	font-size: 16px;
	line-height: inherit;
	word-break: inherit;
	word-wrap: inherit;
	color: inherit;
	background-color: inherit;
	border: inherit;
	border-radius: inherit;
}
.margin-right {
	margin-right: 10px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.drop-zone-container {
	padding: 0;
	height: 80px;
	cursor: pointer;
}
.drop-zone, .drop-zone-over, .drop-zone-drop {
    font-size: 18px;
    color: #A7A7A7;
    height: 78px;
    padding: 25px;
    text-align: center;
    width: 487px;
}
.drop-zone-over {
    background-color: #83C9EA;
}
.drop-zone-drop {
    background-color: #555555;
}
.drop-zone-upload-result {
	display: none;
	padding: 5px 15px;
}
/*Campaigns*/
.campaign-image {
	background: url(../images/campaign.png) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 70px;
	padding-left: 7px;
	padding-top: 22px;
	text-align: center;
	vertical-align: middle;
	width: 156px;
}
.campaign-image:hover {
	color: #ffffff;
}
.campaign-title {
	font-size: 16px;
	font-weight: bold;
}
.campaign-commentary {
	font-size: 14px;
	padding: 0;
	width: auto;
	overflow-x: hidden;
}
.campaign-date {
	color: Gray;
	font-size: 12px;
	font-style: italic;
}
.campaign-status {
	color: Green;
	font-size: 16px;
	font-weight: bold;
}
.campaign-company, .campaign-application, .campaign-category, .campaign-user {
	font-size: 12px;
}
.history-number {
	font-weight: bold;
}
/*Clases de acuerdo al tamaņo de la pantalla*/
.modal-sm {
	width: 700px;
}
.text-edit {
	width: 639px;	
}
.textarea-edit {
	width: 665px;	
}
@media (min-width: 768px) and (max-width: 1024px) {
	#header.full-header #logo {
		padding-right: 10px;
		margin-right: 10px;
	}
	#page-menu .menu-title { font-size: 16px; }
	#page-menu .menu-title span { font-weight: 400; }
	#page-menu nav li a { margin: 8px 2px; }
}
@media (min-width: 480px) and (max-width: 767px) {
	.modal-sm {
		width: 620px;
	}
	.text-edit {
		width: 559px;	
	}
	.textarea-edit {
		width: 585px;	
	}
}
@media (max-width: 479px) {
	.modal-sm {
		width: 340px;
	}
	.text-edit {
		width: 279px;	
	}
	.textarea-edit {
		width: 305px;	
	}
	#logo {
		margin-left: 50px !important;
	}
}
