﻿body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
    height: 100%;
}

header .logo {
    width: 100%;
    height: 150px;
    /*background: url("../Images/rtaa/logo.png") no-repeat center;*/
    background: url("../Images/logo.png") no-repeat center;
}
.center{
  text-align: center;
}
.no-padding{
  padding: 0;
}
section {
    width: 100%;
    height: auto;
  }

.section1{
  background-color: #171e4f;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.section2{
  height: auto;
  width: 100%;
}

.home,
.champions{
  height: 680px;
  width: 100%;
}
.home{
  background: url("../images/rtaa/home/home.png") no-repeat center;
  background-size: cover;
}
.login{
  background: url("../images/rtaa/user login.png") no-repeat center;
  background-size: cover;
}
.new-user{
  background: url("../images/rtaa/new user.png") no-repeat center;
  background-size: cover;
}
.modules{
  background: url("../images/rtaa/modules/modules.png") no-repeat center;
  background-size: cover;
}
.form{

  background-color: rgba(255, 255, 255, 0.36);
  border-radius: 15px;

}
.box{
  position: relative;;
  height: auto;
  background-color: rgba(255, 255, 255, 0.93);
  margin-top: 40px;
  padding: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 76%, 92% 100%, 0 100%, 0% 80%, 0% 20%);
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 76%, 92% 100%, 0 100%, 0% 80%, 0% 20%);
}
.title-bar{
  height: 50px;
  cursor:pointer;
  }
  .title-bar h4{
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
  }
.title1{
  background-color: #2aabe1;
    }

  .title2{
    background-color: #171e4f;
    }
 .title1,
 .title2{
      height: 50px;
      padding: 7px;
	  }
.txt-left{
  float: left;
}
.txt-right{
  float: right;
}
.login-form {
    min-height: 200px;
}
.login-form h3{
      text-align:center;
      color: #333333;
    }
@media screen and (max-width: 1024px) {
  .txt-left{
  float: none;
  }
  .txt-right{
    float: none;
  }

  
    .new-user .form{

    }
    .nav-pills li {
    width: 185px !important;
  }
  .triangle-right {
    right: -132px !important;
	   }
}
@media screen and (max-width: 768px) {
  .txt-left{
    float: none;
    }
  .txt-right{
      float: none;
    }
  .nav-pills li {
    width: 100% !important;
  }
  .campion .input-group {
    width: 100%;
  }

  .nav {
  margin-top:6px;
  }
  .details{
    top: 0 !important;
    padding-right: 0 !important;
    color: white;
	text-align:center;
	}
}
@media screen and (max-width: 680px) {
	.box{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 76%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
	clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 76%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
	}
}
@media screen and (max-width: 420px) {

    .login .form{
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .login .btn{
      float: none !important;
      margin-top: 20px;
    }
    .img-title {
      text-align: left !important;
      padding-left: 15px;
    }
    .mod1,
    .mod2{
      background-size: cover !important;
    }
.progress-img{
  width: 100% !important;
}
    .new-user .btn {
      left: 53px !important;
    }
	.box{
	height:525px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 76%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
	clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 76%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
	}
	.modules{
	height:auto;
	}
	.triangle-right{
		border-top: 0px solid #2aabe1 !important;
	}
}
form{
  padding: 30px;
}

.form-group {
    margin-bottom: 30px;
}

.custom-input{
      box-shadow: 3px 3px 15px #000000;
      border-radius: 0px;
      height: 42px;
}
input[type=checkbox] {
  width: 17px; height: 17px;
  border: 3px solid;
  margin-right: 7px;
}
input[type=checkbox],
strong{
  font-size: 16px;
}
.btn{
  width: 150px;
  background-color: #2aabe1;
  box-shadow: 3px 5px 17px #000;
  border-radius: 0px;
  color: white !important;
  font-weight: 600;
  height: 38px;
}
.new-user .btn{
  position: relative;
  left: 0;
}
.new-user .form{
  margin-top: 20px;
  margin-bottom: 20px;
}
.login .form{
  margin-top: 20px;
  margin-bottom: 20px;
}
a{
    color:#333 !important;
    text-decoration:none !important;
}
.modules .btn{
  background-color: #c4161c;
  margin-top: 40px;
}
.modules p{
  padding-top: 7px;
}
.account{
 
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  height: 400px;
}
.account a{
     color: white !important;
}
.account a:hover{
    color: #4b4845 !important;
    text-decoration: none;
}
.new-acc{
  background: url("../images/rtaa/home/new account.png") no-repeat center;

}

.existing-acc{
  background: url("../images/rtaa/home/existing account.png") no-repeat center;
  position: relative;
  top:-173px;
}
.account strong{
    position: relative;;
    top: 170px;
    /*right:250px;*/
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 50px solid #2aabe1;
  border-right: 50px solid transparent;
  position: relative;
  right: -156px;
  top: -46px;
  z-index: 99999999;
}

.nav-pills li{
  width: 226px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  box-shadow: 0px 0px 6px;
}
.nav-pills li a{
  height: 65px;
  color: white;
  border-radius: 0;
  padding:3px;
}
.nav-pills>li+li {
    margin-left: 0px;
}
.progress-btn{
  background-color:#171e4f;
  border: 4px outset rgba(255, 255, 255, 0.41);
}
.employee-btn{
  background-color:#939393;
  border: 4px outset rgba(255, 255, 255, 0.41);
}
.people-btn{
  background-color:#e7e7e8;
  color:#000 !important;
  border: 4px outset rgba(255, 255, 255, 0.41);
}
.tips-btn{
  background-color:#2aabe1;
  border: 4px outset rgba(255, 255, 255, 0.41);
}
.help-btn{
  background-color:#636466;
  border: 4px outset rgba(255, 255, 255, 0.41);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: rgba(58, 35, 27, 0.76);
}
.progress-img{
  height: 110px;
  width: 140px;
  margin-top: 30px;
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 78%, 86% 100%, 0 100%, 0% 80%, 0% 20%);
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 78%, 86% 100%, 0 100%, 0% 80%, 0% 20%);*/
  box-shadow: 7px 5px 14px;
}
.mod1{
  background: url("../images/rtaa/modules/module01.png") no-repeat center;

}
.mod2{
  background: url("../images/rtaa/modules/module02.png") no-repeat center;

}
.block{
  height: 600px;
  border-right: 1px solid #ccc;
  overflow: auto;
}
.img-title{
  height: 42px;
  background-color: #2aabe1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-top: 12px;
  background: url("../images/rtaa/champion/corner.png") no-repeat left 0;
  }
.tab-progress li img{
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 78%, 86% 100%, 0 100%, 0% 80%, 0% 20%);
  clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 78%, 86% 100%, 0 100%, 0% 80%, 0% 20%);
}
.champion img{
  /*height: 130px;
  width: 165px;*/
}
.champion .triangle-right{
    top: 50px;
    left: 0;
}
.champion h4{
  position: absolute;
  top: -44px;
  color: white;
  padding-left: 16px;
  text-transform: uppercase;
}
.details {
    font-size: 16px;
    font-weight: 600;
    padding-top: 299px;
    background-color: #ffffff7d;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
footer{
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
.no-padding{
    padding:0 !important;
}

.news-feed ul {
    height: 550px;
    background-color: #ffffffb5;
    border: 10px solid #fff;
    list-style-type: none;
    padding: 15px;
    overflow-y: auto;
    border-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn a {
    color: #fff !important;
}
.form-control{
    height: 40px !important;
}
.dropdown-menu {
    left: 25px!important;
}
.dropdown-menu li a{
    cursor:pointer;
}
.btn-danger {
    background-color: #2aabe1 !important;
    border-color: #2aabe1 !important;
}
.modules-container {
    margin-top: 48px;
    height: 590px;
    overflow-y: scroll;
}


.module-box {
    margin-bottom: 4%;
}

    .module-box .box-title {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        background-color: #161e4f;
        font-size: 18px;
        cursor: pointer;
    }

        .module-box .box-title:hover {
            text-decoration: underline;
        }

        .module-box .box-title span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            margin-left: 35px;
        }

        .module-box .box-title .module-no {
            background-color: #2aabe0;
        }

        .module-box .box-title .module-no, .module-box .box-title .module-name {
            height: 50px;
            line-height: 50px;
        }

        .module-box .box-title .module-name {
            background-color: #161e4f;
        }

            .module-box .box-title .module-name .triangle-up-left {
                width: 0;
                height: 0;
                padding-bottom: 10%;
                padding-left: 8.5%;
                overflow: hidden;
                position: absolute;
                left: 0;
            }

                .module-box .box-title .module-name .triangle-up-left:after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    margin-left: -50px;
                    border-bottom: 50px solid transparent;
                    border-left: 50px solid #2aabe0;
                }

    .module-box .box-body .module-image {
        background-image: url("/Images/modules/module01.png");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 150px;
    }

    .module-box .box-body .module-description {
        -webkit-clip-path: polygon(100% 0, 100% 78%, 92% 100%, 0 99%, 0 0);
        clip-path: polygon(100% 0, 100% 78%, 92% 100%, 0 99%, 0 0);
        background-color: rgba(255, 255, 255, 0.8);
        height: 150px;
    }

@media (max-width: 1199.98px) {
    .module-box .box-title .module-name .triangle-up-left {
        display: none;
    }

    .module-box .box-title span {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .modules-container {
        height: 100%;
    }

    .module-box .box-body .module-image {
        display: none;
    }

    .module-box .box-body {
        background-color: #c9c9c9;
        border: 1px solid #c9c9c9;
    }
}
