html{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-size:100%;/*16px usually*/
  min-height:100%;
  box-sizing: border-box;
}

.csstyle {
    background-color:#badae5;
    font-family: "Merriweather Sans", Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.browser-warning{
  width:100%;
  text-align: center;
  padding:10px;
  font-size: large;
  background-color: #e09e0f;
  display:none;
}
body{
    /*background-color:rgb(34, 45, 57);*/
    font-family: "Merriweather Sans", Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    min-height:100%;
}
.body-lightblue-back{
  background-color:#7dccf0;
  /*background-image: url('./../_img/TPCloud_Background.png');
  background-repeat: no-repeat;
  background-position: right;*/
}

.loader {
  height: 3px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  /*display:none;*/
}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 3px;
  background-color: #2980b9;
  animation: loading 1s linear 1;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.wrapper{
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.loginbox {
    margin: auto;
    width: 400px;
  
}

.login-img{
max-width: 280px;
}

.header_iblock{
    display:inline-block;
}

header{
    background-color:white;
    padding-left:245px;
    min-height:100px;
}

#page{
    height:100%;
    min-height:100vh;
    position:relative;
}

footer{
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    border-top: 1px solid #868686;
    color:#4d4d4d;
    background-color: #e6e6e6;
    padding:10px 0 0 225px;
    text-align:center;
    box-sizing: border-box;
}
footer .links-div{

}
footer .copyright{
    bottom:0;
    box-sizing: border-box;
}
footer a{
  text-decoration: none;
  color:#4d4d4d;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-appearance: none;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #62818a;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  -webkit-appearance: none;
}
.form button:hover,.form button:active,.form button:focus {
  background: #b55603;
}

.form input[type="submit"] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #62818a;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form input[type="submit"]:hover,.form button:active,.form button:focus {
  background: #b55603;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .forgot-my-password a{
  color: #ef3e20;
  text-decoration: none;
  font-size: 12px;
}
.form .register-form {
  display: block;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  /*background: #041e2b; 
  background: -webkit-linear-gradient(right, #041e2b, #0f2836);
  background: -moz-linear-gradient(right, #041e2b, #0f2836);
  background: -o-linear-gradient(right, #041e2b, #0f2836);
  background: linear-gradient(to left, #041e2b, #0f2836);*/
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}



.index-page {
  /* width: 720px;
  padding: 8% 0 0;
  margin: auto;*/
}
.index-img{
    max-width: 240px;
    margin:10px;
}
.index-toolbar-logo{
  max-width: 200px;
  /* margin:10px; */
  padding:12px 0 0 0;
  max-height: 80%;
}
.index-toolbar-logodiv{
  background-color:#ffffff;
  height:108px;
}
.index-console{
    display:inline-block;
    box-sizing: border-box;
    padding-left:245px;
    width:100%;
    padding-top:10px;
}
#CONSOLE{
  text-align:left;
}
.mid-section{
    border:0px solid red;
    min-height:100%;
    width:100%;
    padding-bottom:125px;
}
.index-console-header{
  display:block;
  box-sizing: border-box;
  padding:13px 13px 13px 245px;  
  width:100%;
  background-color:gray;
}
#head_content{
  margin-top:25px;
  display:inline-block;
  width:100%;
  text-align:right;
}
h1.tpcloud-header{
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  color:#ffffff;
  margin:0;
}
.index-form {
    position: fixed;/*absolute;*/
    display:inline-block;
    overflow-x:hidden;
    min-height:100%;
    top:0;/*108px;*/
    bottom:0;
    width:225px;
    z-index: 3;
    background-color:#7b8f94;
    padding: 0px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}



.index-form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.index-form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #62818a;
  width: 100%;
  border: 0;
  padding: 15px;
  margin:10px 0px 10px 0px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.index-form button:hover,.index-form button:active,.index-form button:focus {
  background: #b55603;
}
.index-form .message {
  margin: 15px 0 15px 0;
  color: #b3b3b3;
  font-size: 14px;
  color:#ffffff;
}
.index-form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.index-form .register-form {
  display: none;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #62818a;
    color: white;
    text-align: center;
    z-index:100;
}
.footer-text{
  margin:2px 0 2px 0;
}

/* Nav bar*/
a.transition{
    font-size:14px;
    display:block;
    background-color:#62818a;
    padding:15px 0 15px 10px;
    margin:0px;
    width:100%;
    max-width:100%;
    color:#ffffff;
    text-decoration:none;
    text-transform: uppercase;
    text-align:left;
    border-top:1px solid white;
    border-bottom:1px solid white;
    transition: .3s;
}
a.transition .top-border{
    border-top:1px solid white;
}
a.transition:hover::before { 
  content: '';/*"\2601  ";*/
  
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color:#dc6802;
}
a.transition:hover{
    background-color:#e09e0f;
    color:#ffffff;
    padding-left:15px;
}
a.transition:visited{
    background-color:#62818a;
    color:#ffffff;
}
a.transition:visited:hover{
    background-color:#e09e0f;
    color:#ffffff;
    padding-left:15px;
}

.menu-footer{
  position:fixed;
  color:#ffffff;
  bottom:0;
  width:225px; /* Matches width of menu bar. */
  padding:5px;
  font-size:small;
}

/*NEEDS TO MOVE TO THE SEARCH CSS.*/
.quicksearch-wrapper{
  margin:0 0px 0 0;
  padding:12px 30px 12px 30px;
  /*background-color: #d9e2e8;*/
  border-radius: 15px;;
  float:left;
  white-space: nowrap;
  max-width:75%;
}
.quicksearch-wrapper input[type="text"]{
  font-size: 16pt;
  border-radius:7px 0 0 7px;
  border-right:0;
  border-top: 1px solid #c1c0c0;
  border-bottom: 1px solid #c1c0c0;
  border-left: 1px solid #c1c0c0;
  padding-left: 7px;
}
.quicksearch-wrapper input[type="submit"]{
  font-size: 16pt;
  border-radius:0 7px 7px 0;
  border: 1px solid #4d4d4d;
  background-color: #62818a;
  color:white;
  padding:1px 15px 1px 17px;
  cursor: pointer;
}
.quicksearch-wrapper input[type="submit"]:hover{
  background-color:#e09e0f;
}

/*This is the styling for the account switcher, this needs to move to the accounst switcher css*/
.switcher-wrapper{
  white-space:nowrap;
  max-width:100%;
  display:inline-block;
  
}

.box {
  position: relative;
  margin-bottom:0;
  border-radius: 15px 15px 0px 0px;
  display:inline-block;
  max-width:600px;
  width:400px;
}

.box select {
  background-color: #2c4c71;
  color: white;
  padding: 10px;
  width: 100%;
  border: none;
  font-size: 13pt;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 15px 15px 15px 15px;
  margin:0;
}

.box::before {  
  /*content: '\26AB\fe0e';*/
  content: '\25E3';
  font-family:sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  width: 12%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color:white;
  /*color: rgba(255, 255, 255, 0.5);*/
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  border-radius: 0px 15px 15px 0px;

  /*-webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0px 15px 15px 0px;
}

.box select option {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.2);
}

#z_button {
  background-color: #0a64ad;
  height: 45px;
  position: relative;
  outline: 0;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  color: #fff;
  border-radius: 15px;
  width: 45px;
  vertical-align: top;
  transition: .3s;
}
#z_button:hover {
  cursor: default;
  background-color: #3098ec;
}

#z_plus {
  text-align: center;
  line-height: 45px;
  font-size: 30px;
}


.login-error{
  color:#EF3B21;
}




/* HAMBURGER MENU */
#menuToggle
{
  display: none;
  /*position: relative;*/
  /*top: 50px;
  left: 50px;*/
  z-index: 500; 
  /*z-index: 1;*/
  padding:10px 0 0 10px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: 5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 12; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 11;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  z-index: 10;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-200%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
/* END HAMBURGHER MENU */



















/* On screens that are 600px or less, change the scrren items */
@media screen and (max-width: 600px) {
  .index-form {
    display:none;
  }
  .index-console{
    padding-left:0px;
  }
  .index-console-header{
    padding:13px 13px 13px 13px;  

  }
  #CONSOLE{
    text-align:center;
  }
  
  header{
    padding-left:0px;
    min-height:50px;
  }
  .quicksearch-wrapper{
    width:60%;

  }
  #menuToggle{
  display:block;
  }
  #z_button{
    display:none;
  }
  .box {
    position: relative;
    margin-bottom:0;
    border-radius: 15px 15px 0px 0px;
    display:inline-block;
    width:100%;
  }
  footer{
    padding-left:0;
  }
}


/* Here are the style for the form toolbars */
/* These are the toolbars on the Add/Edit account/user modules*/

.form-toolbar{
  display:flex;
  padding:5px;
  background-color:#e6e6e6;
  vertical-align:top;
}
.toolbar-section{
  display:inline-block;
}
.toolbar-section.row-header{
  flex-grow:1;
}
.toolbar-section.row-toolbar{
  flex-grow:5;
  text-align:right;
}
.toolbar-section > h2{
  margin:10px;
  font-size:1.25em;
}
.toolbar-section > img{
  height:100%;
  vertical-align: middle;
}
.form-toolbar-tools-list{
  display:inline-flex;
  list-style:none;
  margin:5px;
}
.form-toolbar-tools-list > li > button {
  margin-right: 0;
  padding:7px 25px 7px 25px;
  border: 1px solid #929292;
  border-right: 0;
  background-color:#f3f3f3;
  height:32px;
}
.form-toolbar-tools-list > li {
  border-radius: 0;
  border: 1px;
  border-right:0;
  display:inline-block;
}

.form-toolbar-tools-list > li:first-child > button {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}
.form-toolbar-tools-list > li:last-child > button{
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #929292;
}
.form-toolbar-tools-list > li > button:hover {
  background-color:#b55603;
  cursor: pointer;
  color:#ffffff;
}
.form-toolbar-tools-list > li > button:disabled {
  color:#a7a7a7;
  background-color:#f3f3f3;
  cursor: default;
}

/* SUB MENUS */
.form-toolbar-tools-list > li > ul {
  display:none;
  position:absolute;
  z-index: 10;
  list-style:none;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  border: 1px solid #3d3d3d;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.form-toolbar-tools-list > li > ul > li {
  padding:10px;
  background-color: #e6e6e6;
}
.form-toolbar-tools-list > li > ul > li:hover {
  background-color: #b55603;
  cursor: pointer;
  color:#ffffff;
}
.form-toolbar-tools-list > li:hover > ul {
  display:block;
}
.form-toolbar-tools-list > li > ul > li.menu-divider {
  padding:1px 10px 0px 10px;
  background-color: #CCCCCC;
}
/* END SUB MENUS */

/* END form toolbar styles.*/

/* EMAIL OVERLAY */
.email-overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 3em;
  box-sizing: border-box;
  display: none;
  box-sizing: border-box;
}
.email-div {
  display: inline-block;
  position: relative;
  top: 45%;
  left: 50%;
  max-width: 70%;
  transform: translate(-49%, -45%);
  background-color: #ffffff;
  border: 1px solid #232323;
  border-radius: 5px;
  box-sizing: border-box;
}
.email-div > h2{
  margin:0;
  text-align: center;
  background-color: #5e696f; 
  color: #ffffff;
}
.email-div > form > div {
  padding: 20px;
  text-align: left;
}
.email-div input{
  margin-left:10px;
}
/* END EMAIL OVERLAY */