
/* ------------------ General -------------------- */

body {
    font-family: Calibri, Tahoma;
    margin:0px auto !important;
    /*width:1000px;*/
    max-width:800px;
}

.calc1TabContent{
    border-right: 1px solid #DDDDDD;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.rowSeparator {
    width: 100% !important;
    height: 2px !important;
    background-color: #ABE598 !important;
    margin: 6px !important;
    box-shadow: 0px -1px 0px 0px #B6B6B6;
}

.timerToggle > .toggle.btn{
  min-width: 110px;
}


/* ------------------ Boxes -------------------- */

.boxTitle {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    /*background-color: #CCCCCC;*/
    border-radius: 3px 3px 0px 0px;
    margin: 0px;
    padding: 0px;
    background-image: linear-gradient(to bottom,#ABEA91 0,#FFFFFF 100%);
    background-image: -webkit-linear-gradient(top,#ABEA91 0,#FFFFFF 100%);
    background-image: -o-linear-gradient(top,#ABEA91 0,#FFFFFF 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ABEA91),to(#FFFFFF));
}

.boxSubtitle {
    font-size: 12px;
    margin: 5px 3px 0px 0px;
}

.boxTitleWhite {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}






.boxRoundLeft{
    border: 1px solid #999999;
    border-radius: 4px;
    text-align:center;
    padding: 2px;
    background-color: #FCFCFC;
}
.boxRoundPhLeftTop{
  height: 2px;
  margin-bottom: 10px;
}

.boxRoundMiddle{
    border: 1px solid #999999;
    border-radius: 4px;
    text-align:center;
    padding: 2px;
    background-color: #FCFCFC;
}

.boxRoundPhMiddleTop{
  height: 2px;
  margin-bottom: 10px;
}

.boxRoundRight{
    border: 1px solid #999999;
    border-radius: 4px;
    text-align:center;
    padding: 2px;
    background-color: #FCFCFC;
}

.boxRoundPhRightTop{
    height: 2px;
  margin-bottom: 10px;
}

.boxPreTitle{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.boxPreTitleGas{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.boxPreTitleSec{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.boxPreTitleSecGas{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.boxPreSubTitleSec{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 3px;
}

/* Guide lines for boxes when screen allows it */
@media (min-width: 768px) {
  
  .boxRoundLeft::before{
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
  }
  
  .boxRoundPhLeftTop::after{
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
  }
  
  .boxRoundMiddle::before{
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
  }
  
  .boxRoundPhMiddleTop::after{
    content: '';
    position: absolute;
    top: -8px;
    left: 0px;
    border-top: 1px solid #ccc;
    width: 100%;
    height: 20px;
  }
  
  .boxRoundRight::before{
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
  }
  
  .boxRoundPhRightTop::after{
    content: '';
    position: absolute;
    top: -8px;
    left: 0px;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
  }
  
  .boxPreTitle::after{
    content: '';
    position: relative;
    top: 27px;
    left: -8%;
    border-right: 1px solid #ccc;
  }
  
  .boxPreTitleGas::after{
    content: '';
    position: relative;
    top: 33px;
    left: -18%;
    border-right: 1px solid #ccc;
  }

  .boxPreTitleSec::after{
    content: '';
    position: relative;
    top: 27px;
    left: -6%;
    border-right: 1px solid #ccc;
  }
  
  .boxPreTitleSecGas::after{
    content: '';
    position: relative;
    top: 33px;
    left: -18%;
    border-right: 1px solid #ccc;
  }
  
  .repago::after{
    content: '';
    position: relative;
    top: 30px;
    left: -50%;
    border-right: 1px solid #ccc;
  }

}




/* ------------------ Tabs -------------------- */

.nav-tabs>li.active>a{
    font-weight: bold !important;
}

/* ------------------ NavBar -------------------- */

.navbar-default {
    border-radius: 0px !important;
    background-image: none !important;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.3) !important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3) !important;
}

/* ------------------ Panels -------------------- */

.panel {
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.3) !important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3) !important;
}

.panel-default{
    border-color: #A6E890 !important;
    border-radius: 0px !important;
    border: 0px solid !important;
}
/* This is with gradient
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#C0F0B1 0,#9BE483 100%) !important;
    background-image: -o-linear-gradient(top,#C0F0B1 0,#9BE483 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#C0F0B1),to(#9BE483))  !important;
    background-image: linear-gradient(to bottom,#C0F0B1 0,#9BE483 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0F0B1', endColorstr='#9BE483', GradientType=0)  !important;
    color: #326920 !important;
}
*/
.panel-default>.panel-heading {
    background-color: #DDFECF !important;
    color: #326920 !important;
    background-image: none !important;
    font-weight: bold !important;
}
.panel-default>.panel-heading>.panel-title>a {
    font-weight: bold !important;
}


.panelGradient {
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(255,255,255,1)), color-stop(100%, rgba(232,232,232,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(232,232,232,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(232,232,232,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(232,232,232,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 47%, rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=1 );
}

.panelDisclaimer{
  font-size: smaller;
  margin: 35px 5px 35px 5px;
  padding: 7px;
  color: #888888;
  background-color: #fcf8e3;
}

/* ------------------ Labels -------------------- */

.labelExplanation {
    font-size: smaller;
    color: #777777;
    margin-top: -4px;
}

.labelPriBigGreen{
    font-size: 28px;
    font-weight: bold;
    color: #5CB85C;
     margin-bottom: 0px;
}

.labelPriBigBlack{
    font-size: 28px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 0px;
}

.labelSecMedGray{
  font-weight: bold;
  color: #777777;
  font-size: smaller;
}

.labelSecSmaGray{
    font-size: 17px;
    font-weight: bold;
    color: #777777;
}

.ahorroLabel {
    color: #3FAB2E;
    font-variant: small-caps;
    font-weight: 900;
    margin: 0px;
}

.ahorroLabelBig {
    color: #3FAB2E;
    font-variant: small-caps;
    font-weight: 900;
    margin: 0px;
    font-size: x-large;
}

.repago{
  font-size: large;
  margin: 5px 5px 26px 5px;
  padding: 5px 5px 10px 5px;
}

.numberInput{
  font-weight: bold;
  margin: 4px;
  padding: 0px 0px 0px 10px;
  font-size: x-large;
  max-width: 101px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
}

.footerStrong{
  color: rgb(65, 150, 65);
  font-weight: bold;
}

/* ------------------ Alerts -------------------- */

.alertSmall {
    font-size: 12px !important;
    padding: 7px !important;
    text-align: center;
    border-radius: 0px !important;
    border: 0px !important;
    background-image: none !important;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.3) !important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3) !important;
}





/* ------------------ For print -------------------- */


@media print {
  .page-break	{ display: block; page-break-before: always; }
  
  .print > h1{
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 4px;
  }
  .print > h2{
    font-size: 21px;
    margin: 0px;
  }
  .print > h3{
    font-size: 17px;
    font-style: italic;
    margin-top: 2px;
  }
  .navbar {display:none}
  .print-panel-heading{
    border-color: #ddd;
    background-color: #DDFECF !important;
    color: #326920 !important;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .print-panel-body {
    padding: 15px;
  }
  .print-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
  }
  .print-boxCntr{
    display:table-cell;
    width:25%;
    padding:10px;
  }
  .print-boxRoundMiddle{
    border: 1px solid #999999;
    border-radius: 4px;
    text-align: center;
    padding: 2px;
    background-color: #FCFCFC;
  }
  .print-boxPreTitle{
    font-size: 18px;
    font-weight: bold;
  }
  .print-boxTitle{
    font-weight: bold;
    font-variant: small-caps;
    font-size: 15px;
    border-radius: 3px 3px 0px 0px;
    margin: 0px;
    padding: 0px;
  }
  .print-ahorroLabelBig {
      color: #3FAB41;
    font-variant: small-caps;
    font-weight: 600;
    margin: 0px;
    font-size: 17px;
  }
  .print-alertLabel{
    background-color: #FBFFD0;
    padding: 5px;
    font-size: 11px;
    text-align: left;
    border: 1px solid #DBDEB6;
    color: #8A9041;
    margin-bottom: 20px;
  }
  .print-label-repago{
    font-size: 16px;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
  }
  .print-footerStrong{
    color: rgb(138, 144, 65);
    font-weight: bold;
  }
  .print-box-main-number{
    font-size: 18px;
    font-weight: bold;
  }
  .print-labelPriBigBlack{
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 0px;
  }
  .print-boxPreSubTitleSec{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .print-labelSecMedGray{
    font-weight: bold;
    color: #777777;
    font-size: 17px;
  }
  .print-labelPriBigGreen{
    font-size: 21px;
    font-weight: bold;
    color: #5CB85C;
    margin-bottom: 0px;
  }
  .print-hr{
    display: block;
    height: 1px;
    background: transparent;
    width: 100%;
    border: none;
    border-top: solid 1px #aaa;
    margin: 20px 0px 10px 0px;
  }
}

@media screen {
  .print > h1{
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 4px;
  }
  .print > h2{
    font-size: 21px;
    margin: 0px;
  }
  .print > h3{
    font-size: 17px;
    font-style: italic;
    margin-top: 2px;
  }
  .print-panel-heading{
    border-color: #ddd;
    background-color: #DDFECF !important;
    color: #326920 !important;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .print-panel-body {
    padding: 15px;
  }
  .print-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
  }
  .print-boxCntr{
    display:table-cell;
    width:25%;
    padding:10px;
  }
  .print-boxRoundMiddle{
    border: 1px solid #999999;
    border-radius: 4px;
    text-align: center;
    padding: 2px;
    background-color: #FCFCFC;
  }
  .print-boxPreTitle{
    font-size: 18px;
    font-weight: bold;
  }
  .print-boxTitle{
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    border-radius: 3px 3px 0px 0px;
    margin: 0px;
    padding: 0px;
  }
  .print-ahorroLabelBig {
    color: #3FAB41;
    font-variant: small-caps;
    font-weight: 600;
    margin: 0px;
    font-size: 17px;
  }
  .print-alertLabel{
    background-color: #FBFFD0;
    padding: 5px;
    font-size: 11px;
    text-align: left;
    border: 1px solid #DBDEB6;
    color: #8A9041;
    margin-bottom: 20px;
  }
  .print-label-repago{
    font-size: 16px;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
  }
  .print-footerStrong{
    color: rgb(138, 144, 65);
    font-weight: bold;
  }
  .print-box-main-number{
    font-size: 18px;
    font-weight: bold;
  }
  .print-labelPriBigBlack{
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 0px;
  }
  .print-boxPreSubTitleSec{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .print-labelSecMedGray{
    font-weight: bold;
    color: #777777;
    font-size: 17px;
  }
  .print-labelPriBigGreen{
    font-size: 21px;
    font-weight: bold;
    color: #5CB85C;
    margin-bottom: 0px;
  }
  .print-hr{
    display: block;
    height: 1px;
    background: transparent;
    width: 100%;
    border: none;
    border-top: solid 1px #aaa;
    margin: 20px 0px 10px 0px;
  }
}



