/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.tablelinksenlace td{
  vertical-align: middle !important;
}
#debug-panel {
	background: #fff;
	padding: 20px;
}

.modal-body {
	overflow: hidden;
}

.rowOption {
	margin-top: 10px;
}

.portlet-body {
	overflow: hidden;
}

.modal-dialog {
	width: 605px;
}

.tiles .tile.iconos .tile-body {
	padding: 0;
}

.tile.iconos .corner:after,
.tile.iconos .check:after {
	z-index: 100;
}

.extDesc {
	background: url(../../../global/img/file.png);
	width: 24px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding-top: 12px;
}

.descDesc {
	text-align: center;
	cursor: pointer;
}

.descDesc .icon-info::before,
.descDesc .icon-cloud-download::before{
	font-size: 25px;
	cursor: pointer;
}

.fechaRecordCont, .desestimadoCont, .numPedidoCont, .fechaSegCont, .contenidoEmail {
	display: none;
}

.jtable-toolbar-item-add-record {
	vertical-align: middle;
}

div.jtable-main-container table.jtable tbody tr > td .jtable-command-button {
	top: 0;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
	padding: 0;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar {
	top: 5px;
}

div.jtable-main-container div.jtable-title {
	background: #4b8df8 ;
	border-bottom: 1px solid #ddd!important;
	color: #fff;
}

.noChange::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ff0000!important;
}
.noChange:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ff0000!important;
   opacity:  1;
}
.noChange::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ff0000!important;
   opacity:  1;
}
.noChange:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ff0000!important;
}

.point {
	cursor: pointer;
}
.verDatosCliente {
	cursor: pointer;
  color: #428bca;
}
.verDatosCliente:hover {
	text-decoration: underline;
}

/***
Contact modal
***/
.modalContacts {
  margin: 0;
  padding: 0;
}
.infoMail li,
.modalContacts li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}
.modalContacts li .body {
  display: block;
}
.modalContacts li .avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.modalContacts li.in .avatar {
  float: left;
  margin-right: 10px;
}
.modalContacts li.out .avatar {
  float: right;
  margin-left: 10px;
}
.modalContacts li .name {
  color: #3590c1;
  font-size: 13px;
  font-weight: 400;
}
.modalContacts li .datetime {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
.infoMail li .message,
.modalContacts li .message {
  display: block;
  padding: 5px;
  position: relative;
}
.infoMail li.in .message,
.modalContacts li.in .message {
  text-align: left;
  border-left: 2px solid #1BBC9B;
  background: #fafafa;
}
.modalContacts li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #1BBC9B;
}
.modalContacts li.out .message {
  border-right: 2px solid #F3565D;
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}
.modalContacts li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #F3565D;
}
.modalContacts li.out .name,
.modalContacts li.out .datetime {
  text-align: right;
}

.datosClient .static-info {
  margin-bottom: 2px;
}
.btAddDomain {
  margin-top: 10px;
}
.presAnt i,
.linkMailEdit span {
  font-size: 15px;
  vertical-align: middle;
}
.btsFlotantes {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: rgba(245,245,245,0.5);
  padding: 20px;
  border: 1px solid #7cacfa;
}

.portlet.box > .portlet-title > .tools > a.sendMail {
  color: #fff;
}
.btSend a {
  color: #777;
}
.icon-paper-clip{
  color: #777!important;
}
.selectedProy,
.icon-paper-clip.conten,
.icon-plus.conten {
  color: #ff6000!important;
}
.inbox-view-header h1 {
  line-height: 30px!important;
}
.saveCompose {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: right;
}
.saveCompose button{
  margin-right: 5px;
}
.select2-container--open {
  z-index: 1000000;
}
.todayTask {
  color: #0000ff;
}
.pastTask {
  color: #ff0000;
}
.dropCheck {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 18px;
  padding: 6px 13px;
  text-decoration: none;
  white-space: nowrap;
}

.destTxt,
.remTxt {
  display: none;
}

.has-error {
  color: #a94442;
}

.contentAcciones {
  display: none;
  margin-bottom: 10px;
}
form.jtable-dialog-form div.jtable-textarea-input textarea {
  width: 100%!important;
}
.enlTabla {
  color: #000;
}
.listMailsFeed .col1,
.listMailsFeed .col2 {
  width: auto!important;
}
.btDelEmail {
  cursor: pointer;
}

.feeds li .col1 > .cont > .cont-col2 {
  pointer-events: none;
}
.modalBig .modal-dialog {
  width: 80%;
}
.createClient {
  color: #fff;
}
.createClient:hover {
  color:#b0cdfc;
}
.btDest {
  color: #ddd;

}
.spinner {
  width: 65px;
  float: left;
}
.puntosHora {
  padding: 5px;
  float: left;
}

.spinnerBig {
  width: 100px;
}

.blog-page h4.media-heading {
  position: relative;
}

.blog-page h4.media-heading span {
  color: #777777;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 3px;
}

.menosDest {
  color: #555;
}

/* Nestable */

.dd3-priority {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 3px;
}

.meet-our-team h3 {
  font-size: 20px;
}

.contactos .team-info {
  min-height: 110px;
}

.contact-image {
  position: relative;
}

.contact-profile-edit {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 12px;
  margin: 0;
  opacity: 0.6;
  padding: 3px 9px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.contact-image:hover .contact-profile-edit{
  display: block;
}

.ms-container {
  width: auto!important;
}

div.progeso {
  background-color: #ffffff;
  border-bottom: 1px solid #f4f4f4 !important;
  clear: both;
  color: #666;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 10px;
  text-shadow: none;
  white-space: normal;
  min-width: 150px;
}

div.progeso .task {
  margin-bottom: 5px;
}
div.progeso .task .desc {
  font-size: 13px;
  font-weight: 300;
}
div.progeso .task .percent {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  float: right;
  display: inline-block;
}
div.progeso .progress {
  display: block;
  height: 11px;
  margin: 0px;
}

.utilsTemplate {
  padding: 15px 0 0 0;
}

div.utilTemp {
  width: 120px;
  height: 120px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  margin: 0 0 15px 15px;
  float: left;
  background: #fff url("../img/boletines/blocks_sprite.png") no-repeat scroll center -114px / 114px auto;
  text-align: center;
  padding-top: 90px;
  cursor: -webkit-grab; 
  cursor: -moz-grab;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
}


.utilTemp.utilText {background-position: center -585px;}
.utilTemp.utilBoxedText {background-position: center -809px;}
.utilTemp.utilImg {background-position: center -348px;}
.utilTemp.utilHR {background-position: center -473px;}
.utilTemp.utilBT {background-position: center -6px;}
.utilTemp.utilLegalText {background-position: center -698px;}
.utilTemp.utilSignatureText {background-position: center -232px;}
.utilTemp.utilUnsubscribeText {background-position: center -117px;}

.templateContent {
  padding: 1%!important;
  position: relative;
}

.bloque {
  width: 100%;
  min-height: 60px;
}

@media (max-width: 768px) {
  .input-xlarge {
    width: 280px !important;
  }
  .modalBig .modal-dialog {
    width: 96%;
    margin: 2%;
  }
  
  .crearTarea {
    margin: 5px 0 5px 0;
    float: right;
  }
}

@media (max-width: 480px) {
  .inbox-content {
    overflow-x: scroll;
  }
}


/*  Editor boletines  */

.templateContent {
  background: #eee!important;
  padding: 0!important;
}

.contentTemplate {
  width: 600px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.contentTemplate h1, 
.contentTemplate h2, 
.contentTemplate h3,
.contentTemplate h4,
.contentTemplate h5,
.contentTemplate h6 {
  font-family: inherit;
}

.contentDropp {
  position: relative;
  z-index: 100;
}

.droppable {
  border: 1px solid rgba(255,255,255,0);
  position: relative;
}

.droppable .content {
  padding: 10px;
}

.droppable .content img {
  max-width: 100%;
}

.droppable-above {
  display: block;
  padding-top: 20px;
}

.droppable-below {
  display: block;
  padding-bottom: 20px;
}

.avisoDrop {
  background: #aedfff;
  text-align: center;
  padding: 4px;
  border-top: 1px solid #0090f0;
  border-bottom: 1px solid #0090f0;
  /*position: absolute;*/
  width: 100%;
  z-index: 50;
  left: 0;
  /*display: none;*/
}

.utilsBar {
  padding: 5px;
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  display: none;
  background: rgba(255,255,255,0.5);
  color: #000;
  font-size: 13px;
}

.droppable:hover {
  border: 1px solid #ccc;
}

.droppable:hover .utilsBar{
  display: block;
}


.utilsBar i {
  cursor: pointer;
  margin: 0 3px;
}

.contentImgsSelect {
  overflow: hidden;
}

.contentImgsSelect .selectImage {
  float: left;
  border: 1px solid #ccc;
  margin: 5px 5px 0 0;
  position: relative;
}

.contentImgsSelect .radioSelImg {
  position: absolute;
  top: 5px;
  left: 5px;
}

.uploaderEditor {
  margin-top: 10px;
}

.contBtUpload {
  float: left;
}

.contentDropp .section {
  overflow: hidden;
  clear: both;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid rgba(75,141,248,0);
}

.contentDropp.hover .section {border: 1px solid #4b8df8;}

.tituloSeccion {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #4b8df8;
  border-right: 1px solid #4b8df8;
  padding: 3px 5px;
  background: rgba(255,255,255,0.9);
  z-index: 999;
  color: #4b8df8;
  font-weight: bold;
  display: none;
}

.contentDropp .columna{}

.columnas-2 {
  float: left;
  width: 50%;
}

.hideOverflow {
  overflow: hidden;
}

#template-overlay {
  background: rgba(255,255,255, 0.8);
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10000;
  height: auto;
  width: auto;
  bottom: 0;
  position: fixed;
  right: 0;
}

.sinPanel {
  background: #fff;
}

.sinPanel .containerPage {
  margin-top: 50px;
}
.sinPanel .page-header.navbar {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.page-buttons-sinPanel {
  float: right;
  margin: 5px 5px 0 0;
}

.loaderIframe .pace-activity{
  top: 50%!important;
  left: 50%!important;
}

.btPlantilla,
.btSchema {
  border: 2px solid #fff;
  opacity: 0.5;
  cursor: pointer;
}
.btPlantilla:hover,
.btSchema:hover {
  opacity: 1;
}
.btPlantilla.selected,
.btSchema.selected {
  opacity: 1;
  border-color: #35aa47;
}
.colorpicker-element .input-group-addon .btn {
  padding: 0;
  line-height: 1;
}
.ovHid {
  overflow: hidden;
}
.alignCenter {
  text-align: center;
}

.txtSinBloque {
  text-align: center;
  font-weight: bold;
  padding: 20px 10px;
  background: #f5f3f3;
  font-size: 13px;
  color: #000;
}
.buscSep {
  margin-top: 10px;
}
.selectorImg {
  border: 1px solid #ccc;
  margin: 2px;
  background: #f7f7f7;
  color: #959595;
  font-weight: bold;
  overflow: hidden;
}

.txtSelectorImg {
  padding: 0 0 10px 0;
}
.imgIntSelectorImg {
  width: 128px;
  height: 128px;
  background: url(../img/boletines/thumbImg.png);
  margin: 0 auto;
}
.btSearchEnlSusc {
  cursor: pointer;
}
.btDelImg {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
  color: black;
  cursor: pointer;
}

/* Uploader */

.dropzone {
  border: 2px dashed #0087F7!important;
  border-radius: 5px;
  background: white;
}

.dropzone .dz-message {
  font-weight: 400;
}

.dropzone .dz-message .note {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin-top: 1.4rem;
}

.dropzone .dz-preview .dz-error-message {
  color: #fff!important;
}

.dropzone .dz-message h2 {
  color: #646C7F;
  font-size: 28px;
  font-weight: bold;
}

.dropzone .dz-message {
  color: #646C7F;
  font-size: 24px;
}

.dropzone .dz-message span {
  color: #000;
  font-size: 14px;
}

.dropzone .dz-image img {
  max-width: 100%;
  height: auto;
}
.manualTags .tag {
  float: left;
  margin-right: 10px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 5px 8px 5px 5px;
  font-size: 10px;
}
.manualTags .tag button {
  margin-top: 4px;
  margin-left: 6px;
}
#bajaButtom{
	text-align:center;
}
.tit_unsus{
	text-align:center;
	color:#5B5B5B !Important;
}
#bajaButtom input{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #fff;
    background-color: #d0112b;
    border-color: #d0112b;
}
.nopadding{
  padding: 0 !important;
}
.mx15{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.text-center{
  text-align: center;
}