.bd-callout {   padding: 1.25rem;   /*margin-top: 1.25rem;   */margin-bottom: 1.25rem;   border: 1px solid #eee;   border-left-width: .40rem;   border-radius: .25rem; } 
.bd-callout h4 {   margin-top: 0;   margin-bottom: .25rem; } 
.bd-callout p:last-child {   margin-bottom: 0; } 
.bd-callout code {   border-radius: .25rem; } 
.bd-callout + .bd-callout {   margin-top: -.25rem; } 


/* Themes for different contexts */
.bd-callout-danger {
background-color: #FFFFFF;
border-color: #EEEEEE;
border-left-color: #B13138;
}
.bd-callout-warning {
background-color: #FFFFFF;
border-color: #EEEEEE;
border-left-color: #FBBC05;
}

.bd-callout-info {
background-color: #FFFFFF;
border-color: #EEEEEE;
border-left-color: #03A9F4;
}
.bd-callout-success {
background-color: #FFFFFF;
border-color: #EEEEEE;
border-left-color: #37AC37;
}

.scroll-cell {
	height: 15px;
	overflow: auto;
	overflow-x: hidden;
}

.cancelTab_true {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #1b5386;
}

.cancelTab_false {
	
}


.over:hover{
	padding: 1px;
}


.avatar{
	background: url("../resources/images/avatar.png") center center !important;
	width: 24px;
	height: 24px;
}

textarea {
	resize: none;
}

.text-word-wrap {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

.label-export {
	/*font-weight: normal;*/
	color: #067E47;
	padding: 5px;
}

.form-separator {
	padding: 0 0 50px 100px;
	border-left: 1px solid #EEEEEE;
}

#splashRepeatLeft {
	background: url(../resources/images/splash/splash-left.jpg) repeat-y
		left;
}

.splashRepeatRight {
	background: url(../resources/images/splash/splash-left.jpg) repeat-y
		right;
}

.block {
	display: block;
}

.colorRowPromotion {
	background-color: #FFECEB;
	color: #A51B09;
}

.colorRowPromotionInfo {
	color: #A51B09;
}

.colorRowPromotionDisabled {
	color: #B2A9A9;
}

.colorRowPromotionAsDrag {
	color: #FFA500;
}

.cuadradoPromotionDisabled {
     width: 15px; 
     height: 15px; 
     background: #B2A9A9;
}

.cuadradoPromotionAsDrag {
     width: 15px; 
     height: 15px; 
     background: #FFA500;
}

.cuadradoColorRowPromotionInfo {
	  width: 15px; 
     height: 15px; 
     background: #A51B09;
}





.landing-wrapper #modules {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center; }
  .landing-wrapper #modules h2 {
    font-weight: 400; }
  .landing-wrapper #modules p {
    color: #757575; }
  .landing-wrapper #modules .modules-box .card {
    height: 100%;
    padding: 0; }
  .landing-wrapper #modules .modules-box .modules-header {
    padding: 40px 0;
    color: #ffffff; }
    .landing-wrapper #modules .modules-box .modules-header span {
      display: block;
      line-height: 48px; }
      .landing-wrapper #modules .modules-box .modules-header span.name {
        font-weight: 300;
        font-size: 24px; }
      .landing-wrapper #modules .modules-box .modules-header span.fee {
        font-size: 48px;
        font-weight: 700; }
      .landing-wrapper #modules .modules-box .modules-header span.type {
        font-weight: 300;
        font-size: 16px; }
  .landing-wrapper #modules .modules-box .modules-content ul {
    margin: 0;
    padding: 30px 20px;
    list-style-type: none; }
    .landing-wrapper #modules .modules-box .modules-content ul li {
      font-size: 18px;
      text-align: left;
      padding: 10px 14px; }
      .landing-wrapper #modules .modules-box .modules-content ul li i {
        margin-right: 20px;
        vertical-align: middle; }
      .landing-wrapper #modules .modules-box .modules-content ul li span {
        vertical-align: middle; }
  .landing-wrapper #modules .modules-box.modules-basic .modules-header {
    background-color: #3f51b5; }
  .landing-wrapper #modules .modules-box.modules-basic i {
    color: #3f51b5; }
  .landing-wrapper #modules .modules-box.modules-standard .modules-header {
    background-color: #e91e63; }
  .landing-wrapper #modules .modules-box.modules-standard i {
    color: #e91e63; }
  .landing-wrapper #modules .modules-box.modules-professional .modules-header {
    background-color: #607d8b; }