﻿/* used by the Starter Publishing master page for fixed width display */
.customWidth {
	width: 980px;
	margin: auto;
}

/* used to reset the ootb styles on the title row tag in the Starter Collab master page; used for the fullscreen button in SP */
#s4-titlerow {
	background-color: transparent;
    margin: 0;
    padding: 0;
    height: auto;
}
#contentBox {
    margin-left: 220px;
    margin-top: 50px;
}



a, .ms-link:visited {
  color: #417505;
}

body{
    background: #ffffff !important;
  }
  
  #contentBox {
    background: #fff;
    width: 55vw;
    margin: 0 auto;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 20px 23px 28px 20px;
    min-width: 0;
  }
  


  .ContributionHeader {
    background: #fff;
    /*! display: flex; */
    /*! text-align: center; */
    padding: 10px;
    text-align: center;
    display: block;
    align-content: center;
    justify-content: start;
    border-bottom: 1px solid rgb(228, 228, 228);
    margin-bottom: 20px;
  }
  
  .ContributionHeader:before {
    content:'';
    display: block;
    width: 250px;
    background: url("http://avangridpac.com/SiteAssets/images/agr-pac-logo.jpg") no-repeat;
   background-size: contain;
    background-position: top center;
    
    
  }


  .divUserInfo {
    display: flex;
    flex-wrap: wrap;
    /*! max-width: 500px; */
  }
  .divUserInfo .cRow {
    width: 100%;
    /*! background: teal; */
    display: flex;
  }
  #ctl00_PlaceHolderMain_ID_AvanCC_lblBasicInfo {
  text-transform: uppercase;
  color: #417505 !important;
  font-size: 30px;
  line-height: 42px;
  /* margin-top: 1em;
    margin-bottom: 1em; */
  font-weight: 600;
  padding-left: 10px;
  }

  @media screen and (max-width: 600px){



  }

.cContribHeader {
    color: #417505;
    padding-bottom: 7px;
    font-size: 16px;
	display: inline-block;
}

  .cCell {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 10px;
    position: relative;
  }
  
  .cCell span{
    /* color: #0063be;
    padding-bottom: 7px; */
    color: #417505;
padding-bottom: 7px;
/* font-weight: bold; */
font-size: 16px;
  }
  
  .cCell input{
   /*! border-radius: 4px; */
    padding: 10px;
   border: none;
   background: #ebebeb;
  }

  
  .cCell select{
    padding: 10px;
    border: none;
    background: #ebebeb;
  }
  
  #ctl00_PlaceHolderMain_ID_AvanCC_rfvAddress1 {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  #sharepoint-menu {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffffad;
  }
 

  #ctl00_PlaceHolderMain_ID_AvanCC_Label2 {
    text-transform: uppercase;
    color: #417505 !important;
    font-size: 30px;
    line-height: 42px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 600;
    display: block;
    padding-left: 10px;
}

@media screen and (max-width: 600px){
  #ctl00_PlaceHolderMain_ID_AvanCC_Label2,#ctl00_PlaceHolderMain_ID_AvanCC_lblBasicInfo{
    font-size: 17px;
  }
}

.divContributionInfo .cCell {
  width: 100%;
}
#ctl00_PlaceHolderMain_ID_AvanCC_Label13, #ctl00_PlaceHolderMain_ID_AvanCC_Label11, #ctl00_PlaceHolderMain_ID_AvanCC_Label5{
  padding-left: 10px;
  /*! font-weight: bold; */
}



#ctl00_PlaceHolderMain_ID_AvanCC_rfvFirstName,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvLastName,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvAddressCity,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvMailState,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvAddressZip,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvWorkEmail,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvTxtCCNumber,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvBillingLastName,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvBillingZip,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvEmployer,
#ctl00_PlaceHolderMain_ID_AvanCC_rfvOccupation
{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}


.divContributionInfo {
  margin-bottom: 20px;
}

/* SUBMIT */

#ctl00_PlaceHolderMain_ID_AvanCC_btnSubmit {
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 2px solid #417505;
  padding: 10px 20px;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 22px 12px;
  cursor: pointer;
  color: #417505;
}

#ctl00_PlaceHolderMain_ID_AvanCC_btnSubmit:hover{
  border: 2px solid #417505;
  color: #fff;
  background: #417505;
}

.divContributionCheckboxes{
  padding-left: 10px;
}

.ExternalClassEC8884A6439D4535947EDEEFCE24457C p span {
  font-size: 1em !important;
}

/* TABLETS */
@media screen and (max-width: 1000px){
    #contentBox {
         width: 90%;
    }
}

/* MOBILE */
@media screen and (max-width: 600px){
    #contentBox {
         width: 90%;
         max-width: 300px;
    }


    .divUserInfo .cRow {
        flex-direction: column;
    }
    .cCell {
        width: 90%
    }
}



/* login page */


.cTblLogin {
  /*   background: red; */
    display: block;
    margin: 0 auto;
    width: 230px;
    border: 1px solid #417505;
    padding: 20px 10px;
    position: relative;
    z-index: 9;
  }
  
  .cTr2, .cTr3, .cTr4 {
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  
  .cTr2 input, .cTr3 input{
     padding: 10px;
     border: 1px solid #417505;
  }

  .ExternalClass79EA17E3C4134AC1B2D58FA4649F1B1E img {
    max-width: 150px !important;
    margin: 0 auto !important;
    display: block;
  }
  .ExternalClass79EA17E3C4134AC1B2D58FA4649F1B1E {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #ctl00_ctl32_g_76e503f5_6711_49ca_86a9_b497331fdfd6_lblUsername {
    font-size: 16px;
    color: #417505;
  }
  #ctl00_ctl32_g_76e503f5_6711_49ca_86a9_b497331fdfd6_lblPassword {
    font-size: 16px;
    color: #417505;
  }
  .cTr4 {
    padding: 0;
    margin: 0;
  }
  #ctl00_ctl32_g_76e503f5_6711_49ca_86a9_b497331fdfd6_btnLogin {
    font-family: Oswald-Medium, sans-serif;
    font-size: 17px;
    background: #417505;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 0;
  }
 
  .cTr4 br {
   display: none;
  }
 
  .cTr1 td {
    font-size: 16px;
  }



    #ctl00_ctl32_g_76e503f5_6711_49ca_86a9_b497331fdfd6 {
    width: auto !important;
  }
  #WebPartctl00_ctl32_g_76e503f5_6711_49ca_86a9_b497331fdfd6 {
      width: auto !important;
  
  }
  .ms-webpart-chrome.ms-webpart-chrome-vertical {
      width: auto !important;
  
  }
  #MSOZoneCell_WebPartctl00_ctl32_g_76e503f5_6711_49ca_86a9_b497331fdfd6 {
      width: auto !important;
  }


  @media screen and (min-width: 500px){
    .cTblLogin{
        width: 347px;
    }
    .cTr2 input, .cTr3 input {
        padding: 10px;
        border: 1px solid #417505;
        width: 300px !important;
    }
  }

 @media screen and (max-width: 500px){
     /*#contentBox{
        margin: 60px auto 0 !important;
        padding: 0;
    } */

    .cTblLogin{
        width: auto;
    }
  }

#fedLimitChkDiv{
    font-weight: bold;
    color: red;
}


.inputclass {
  background: #fff;
  padding: 15px 0px 0px 15px;
  width: 50%;
  border: 1px solid #d1d1d1;
  height: 647px;
}
div#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divParamsDate {
  flex-direction: row;
  display: flex;
  right: -13px;
  position: absolute;
  top: 0px;
  width: 50%;
  border: 1px solid #d1d1d1;
  padding: 15px 0px 15px 15px;
}
#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divParamsDate:before{
  content: 'Filters';
  color: #417505 !important;
  font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: absolute;
}
/*#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divParamsDate .row:before {
  display: table;
  content: " ";
  flex-direction: row;
  display: flex;
  right: -389px;
  position: absolute;
  top: 0px;
  width: 100%;
  border: 1px solid #000;
  padding: 0px 0px 15px 15px;
}*/
input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_btnSubmit {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 0px;
  padding: 10px 20px;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  bottom: -68px;
  left: 0;
  position: absolute;
}

.inputclass span {
  color: #417505;
  margin-bottom: -10px;
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.inputclass:before {
  content: 'Settings';
  color: #417505 !important;
  font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.inputclass span {
  font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif !important;
}
input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_txtStartDate ~ img, input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_txtEndDate ~ img {
  margin: -10px 0 0 5px;
}
.inputclass .row {
  margin-left: 0px;
  margin-top: 3rem;
}
.btn-group, .btn-group-vertical {
  margin-top: -27px;
}
span.multiselect-selected-text {
  margin: 0px 0 0 0;
  color: #444;
  font-weight: 400;
}
.cTimeTable tr:nth-of-type(1) {
  margin-bottom: 2rem;
  display: block;
}
label {
  font-size: 16px;
  color: #417505;
  font-weight: 400 !important;
}
input[type="password"], input[type="text"], input[type="file"], select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
  color: #444444;
  padding: 10px !important;
  border: none;
  background: #ebebeb;
  margin-bottom: 1rem;
}
#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divParamsDate label {
  margin: 2px 0 6px 0px;
  font-size: 14px;
}
input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_btnSubmit {
  border: 2px solid #417505 !important;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 22px 12px;
  cursor: pointer;
  color: #417505;
  margin-left: 0px;
  padding: 10px 20px !important;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_btnSubmit:hover {
  border: 2px solid #417505;
    color: #fff;
    background: #417505;
}

.multiselect-container .dropdown-menu input[type="button"], input[type="reset"], input[type="submit"], button {
  border: none !important;
  padding: 5px 10px !important;
}

.btn-group button.multiselect.dropdown-toggle.custom-select.text-center {
  border: 1px solid #ABABAB;
  background-color: #ebebeb;
  padding: 9px !important;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn-group button.multiselect.dropdown-toggle.custom-select.text-center:hover {
  border: 1px solid #ABABAB;
  background-color: #ABABAB;
  padding: 9px !important;
}
input[type="radio"], input[type="checkbox"] {
  margin: -2px 6px 0px !important;
}
input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_btnExportToExcel {
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  margin-top: -2rem !important;
  position: relative !important;
  background-color: #92C0E0 !important;
  left: -10px !important;
}
input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_btnExportToExcel:hover {
  background-color: #b3dfff !important;
}
.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
  font-size: 30px;
  text-transform: uppercase;
  top: -13px;
  position: relative;
}
span#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_lblReportType {
  margin-top: 12px;
}

@media screen and (max-width: 1400px){
  #contentBox {
    width: 645px;
    height: 1200px;
}
.inputclass {
  width: 101.5%;
  height: 336px;
}
div#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divParamsDate {
  position: absolute;
  top: 361px;
  width: 101.5%;
  left: 0px;
  }
  input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_btnSubmit {
    bottom: -813px;
  }
  div#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divOutput {
    bottom: -737px;
    position: absolute;
    }
    .ExternalClassD89B3E37FC74447392C32F91339A9188 {
      width: 645px !important;
      padding: 0px 23px 0px 7px !important;
  }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
  #contentBox {
    width: 375px;
    height: 1386px;
    max-width: none;
}
.inputclass {
  width: 101.5%;
  height: 336px;
  }
  div#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divParamsDate {
  position: absolute;
  top: 361px;
  width: 101.5%;
  left: 0px;
  }
  input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_btnSubmit {
    bottom: -825px;
  }
  input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_txtStartDate,
  input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_txtEndDate {
    margin-left: -30px;
  }
  div#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divOutput {
  bottom: -742px;
  position: absolute;
  }
  .ExternalClassD89B3E37FC74447392C32F91339A9188 {
    width: 375px !important;
    /* padding: 0px 23px 0px 7px !important; */
  }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
  #contentBox {
    width: 333px;
    height: 1386px;
    max-width: none;
  }
.inputclass {
  width: 101.5%;
  height: 336px;
  }
div#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divParamsDate {
  position: absolute;
  top: 361px;
  width: 101.5%;
  left: 0px;
  }
  input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_btnSubmit {
  bottom: -817px;
  }
  input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_txtStartDate,
  input#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_txtEndDate {
  margin-left: -30px;
  width: 10em;
  }
  div#ctl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7_divOutput {
    bottom: -737px;
    position: absolute;
    }
    .ExternalClassD89B3E37FC74447392C32F91339A9188 {
      width: 333px !important;
      /* padding: 0px 23px 0px 7px !important; */
    }
}
span#WebPartTitlectl00_ctl30_g_4abb6bca_3307_4340_9238_891758eafbb7,
.ms-webpart-chrome-title {
  display: none;
}
.budgetTitle {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  color: #444444;
  font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sharepoint-menu ul#qm0 {
  display: none;
}
.ExternalClassD89B3E37FC74447392C32F91339A9188 {
  justify-content: left;
  display: flex;
  top: 86px;
  position: relative;
  width: 55vw;
  margin: 0 auto;
  padding: 0px 23px 0px 5px;
}
.ExternalClassD89B3E37FC74447392C32F91339A9188 img {
  max-width: 250px;
  height: unset !important;
}



