.lds-css {
	display: none;
}
.tr-wrapper-layout .container-fluid {
	width: 50%;
	margin: 0 auto;
}
.tr-wrapper-layout .container-fluid .row {
	display: block;
}
.tr-wrapper-layout div#links_container {
    height: 450px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 30px rgba(0, 0, 30, 0.2);
    background-color: #fff; }
  .tr-wrapper-layout div#login_container {
    min-height: 400px;
    padding-bottom: 10px;
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 30, 0.2);
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    align-items: center; 
	max-width: none; }
  .tr-wrapper-layout .login-image {
	  height: 100px;
	  max-width: none;
  }
  .tr-wrapper-layout .logo-container {
    position: relative;
    min-height: 115px;
    width: 100%;
    text-align: center; }
    .tr-wrapper-layout .logo-container span.logo {
      background-image: url("/clients/default/images/img/tr_logo.gif");
      display: block;
      width: 90%;
      padding: 10px;
      background-repeat: no-repeat;
      background-position: center;
      min-height: 115px;
      margin: 0 auto;
      margin: 10px auto 20px; 
	  text-indent: -9999em; 
	  font-weight: bold;}
	.tr-wrapper-layout .logo-container span.logo h1 {
	  margin-top: 20px;
	}
  .tr-wrapper-layout .login_box_container {
    padding-bottom: 60px; }
  .tr-wrapper-layout .powered {
    bottom: 10px;
    right: 10px;
    position: absolute;
    display: block;
    height: 50px;
    padding: 10px;
    font-size: 0.875em;
    line-height: normal;
    font-weight: bold;
    width: 100%;
    text-align: right; }
    .tr-wrapper-layout .powered i {
      color: #aaa;
      font-weight: normal;
      font-size: 0.625em;
      line-height: 10px;
      vertical-align: bottom; }
    .tr-wrapper-layout .powered span.red {
      color: red; }
  .tr-wrapper-layout .image_container {
    width: 100%;
    height: 110%;
    background-color: #FF7504;
    background-image: url("/clients/default/images/img/back.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    color: #000;
    border-radius: 7px;
    box-shadow: 0px 0px 40px rgba(0, 0, 30, 0.3);
    position: relative;
    top: -5%; }
  .tr-wrapper-layout .image_container_xs {
    width: 100%;
    height: 120px;
    background-color: #FF7504;
    background-image: url("/clients/default/images/img/back-small.png");
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
    color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 30, 0.2); }
  .tr-wrapper-layout .z-top {
    z-index: 9999; }
  .tr-wrapper-layout .vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .tr-wrapper-layout .links_list_container {
    height: 100%;
    display: flex;
    align-items: center; }
    .tr-wrapper-layout .links_list_container a {
      text-decoration: none; }
  .tr-wrapper-layout .list-group-ob {
    border-radius: 0px;
    margin: 0px;
    padding: 0px; }
  .tr-wrapper-layout .list-group-item-ob {
    position: relative;
    display: block;
    padding: 10px;
    background-color: #fff;
    border-radius: 0px;
    width: 100px;
    border-left: 8px solid #bbb;
    transition: .25s;
    color: rgb(87,87,87);/*#777;*/
    left: 0px;
    cursor: pointer;
    margin-bottom: 3px; }
    .tr-wrapper-layout .list-group-item-ob:hover {
      left: -10px;
      color: #333; }
    .tr-wrapper-layout .list-group-item-ob.active {
      border-color: #FF7504; }
    .tr-wrapper-layout .list-group-item-ob:last-child {
      border-bottom: none;
      margin-bottom: 0px; }
    .tr-wrapper-layout .list-group-item-ob.small-text span {
      font-size: 0.85em; }
  .tr-wrapper-layout #login_container .card {
    border: 0; }
  .tr-wrapper-layout #login_container .card-block {
    padding: 0; }
  .tr-wrapper-layout .contact_box {
    color: #333;
    font-size: 0.9em;
    padding: 0; }
  .tr-wrapper-layout .contact-list {
    list-style: none;
    padding-left: 20px; }
    .tr-wrapper-layout .contact-list li {
      list-style: none; }
  .tr-wrapper-layout .extraLink {
    margin-top: 0;
    margin-bottom: 5px; }
    .tr-wrapper-layout .extraLink a {
      display: inline-block;
      color: #666;
      font-size: 0.75rem;
      text-decoration: none;
      background-color: transparent;
      padding: 5px;
      border-radius: 5px;
      transition: .2s; }
      .tr-wrapper-layout .extraLink a:hover {
        display: inline-block;
        color: rgb(155,155,155);/*#666;*/
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 5px;
        border-radius: 5px; }
  .tr-wrapper-layout .small-text {
    font-size: 0.85em; }
  .tr-wrapper-layout form div.input-group input::-webkit-input-placeholder {
    font-style: italic;
    color: #ccc; }
  .tr-wrapper-layout .navbar.fixed-bottom .nav-pills .nav-link.active {
    background-color: #844700;/*#ff6000;*/
    color: #fff; }
  .tr-wrapper-layout .navbar.fixed-bottom .nav-link {
    color:  #844700;/*#ff6000;*/ }

@media only screen and (max-width: 1024px) {
  .logo-container {
    min-height: 90px; } }

@media only screen and (max-width: 768px) {
  .tr-wrapper-layout .logo-container {
    min-height: 60px; }
  .tr-wrapper-layout .image_container {
    background-position: 93% 100%;
    background-size: cover; } }

@media only screen and (max-width: 575px) {
  .tr-wrapper-layout .container-fluid {
    padding-top: 20px; }
  .logo-container {
    min-height: 80px; }
    .logo-container span.logo {
      width: 50%; } }
@media only screen and (min-width: 480px) {
	.tr-wrapper-layout  .hidden-sm-up {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
  .tr-wrapper-layout .container-fluid {
    padding-top: 0; }
  .logo-container span.logo {
    width: 80%; }
  .tr-wrapper-layout .image_container {
    background-size: 100%; } }

#browser-detection {
    background: #FFFFE5;
    color: #333333;
    position: fixed;
    padding: 10px 15px;
    font-size:0.8125em;
    font-family: "Trebuchet MS", "Segoe UI", Arial, Tahoma, sans-serif;
    border-radius: 5px;
    border: 1px solid #D6D6C1;
    -moz-border-radius: 5px;
    width: 700px;
    z-index: 9999;
}

#browser-detection P {
    margin: 0;
    padding: 0;
    background: transparent;
    line-height: 135%;
    width: auto;
    float: none;
    border: none;
    text-align: left;
}

#browser-detection P.bd-title {
    padding-top: 0px;
    font-size: 1.5625em;
    line-height: 100%;
}

#browser-detection P.bd-notice {
    padding-bottom: 5px;
    padding-top: 5px;
}

#browser-detection SPAN.bd-highlight {
    color: #B50E0E;
}

#browser-detection A#browser-detection-close {
    width: 15px;
    height: 15px;
    outline: none;
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: -500em;
    line-height: 100%;
    background: url(./images/close.gif) no-repeat center center;
}

#browser-detection A#browser-detection-close:HOVER {
    background-color: #F5F5DC;
}

#browser-detection UL.bd-browsers-list,
#browser-detection UL.bd-browsers-list LI,
#browser-detection UL.bd-skip-buttons,
#browser-detection UL.bd-skip-buttons LI {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}

#browser-detection UL.bd-browsers-list {
    clear: both;
    margin-top: 3px;
    padding: 7px 0;
    border-top: 1px solid #F5F5DC;
    border-bottom: 1px solid #F5F5DC;
    width: 100%;
}

#browser-detection UL.bd-browsers-list LI {
    text-align: left;
}

#browser-detection UL.bd-browsers-list LI A {
    /* width: 60px; */
    height: 55px;
    display: block;
    color: #666666;
    padding: 10px 10px 0 65px;
    text-decoration: none;
}

#browser-detection UL.bd-browsers-list LI A:HOVER {
    text-decoration: underline;
}

#browser-detection UL.bd-browsers-list LI.firefox A {
    background: url(./images/firefox.gif) no-repeat left top;
}

#browser-detection UL.bd-browsers-list LI.chrome A {
    background: url(./images/chrome.gif) no-repeat left top;
}

#browser-detection UL.bd-browsers-list LI.safari A {
    background: url(./images/safari.gif) no-repeat left top;
}

#browser-detection UL.bd-browsers-list LI.opera A {
    background: url(./images/opera.gif) no-repeat left top;
}

#browser-detection UL.bd-browsers-list LI.msie A {
    background: url(./images/msie.gif) no-repeat left top;
}

#browser-detection UL.bd-skip-buttons {
    margin-top: 10px;
}

#browser-detection UL.bd-skip-buttons LI {
    display: inline;
    margin-right: 10px;
}

#browser-detection UL.bd-skip-buttons LI BUTTON {
    font-size: 0.8125em;
}

#browser-detection DIV.bd-poweredby {
    font-size: 0.5625em;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-style: italic;
}

#browser-detection DIV.bd-poweredby,
#browser-detection DIV.bd-poweredby A {
    color: #AAAAAA;
}

#browser-detection DIV.bd-poweredby A {
    text-decoration: underline;
}

#browser-detection DIV.bd-poweredby A:HOVER {
    text-decoration: none;
}

#black_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1000;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.extra-padding-mobile-code{
    padding: .5rem .5rem;
    text-align:center;

}

.new-files td:first-child, .new-files td:first-child a,.existing-files td:first-child a  {
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}