.viewHeader{   
    padding: 8px;
    text-align: center;
    background: #1276CE;
    color: white;
    font-size: 28px;
    width: 97%;
    margin-left: 17px;
}

.viewHover tr:hover{
  background-color: rgba(255, 255, 255, 0.3) !important; 
}

.orderLink{
  background: -webkit-linear-gradient(45deg, #F9F6EE, #A5C9E5);
  background: linear-gradient(45deg, #F9F6EE, #A5C9E5);
  color: #044AC3 ;
  text-decoration: none;
  margin:10px;
  font-size: 34px;
  width:100%;
}

.orderLink:hover{
  background: rgba(165, 201, 229, 0.3);
}

a:hover{
  text-decoration: none !important;
}

html[dir=ltr] .entity-notes .note .metadata {
  text-align: left;
  margin: inherit;
}

table {
  width: 800px;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);  
  /*background: linear-gradient(45deg, #F9F6EE, #A5C9E5);*/
  background: rgba(37,96,176,1);
  border-radius: 10px;
}



/*
.field-label{
  color: #fafafa; 
}

*/

th, td {
  padding: 15px;
  color: #fafafa ;
}

a[title="Manage external authentication"]{
    display: none;
  }

.profile-info img{
  display: none;
}

.userFullName{
  padding-top: 0px;
}


/*  can cause some problems idk how else to remove edit 2: it caused problems back to comment
.alert-info{
  display: none; 
}
*/


th {
  text-align: left;
  
}
thead th {
  background-color: #A5C9E5;
}

tbody td {
  position: relative;
}

/* Comment if you need to design in powerapps pages */


 .footer-get-help{
  position: absolute;
  width: 100%;
  bottom: 324px;
}

.footer-bottom-adjust{
  position: absolute;
  width: 100%;
  bottom: 0;
} 


.userIcon{
  background: url("serviceResize.png");
}


.link a {
  color: #FAFAFA;
}

.link a:hover{
  color: #6CAFFA;
}

.text-muted{
  color: #FAFAFA;
}

.table-hover tr:hover{
  background:  #6CAFFA !important;
}

.pagination > li > a, .pagination > li > span {
  width: 42px;
}

.body-size{
  min-height: 100vh;
  padding-bottom: 768px;
  position: relative;
}

.homezz{
  background: linear-gradient(to right, rgba(38,71,159,1) 30%, rgba(0,0,0,0));
}

.hometopblack{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0) -70%, rgb(255, 255, 255)), repeating-linear-gradient(-55deg, rgba(191,192,195,1), rgba(191,192,195,1) 4px, rgba(250,250,250,1) 4px, rgba(250,250,250,1) 8px);
}


.hometopzz{
    background: linear-gradient(to right, rgba(38,71,159,1) 30%, rgba(0,0,0,0)), repeating-linear-gradient(-55deg, rgba(11, 38, 170, 0.5), rgba(11, 38, 170, 0.5) 4px, rgba(37,96,176,0.5) 4px, rgba(37,96,176,0.5) 8px);
    
    
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.0) 20%, rgb(255, 255, 255)),
    url("homethumbnail4.jpg");
    background-size: cover;  */
    
      
    /*background: linear-gradient(to right, rgba(38,71,159,1) 20%, rgba(0,0,0,0));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.0) 20%, rgb(255, 255, 255)), repeating-linear-gradient(-55deg, rgba(38,71,159,1), rgba(38,71,159,1) 4px, rgba(37,96,176,1) 4px, rgba(37,96,176,1) 8px);*/
}

.section-diagonal-right .section-diagonal-right-content{
  margin-top: 0px;
}

.hometext{
  color: white;
  font-weight: bold;
}

.buttonBorder{
  border: #044AC3 solid;
  border-width: 0.1em;
}

/*Style for header button Service and ESC*/
.button-header{
 
  width: 110px;
  height: 50px;
  /* 
  border-radius: 10px;
  border-color: #044ac3;
  border-width: 0.2em;
  background-color: #044ac3;
  color: white;
  font-weight:500;
   */
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  
}

.button-header:hover{
  width: 115px;
  height: 55px;
}

/*Aligning the Service button and ESC to the right side aswell as service button picture*/
.button-service{
  margin-left: 630px;
  background: url("serviceResize.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
/*ESC picture and styling*/
.button-esc{
  margin-left: 10px;
  background: url("ESCResize.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*snippets styling*/
.snippet-text{
  font-family: "Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.homebutton{
  width: 175px;
  border-radius: 10px;
  border-color: white;
  border-width: 0.2em;
  color: white;
  font-weight:500;
}

.buttontest:hover{
  background-color: #fafafa;
  border-style: solid;
  border-width: 3px;
  border-color: black;
  color: black;
}

.homebuttonzz{
  width: 180px;
  border-radius: 10px;
}

.buttons {
    float: left;
    margin-right: 10px;    
      
}

.buttonsthree{
  margin-left: 10px;
}

/* home screen section for picture */
.homebottomzz{

  background: url("homethumbnail2.jpg") no-repeat;
  
  background-size: cover;
  /*
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  
  */
  
}


.alignpagezz{
  margin-left: 15px;
}

.button-service-footer{
  margin-right: 0px;

}

.button-esc-footer{
  margin-left: 0px;
}

/* Form and View header div adding background style */
/*
.view-toolbar{
  background: linear-gradient(to left, rgba(38,71,159,0.8) 20%, rgba(165,201,229,0.8)), repeating-linear-gradient(-55deg, rgba(11, 38, 170, 0.2), rgba(11, 38, 170, 0.2) 4px, rgba(37,96,176,0.2) 4px, rgba(37,96,176,0.2) 8px);
}
*/
/* Button adjust style */

.btn-primary{
  border-radius: 10px;
  border-color: white;
  border-width: 0.2em;
  color: white;
  font-weight:500;
}

.btn-default{
  border-radius: 10px;
  border-color: white;
  border-width: 0.2em;
  color: white;
  font-weight:500;
}

.weblink :hover{
  border-radius: 10px;
}

a{
  border-radius: 10px;
}

.nav-adjust{
  padding-top: 100px ;
}

.dashboard-view-adjust{
  margin-bottom: 50px;
}

.dashboard-adjust{
  height: 100%;
  overflow: hidden;
}

#content_form input[type="text"],
#content_form input[type="password"],
#content_form input[type="email"],
#content_form input[type="number"],
#content_form input[type="date"],
#content_form input[type="checkbox"],
#content_form input[type="radio"],
#content_form input[type="file"],
#content_form textarea {
    border-radius: 10px;
}

#bs_voltages{
  border-radius: 10px;
}
#bs_condensingunit{
  border-radius: 10px;
}
#bs_products{
  border-radius: 10px;
}




@media screen and (max-width:1200px){
  .orderLink{
    width: 400px;
  }
  .button-header{
    /*
    margin-bottom: 10px;
    */
    display: none;
  }
  .button-service{
    margin-left: 0px;
    display: none;
  }
  .nav-adjust{
    padding-top: 0px;
    display: none;
  }
  .col-md-6 {   /* maybe needs a look*/
        width: 100%;
  }
}

@media screen and (max-width:1024px){
  .footer-get-help{
    position: relative;
    bottom: 0px;
  }
  .footer-bottom-adjust{
    position: relative;
  }
  .footer-bottom{
    padding: 80px 0px 160px 0px;
  }
  body{
    padding-bottom: 0px;
  }
}

@media (min-width: 1320px){
  .container {
    width: 1310px;
  }
}

@media (max-width:992px){
    .buttons{
      margin: 15px 15px 15px 0px;
    }   
    .button-esc-footer{
      margin: 15px 15px 15px -15px;
    }
    
  }

@media (max-width:767px){

  .button-esc-footer{
    margin: 15px 15px 15px -15px;
  }
  .center-text-mob{
    text-align: center;
    margin-bottom: 50px;
  }
  .button-center{
    display:block;
    margin: auto;
  }

  .field-label{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }


}
@media screen and (max-width:720px){
  .orderLink{
    width: 450px;
  }
}

@media screen and (max-width:660px){
  .buttons{
    float: none;
    display: block;
    margin: auto;
    margin-top: 40px;
  }
  .button-esc-footer{
    margin-bottom:40px;
  }
}

@media (max-width:560px){
  /*.button-esc-footer{
      margin: 15px 15px 15px 15px;
  }
  */
}

