/*
for the loader classes
www.w3schools.com/howto/howto_css_loader.asp
*/

.loaderLG, .loaderMD, .loaderSM {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid darkblue;
    /*border-bottom: 16px solid blue;*/
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 120px;
}

.loaderMD {
    width: 80px;
    height: 80px;
}
.loaderSM {
    width: 40px;
    height: 40px;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}


/* 

www.w3schools.com/howto/tryit.asp?filename=tryhow_css_buttons_animate3
*/

div#propButtons {
    padding: 15px;
}
.aniBtn {
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 8px;
    box-shadow: 0 7px #999;
}

.aniBtn:hover {background-color: #3e8e41}
.aniBtn:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.aniBtnReset {
    background-color: #cc3300;
}
.aniBtnReset:hover {background-color: #661a00}
.aniBtnReset:active {
  background-color: #661a00;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.aniBtnBlankProp{
     background-color: #3c8dbc;
}
.aniBtnBlankProp:hover {background-color: #2b6688}
.aniBtnBlankProp:active {
  background-color: #2b6688;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.aniBtnHist{
     background-color: #ffff66;
     color: black;
}
.aniBtnHist:hover {background-color:  #999900}
.aniBtnHist:active {
    color: black;
  background-color:  #999900;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.aniBtnHistView{
    background-color: #b700ff;
    color: #ffffff;
}
.aniBtnHistView:hover {background-color:  #780099}
.aniBtnHistView:active {
    color: rgb(232, 130, 255);
  background-color:  #460095;
  box-shadow: 0 5px #666666;
  transform: translateY(4px);
}


.newGetPricing{
    background-color: #15ff00;
    color: black;
}
.newGetPricing:hover {background-color:  #10bf00}
.newGetPricing:active {
   color: black;
 background-color:  #afb1af;
 box-shadow: 0 5px rgb(0, 17, 1);
 transform: translateY(4px);
}

/*LOG OUT BUTTON---------*/
.logoutDiv {
    float: right;
    background-color: black;
    color:white;
}
.logoutDiv:hover {
    background-color: red;
    color:black;
}

/* LOG IN AREA --------------- */

.loginForm {
    margin-top: 200px;
    margin-left: 25%;
    position: absolute;
    z-index:1;
    background-color: transparent;
    color: #00ccff;
    width: 500px;
    border: #00ccff solid 2px;
    border-radius: 2%;
    padding-left: 40px;
    padding-right:  40px;
    padding-top:  10px;
    padding-bottom:  10px;
}


.loginFormSub {
    opacity: .5;
    background-color: black;
    color:white;
}
.form-control2 {
    color:black;
    width: 100%;
}

.login-btn {
    background-color: black;
    color: #00ccff;
}
.login-btn:hover {
    background-color: #00ccff ;
    color:black ;
}

/* syltes for inputs on pattern match admin page */
.newPattern {
    width: 250px;
}

.add_new {
    width:100%;
}

/*misc   ----------------------*/
.grab {
    cursor: pointer;
}
.nograb {
    cursor: not-allowed;
}

.main-sidebar {
    /*background-image:url('../images/bg_images/left_nav_test_1.png');
    background-position:left;
    background-size:cover;
    background-repeat: repeat-y;*/
    background-image: radial-gradient(farthest-corner at 2% 190%, 
        darkgray, 
        black,
        black, 
        black, 
        #404040, 
        black, 
        #1f4961,
        black
    );
}
.MS-DEV {
    /*background for dev server*/
    background-image: radial-gradient(farthest-corner at 2% 190%, 
        darkgray, 
        black,
        black, 
        black, 
        #404040, 
        black, 
        #990000,
        black
    );
}
.MS-LOCAL {
    /*background for dev server*/
    background-image: radial-gradient(farthest-corner at 2% 190%, 
        darkgray, 
        black,
        black, 
        black, 
        #404040, 
        black, 
        #ff9900,
        black
    );
}

select {
    color: black;
}
.infoForm{
    width: 80%;
    max-width: 200px;
    padding: 2px;
    padding-left: 10px;
    border-radius: 7%;
    border: #cccccc solid 1px;
}
input {
    color: black;
}

table {
    text-align: center;
}

td {
    height: 10px;
}

[type="checkbox"]  {
}


.eTinfoTbl {
    width: 100%;
}

/* SLIDER FOR MARKUP*/
.slidecontainer {
    width: 80%;
    margin-left: 10%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;

}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #367c39;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #367c39;
    cursor: pointer;
}


/* 
For the highlighting of best prices
*/
.lowPrice1 {
    background-color: #66ff66; /*GREEN*/
}
.lowPrice2 {
    background-color: #ffff80; /*yellow*/
}
.lowPrice3 {
    background-color: #ff9999; /*red*/
}

.nodalClassBorder {
    border-top: solid black 5px;
}

.cbR {
    min-width: 130px;
}
/*
Different types of messages to agents
*/

.splitRevTR {
    padding: 0;
    margin : 0;
    font-size: 10pt;
    height: 20px;
    /*background-color: #b3f0ff; light blue*/
    background-color: darkgreen; 
    color:white;
}
.actualRevTR {
    width:100%;
    padding: 0;
    margin : 0;
    height: 3px;
    float:left;
    position: relative;
    bottom: 7px;
    font-style: italic;
}
.actualRevTRSS {
    font-style: italic;
    /*background-color: #b3f0ff; light blue*/
    background-color: darkgreen; /*darkgreen*/
    color:white;
}
.notUpdated, .overUsage, .overMargin{
    font-style: italic;
}

.warning1 {
    background-color:red;
    color:white;
}

.selectedREP, .selectedTERM {
    font-weight: 900;
    text-decoration: underline ;
    background-color: #e6e6e6;
}

.selectedBoth , .selectedBothSP {
    font-size: 110%;
    /*background-color: #8c8c8c;*/
    background-color: #66ccff;
}
.selectedBothSP {
    color: black;
}

.grab {cursor: pointer;}

.subMenu {
    color: white;
    cursor: pointer;
}


/* BODY */
li {
    color: white;
    cursor: pointer;
}

/* CREDIT CHECK */

.ccSelected {
    text-decoration: underline ;
}    
.ccNotSelected {
}

.ccNotReady {
    cursor:  not-allowed;
}
.ccReady {
}
.ccBody, .spBody {
    background-color: #d9d9d9;
}

/* SPECIAL PRICING */
.prNotReady {
    cursor:  not-allowed;
}
.prTermCustom {
    width: 45px;
}
.prSelected {
    text-decoration: underline ;
}  

#spccDocsTable {
    
}
.spccEsiDiv {
    overflow-y: scroll;
    max-height: 230px;
}


/* ADMIN-------------------------------------------------------   */
/*Reload REP pricing*/
table#reload_rep_table {
    text-align: left;
}


/* --------------- */
.hiddenFields {
    width: 100px;
}
/* Modal Boxes classes -------------------------------------------*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    color:black;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    margin-left: 300px;
    padding: 20px;
    border: 1px solid #888;
    width: 800px;
}

/* The Close Button */
.closeLogOut, .closePastProps, .closeCustPrice1, .closeCustPrice2,
.closePropAction,.closeAddFiles, .closeIssueModal {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closeIssueModal {
    color:  #ffffff;
}

.closeLogOut:hover, .closePastProps:hover, .closeCustPrice1:hover, .closeCustPrice2:hover,.closePropAction:hover, .closeAddFiles:hover,
.closeLogOut:focus, .closePastProps:focus, .closeCustPrice1:focus, .closeCustPrice2:focus,.closePropAction:focus, .closeAddFiles:focus,

.closeIssueModal:focus , .closeIssueModal:hover
 {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*PAST Proposal Area---------------------------------------------------------------*/
.pastPropsWholeTableDiv {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.viewOldProp, .goToET {
    border-radius: 12%;
}

.orderedByPP {
    background-color: #bfbfbf ; /* gray */
}

/*Proposal Area----------------------------------------------------------------------*/
/*change background to columns here------------------*/
.propDataTD, .firstRowSpacer,.cellBL, .cell0, .LastTopRightcell, .lastRowSpacer, 
.lastRowREPSpacer, .lastcell0, .LastBottomRightcell, .tdSpace {
    background-color: #248f24; /*dark green*/
    /*background-color:  darkgreen; /*diff color for testing here*/
}


/* hide show savings*/
.hideSavings {
    display: none;
}
/* hide show NE Terms*/
.neHideMe {
    display: none;
}
.neShowMe {
   /* display: inline;*/
}

/* Proposal buttons - */

.propButton {
    color:white;
    width: 130px;
    height: 30px;
    background-color: black;
    border-radius: 8px;
    text-align: center;
    padding: 5px;
    display: inline-block;
}

.propButton:hover {
    background-color: green;
    cursor: pointer;
}

#cancelEmail:hover, .cancelCustomPrice:hover, .yesLogOut:hover, .close_sp_file_btn:hover {
    background-color: red;
}

/*custom pricing table ------ */
.customPriceTable {
    width: 700px;
    text-align: center;
    align-content: center;
}
.customPriceTable th {
    text-align: center;
}
.customInputs {
    width: 80px;
    color: black;
}

/* Preposal Section class -- */

.repImgProp {
    height: 30px;
}

.agent_info_label {
    font-weight: bold;
}

.agent_info_data {
    text-align: left;
}

.propSection, .propSectionBW {
    background-color: transparent; /*dark gray*/
    color: white;
}

.wholePage {
    width: 973px;
}

.firstCol {
    width: 200px;
}

.propHeader, .propHeaderBW {
    height: 160px;
    background-image:url('../images/header-image-color.png');
    background-position:left;
    background-size:contain;
    background-repeat: no-repeat;
    width:950px;
}
.propHeaderBW {
    background-image:url('../images/header_fax.gif');
}

.propBody, .propBodyBW {
    color: black;
    width: 950px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
}
.reps_propBody, .reps_propBodyBW {
    margin-top: 0px;
    color: black;
    width: 950px;
    background-color: transparent;
}

.graphLevel1 { /* do not add any other properties to this... use other .graphLevel1 below for additions */
    border:  #262262 solid 1px; /* navy border */
    margin-bottom: 10px;
    margin-top: 30px;
}

.propBodyBW {
    background-color: white; 
    border-bottom: black solid 2px;
}
.reps_propBodyBW {
    background-color: white; 
    border-bottom: black solid 2px;
}

.propTblDiv {
    display: block;
    margin-right: auto;
}

.propBodyImg {
    background-image:url('../images/bg2.png');
    background-repeat: no-repeat;
    background-position: center;
}

.preparedFor, .preparedForBW {
    float:right;
    font-size: 19pt;
    text-align: center;
    font-style: normal;
    color: #262262; /*dark blue*/
    font-weight: bold;
    margin-right: auto;
    font-family: 'berthold_akzidenz_grotesk_bCn';
    margin-left: auto;
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px;
    
}

.preparedForBW {
    font-size: 12pt;
    padding-top: 6px;
    height: 50px;
    background-color: #cccccc; /*light gray*/
}

.propFooter {
    padding: 10px;
    font-size: 10pt;
    width: 950px;
    color: black;
}
.propFooterBW {
    padding: 10px;
    font-size: 10pt;
    width: 950px;
    color:black;
    background-color: white; 
}

.footerInfo {
    float:right;
}

/*Prop Table*/

.propTable {

}

.tdSpace, .tdSpaceBW {
    width: 20px;
}
.tdSpaceBW {
    background-color: #f2f2f2; /* light light gray*/
}

.propREPTD {
    width: 120px;
    font-size: 20px;
    padding-bottom: 10px;
}
.propREPTDBW {
    width: 120px;
    font-size: 20px;
}

.termTD,.termTDBW {
    font-size: 20px;
    width: 80px;
}

.propDataTD, .propDataTDBW {
    color: white;
    font-size: 22px;
    font-weight: bold;
    width: 80px;
    padding: 4px;
}
.propDataTDBW {
    color: black;
    background-color: #f2f2f2; /* light light gray*/
}

.borderRight {
    /*border-right: black solid 2px;*/
}    
.borderLeft {
    /* border-left: black solid 2px;*/
}

.firstRowSpacer {
    
}
.firstRowSpacerBW {
    background-color: #f2f2f2; /* light light gray*/
}

.cellBL {
    border-bottom-left-radius: 25px; 
}
.cellBLBW {
    background-color: #f2f2f2; /* light light gray*/
    border-bottom-left-radius: 25px; 
}

.cell0 {
    border-top-left-radius: 25px;
}
.cell0BW {
    background-color: #f2f2f2; /* light light gray*/
    border-top-left-radius: 25px;
}

.LastTopRightcell {
    border-top-right-radius: 25px;
}
.LastTopRightcellBW {
    background-color: #f2f2f2; /* light light gray*/
    border-top-right-radius: 25px;
}

.lastRowSpacer {
    
}
.lastRowSpacerBW {
    background-color: #f2f2f2; /* light light gray*/
}

.lastRowREPSpacer {
    
}
.lastcell0 {
    border-bottom-left-radius: 25px;
}

.LastBottomRightcell {
    border-bottom-right-radius: 25px;
}
.LastBottomRightcellBW {
    background-color: #f2f2f2; /* light light gray*/
    border-bottom-right-radius: 25px;
}

.btwREPs {
    width: 10px;
}

.inputProps, .inputPropsBW{
    color: white;
    background-color: transparent;
    border: none;
    font-size: 14px;
}
.inputPropsBW{
    color: black;
    text-align: center;
}

.PriceHighlighted1 {
    background-color: #ff9933;  /*orange*/
}
.PriceHighlighted1BW {
    background-color: #cccccc; /*light gray*/
}
.PriceHighlighted2 {
    background-color: #b3b300; /*yellow*/
}

/*Customer information table */
table#propCustInfoTbl, table#propCustInfoTblBW {
    width: 100%;
    margin-top: 30px;
}

table#propCustInfoTbl td, table#propCustInfoTblBW td{
    text-align: left;
    padding-left: 10px;
    /*width: 50px;*/
}

table#propCustInfoTbl th, table#propCustInfoTblBW th{
    text-align: right;
    padding-right: 10px;
    /*width: 50px;*/
}


.custInfoSpacer{
    /*width: 100px;*/
}

/*Agent information table -------------*/

table#propAgentInfoTbl {
    text-align: right;
    height: 100px;
    float: right;
    color: black;
    font-size: 12pt;
    font-weight: normal;
    margin-top: 30px;
}

table#propAgentInfoTbl td {
    padding-right: 50px;
}

/*graphs on Proposal ------------ */
.hideGraph {
    display: none;
}
.graphLevel1 {
    
}
.graphLevel1BW {
    border:  white solid 20px;
}

.graphLevel2, .graphLevel2BW {
    background-image:url('../images/graphBG1.png');
    height: 200px;
    width: 756px;
    margin-left: 80px;
    border-radius: 4%;
}
.graphLevel2BW {
    background-image:url('../images/graphBG1BW.png');
}

.graphDivs, .graphDivsBW {
    width: 58px;
    position: relative;
    display: inline-block;
    background-color: #4c87aa; /* blue */
    color: black;
    opacity: .6;
    border-left:  #a4a399 solid 10px;   /* gray */
    border-right:  #a4a399 solid 10px;  /* gray */
}
.graphDivsBW {
    background-color: #a4a399; /* gray */
    border-left: white solid 10px;
    border-right:  white solid 10px;  
}

.graphTitle, .graphTitleBW {
    margin-left: 150px;
    font-size: 11pt;
    padding: 5px;
    position: absolute;
    background-color: #515048 ; /* dark gray*/
    border-radius: 6%;
    color:white;
    opacity: .5;
}
.graphTitleBW {
    background-color: white ; 
    color:black;
}

.graphText, .graphTextBW{
    position: absolute;
    left: 2px;
    bottom : 10px;
}
/*peak demand proposal area------------------*/
.pk_demand_div_1 {
    
}
.peak_title, .peak_titleBW{
    background-color: #248f24; /*dark green*/
    font-size: 30px;
    text-align: center;
    color:white;
}
.peak_titleBW{
    background-color: black; 
}
.hide_pk {
    display: none;
}

/* End Proposal Area -----------------------------------------------------------*/

/*  lowest price
THESE CLASSES MUST BE LAST FOR CHANGES TO APPEAR
*/

.savingsTD, .savingsTDBW {
    font-size: 10pt;
    color: lightgray;
    padding: 0px;
    margin: 0px;
}
.savingsTDBW {
    color: gray;
}

.savingsTR {
    height: 10px;
    padding: 0px;
    margin: 0px;
}

.lpc, .lpcBW {
    color: white;
    background-color: #262262; /* blue*/
    text-decoration: underline;
}
.lpcBW {
    background-color: black; 
}

#emailPropToEmail {
    width: 250px;
}


/*Highcharts Formatting*/
 .highcharts-point{
    fill: #262262 !important; 
 } 

 .highcharts-background{
    fill: #ffffff !important;
 } 



/*Fonts*/

@font-face {
    font-family: 'berthold_akzidenz_grotesk_bBd';
    src: url('akzidenzgroteskbe-bold-webfont.woff2') format('woff2'),
         url('akzidenzgroteskbe-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'berthold_akzidenz_grotesk_bCn';
    src: url('akzidenzgroteskbe-cn-webfont.woff2') format('woff2'),
         url('akzidenzgroteskbe-cn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'berthold_akzidenz_grotesk_bRg';
    src: url('akzidenzgroteskbe-light-webfont.woff2') format('woff2'),
         url('akzidenzgroteskbe-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'berthold_akzidenz_grotesk_bMd';
    src: url('akzidenzgroteskbe-md-webfont.woff2') format('woff2'),
         url('akzidenzgroteskbe-md-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'dinblack';
    src: url('din-black-webfont.woff2') format('woff2'),
         url('din-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}