﻿.AccpetanceTermsContainer {
    direction:ltr;
   
}
*{
    box-sizing:border-box;
}
.acceptanceterms{
    padding-bottom:20px;
   
}
.acceptanceterms .container-fluid{
    background-color:#f8fafc;
    border-radius: 3px;
   
    padding-bottom:20px;
}
.acceptanceterms .container-fluid ul li{
    margin:10px auto;
}
table th{
    text-align:right
 }
.sitemap{
   
    padding:5px 10px;
    color:#efefef;
    background-color:#4c867a
}
.sitemap a,.sitemap a:hover{
    text-decoration:none;
    color:#efefef;
}
.list-unstyled{
    padding-left:20px !important;


}
.txtTilte{
    background: linear-gradient(to left,#5b7475 0,rgba(0,153,153,0.7) 50%, rgba(0,153,176,0.7) 83%,rgba(0,153,203,0.7) 100%);
    border-left: 10px solid yellow;
    width: 100%;
    border-right:none;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #FFF;
    font-size:20px;
    margin-bottom: 10px;
}
.AcceptanceEnteries{
    padding-top:20px;
    padding-bottom:20px;
}
.AcceptanceEnteries table{
    width:100%;
    margin:0 auto;
    height:225px;
}

.AcceptanceEnteries table td{
    vertical-align:middle;
}

/*carousal modification */

.acceptanceterms .carousel-control{
    background-color: #fff;
    color:#333;
    
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    text-align: center;
    top: 75% !important;
}
.acceptanceterms .carousel-control{
    background:#00a885;
}
.acceptanceterms .carousel-control:hover{
    background-color: #00a885;
    color:#fff;
}
.acceptanceterms .carousel-control.left{
    left:1%;
    /*box-shadow: -1px 0px 0px 0px;*/
}
.acceptanceterms .carousel-control.right {
    right:1%;
    /*box-shadow: 1px 0px 0px 0px;*/
}
.item {
    padding:0 !important;
    margin:0 !important;
}
.DownloadBtn .btn{
    border-radius:1px !important;
}

/* Ens the carousal modification*/