﻿.MonotchBody {
  background: #FFF;
}
.bg-footer-theme {
  border-top: 1px solid #eee;
}

.app-brand-logo {
  width: 100%;
  height: 41px;
  margin-left: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 117px;
  background-image: url(../images/tlex-logo.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .layout-collapsed .layout-sidenav .app-brand-logo {
    margin-left: 14px;
    margin-top: 3px;
    width: 58px;
    background-size: 38px;
    background-image: url(../images/logoM.png);
  }

  .layout-collapsed.layout-sidenav-hover .layout-sidenav .app-brand-logo {
    margin-left: -5px;
    margin-top: 0px;
    width: 100%;
    background-size: 117px;
    background-image: url(../images/tlex-logo.png);
  }

}

.navbar {
  height: 66px;
}

.BrowserWarningContainer{
  position: absolute;
  background-color: #2f3337;
  top: 10px;
  height: 45px;
  right: 20px;
  width: 98%;
}
.BrowserWarningContainer .Txt1{
  padding: 12px 22px;
  float: left;
  color: #ff9d0b;
  font-weight: 600;
}
.BrowserWarningContainer .Txt2{
  padding: 12px 0px;
  color: #e6e6e6;
  float: left;
  font-weight: 600;
}
.BrowserWarningContainer .Txt2:hover{
  text-decoration: underline;
  color: #FFF;
  cursor: pointer;
}



.sidenav.bg-dark .sidenav-link.active,
.sidenav.bg-dark .sidenav-horizontal-prev.active,
.sidenav.bg-dark .sidenav-horizontal-next.active {
  border-left: 3px solid #2eb173;
}

.SidenavLogo {
  background-image: url(../images/udapshort.png);
  background-size: 23px;
  width: 32px !important;
  height: 24px;
  background-repeat: no-repeat;
}
.layout-collapsed .SidenavLogo {
  margin-right: 20px;
}
.layout-collapsed.layout-sidenav-hover .layout-sidenav .SidenavLogo {
  margin-right: 4px;
}

.SBarBottomBtn {
  position: absolute;
  bottom: 0;
  height: 30px;
  right: 0;
  width: 100%;
  border-top: 1px solid #222730;
  cursor: pointer;
}

.SBarBottomBtn i {
  float: right;
  margin-top: 8px;
  margin-right: 15px;
}

.SBarBottomBtn:hover {
  background-color: #343840;
}

@media screen and (min-width: 992px) {
  .layout-collapsed .layout-sidenav .SBarBottomBtn {
    padding-right: 20px;
  }

  .layout-collapsed .layout-sidenav .SBarBottomBtn i {
    -webkit-transform: rotate(180deg);
    /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);
    /* FF */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* IE9 */
    transform: rotate(180deg);
    /* W3C compliant browsers */
    margin-right: 12px;
  }

  .layout-collapsed.layout-sidenav-hover .layout-sidenav .SBarBottomBtn i {
    margin-right: -5px;
  }
}

/*Cards*/

.CardBodyWrap {
  position: relative;
  background-color: #f5f5f5;
  width: 100%;
  height: 200px;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all 500ms ease;
}

.CardBodyWrap:hover {
  box-shadow: 0 0 15px rgb(177, 177, 177);
}

.CardBodyWrap:hover .CardSection1 {
  background-position: 0% -24px;
  -webkit-animation: slide 2s linear 1;
  -moz-animation: slide 2s linear 1;
  animation: slide 2s linear 1;
}

@-webkit-keyframes slide {
  0% {
    background-position: 40% -24px;
  }

  100% {
    background-position: 0% -24px;
  }
}

​ @-moz-keyframes slide {
  0% {
    background-position: 40% -24px;
  }

  100% {
    background-position: 0% -24px;
  }
}

@keyframes slide {
  0% {
    background-position: 40% -24px;
  }

  100% {
    background-position: 0% -24px;
  }
}

.CardBodyWrap:hover .CardSection2 {
  background-color: #303337;
  transition: all 500ms ease;
}

.CardSection1 {
  position: absolute;
  top: 0;
  height: 81%;
  width: 100%;
  background-image: url(../images/cardbg.png);
  background-position: 40% -24px;
  background-repeat: no-repeat;
  transition: all 500ms linear infinite;
}

.CardS1Logo {
  margin: 15px 20px;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}

.CardS2TxtWrap {
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
}

.CardS2Txt1 {
  margin: 0px 20px;
  color: #41bb99;
  font-weight: 400;
  font-size: 21px;
  float: left;
  text-shadow: 0 0 #FFF;
}

.CardS2Txt2 {
  float: left;
  clear: both;
  margin: 0px 20px 5px 20px;
  color: #797979;
  font-weight: 500;
  font-size: 12px;
}

.CardSection2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #484b50;
  padding: 10px;
  border-top: 3px solid #3d3d3d;
}

.CardS2Btn {
  text-align: right;
  font-weight: bold;
  margin-right: 10px;
  color: #ffffff;
}

.CardS2Btn i {
  font-size: 18px;
  margin-left: 5px;
  vertical-align: text-bottom;
}


/*Each Card with Variable*/

.card-dashboard .CardS1Logo {
  background-image: url(../images/ico-dash.png);
  background-size: 30px;
  background-color: #a871ad;
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-policy .CardS1Logo {
  background-image: url(../images/ico-poli.png);
  background-size: 31px;
  background-color: #707cb0;
  background-position: 10px center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-depot .CardS1Logo {
  background-image: url(../images/ico-depot.png);
  background-size: 28px;
  background-color: #ce9c6f;
  background-position: 12px center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-dataexchange .CardS1Logo {
  background-image: url(../images/ico-data.png);
  background-size: 30px;
  background-color: #ca6d73;
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-report .CardS1Logo {
  background-image: url(../images/ico-repo.png);
  background-size: 26px;
  background-color: #65a0bc;
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-systemadmin .CardS1Logo {
  background-image: url(../images/ico-sysadmin.png);
  background-size: 30px;
  background-color: #65b7bc;
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-support .CardS1Logo {
  background-image: url(../images/ico-support.png);
  background-size: 28px;
  background-color: #6eae94;
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-user .CardS1Logo {
  background-image: url(../images/ico-user.png);
  background-size: 26px;
  background-color: #6eae94;
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-viewer .CardS1Logo {
  background-image: url(../images/ico-view.png);
  background-size: 26px;
  background-color: #86ae6e;
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-default .CardS1Logo {
  background-image: url(../images/tlex-logo.png);
  background-size: 30px;
  background-color: #6eae94;
  background-position: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card-dashboard .CardS2Txt1 {
  color: #a871ad;
}

.card-policy .CardS2Txt1 {
  color: #707cb0;
}

.card-depot .CardS2Txt1 {
  color: #ce9c6f;
}

.card-dataexchange .CardS2Txt1 {
  color: #ca6d73;
}

.card-report .CardS2Txt1 {
  color: #65a0bc;
}

.card-systemadmin .CardS2Txt1 {
  color: #65b7bc;
}

.card-support .CardS2Txt1 {
  color: #6eae94;
}

.card-user .CardS2Txt1 {
  color: #6eae94;
}

.card-viewer .CardS2Txt1 {
  color: #86ae6e;
}

.card-default .CardS2Txt1 {
  color: #6eae94;
}

.card-dashboard .CardSection1 {
  background-image: url(../images/cardbg-purple.png);
}

.card-policy .CardSection1 {
  background-image: url(../images/cardbg-dpurple.png);
}

.card-depot .CardSection1 {
  background-image: url(../images/cardbg-gold.png);
}

.card-dataexchange .CardSection1 {
  background-image: url(../images/cardbg-red.png);
}

.card-report .CardSection1 {
  background-image: url(../images/cardbg-blue.png);
}

.card-systemadmin .CardSection1 {
  background-image: url(../images/cardbg-aqua.png);
}

.card-support .CardSection1 {
  background-image: url(../images/cardbg-green.png);
}

.card-user .CardSection1 {
  background-image: url(../images/cardbg-green.png);
}

.card-viewer .CardSection1 {
  background-image: url(../images/cardbg-lime.png);
}

.card-default .CardSection1 {
  background-image: url(../images/cardbg-green.png);
}



@media screen and (max-width: 992px) {
  .BrowserWarningContainer{
    top: 2px;
    height: 60px;
    left: 60px;
    width: 95%;
  }
  .BrowserWarningContainer .Txt2{
    display: none;
  }
  .app-brand-logo {
    width: 45px;
    margin-left: 3px;
  }
  .layout-collapsed.layout-expanded .layout-sidenav .app-brand-logo {
    margin-left: -5px;
    margin-top: 0px;
    width: 100%;
    background-size: 117px;
    background-image: url(../images/tlex-logo.png);
  }

  .CardBodyWrap {
    margin-bottom: 10px;
  }

 /* .CardBodyWrap:hover .CardSection1 {
    background-position: 0% -24px;
    -webkit-animation: slide 2s linear 1;
    -moz-animation: slide 2s linear 1;
    animation: slide 2s linear 1;
  }
  .CardSection1 {
    position: absolute;
    top: 0;
    height: 81%;
    width: 100%;
    background-image: url(../images/cardbg.png);
    background-position: 20% -24px;
    background-repeat: no-repeat;
    transition: all 500ms linear infinite;
  }*/
  
}