﻿.sectionxMos
{
    height:100%;
    padding-top: 65px;
    text-align: center;
}

/*.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}*/

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.textAboutUs
{
    margin: 10px 0px;
    font-size: 14px;
    padding:20px 0px;
    color:#000;
    font-family: "Roboto";
    font-weight:400;
    text-align:justify;
}

.textAboutUs ul
{
    margin-left:-15px;
}

.removeGridPadding
{
    padding:0px;
}

.imgSize
{
    height:auto;
    width:100%;
}

img
{
    border: 1px solid #ebe9e9;
    border-radius: 4px;
    padding: 5px;
}

.detailsBox
{
    padding-top:20px;
}

.textbox{
    text-align:right;
}

.texttable{
    font-size:14px;
    text-align:left;
    font-family: "Roboto";
    font-weight:400;
    width:100%;
}

.btnadd2cart{
    text-align:right;
    margin-top:30px;
}

.btnClear{
    height:30px;
    margin:5px;
    width:100%;
}

.hide
{
    display:block;
}

.comment {
  margin-top:-10px;
  text-align: center;
  display:none;
}

.cartbox{
    width:100%;
    background-color:whitesmoke;
}

.dlstyle{
    overflow-y:scroll; 
    height:50vh;
}

.titlebox{
    font-family:"Roboto";
    width:100%;
    background-color:#8ab8df;
    padding-top:5px;
    font-size:22px;
    font-weight:500;
}

.datalisttable{
    font-size:12px;
    text-align:left;
    font-family: "Roboto";
    font-weight:300;
    width:100%;
    padding:2px;
}

.desctitle{
    border-top:ridge;
    border-bottom:ridge;
    text-align:left;
    margin: 20px 0px;
    padding:20px 0px;
    color:#000;
    font-family: "Roboto";
    font-weight:400;
    font-size:22px;
}

.imgMK
{
    width:100px;
    padding:10px;
}

@media(min-width:468px){
    .sectionxMos
{
    height:100%;
    padding-top: 85px;
    text-align: center;
}

.imgSize
{
    height:300px;
    width:300px;
}

.removeGridPadding
{
    padding-left:0px 15px;
}

.textAboutUs
{
    margin: 10px 0px;
    font-size: 16px;
    padding:20px 0px;
    color:#000;
    font-family: "Roboto";
    font-weight:400;
    text-align:justify;
}

img
{
    border: 1px solid #ebe9e9;
    border-radius: 4px;
    padding: 5px;
}

.detailsBox
{
    padding-top:20px;
}

.textbox{
    text-align:right;
}

.texttable{
    font-size:16px;
    text-align:left;
    font-family: "Roboto";
    font-weight:400;
    width:100%;
}

.btnadd2cart{
    text-align:right;
    margin-top:30px;
}

.btnClear{
    height:40px;
    margin:5px;
    width:300px;
}

.comment {
  margin-top:-10px;
  text-align: center;
}

.cartbox{
    width:100%;
    background-color:whitesmoke;
}

.dlstyle{
    overflow-y:scroll; 
    height:50vh;
}

.titlebox{
    font-family:"Roboto";
    width:100%;
    background-color:#8ab8df;
    padding-top:5px;
    font-size:22px;
    font-weight:500;
}

.datalisttable{
    font-size:12px;
    text-align:left;
    font-family: "Roboto";
    font-weight:300;
    width:100%;
    padding:2px;
}

.desctitle{
    border-top:ridge;
    border-bottom:ridge;
    text-align:left;
    margin: 40px 0px;
    padding:20px 0px;
    color:#000;
    font-family: "Roboto";
    font-weight:400;
    font-size:26px;
}

}

@media(min-width:768px){
    .sectionxMos
{
    height:100%;
    padding-top: 100px;
    text-align: center;
    margin:0px 20px 0px 0px;
}

.imgSize
{
    height:250px;
    width:250px;
}

.removeGridPadding
{
    padding-left:0px 15px;
}

.textAboutUs
{
    margin: 10px 50px;
    font-size: 18px;
    padding:20px 0px;
    color:#000;
    font-family: "Roboto";
    font-weight:400;
    text-align:justify;
}

.detailsBox
{
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
}

.textbox{
    text-align:right;
}

.texttable{
    font-size:18px;
    text-align:left;
    font-family: "Roboto";
    font-weight:400;
    width:100%;
}

.btnadd2cart{
    text-align:right;
    margin-top:30px;
}

.btnClear{
    height:40px;
    margin:5px;
    width:200px;
}

.hidebtn
{
    display:block;
}

.comment {
  margin-top:-10px;
  text-align: center;
  display:block;
}

.cartbox{
    width:100%;
    background-color:whitesmoke;
}

.dlstyle{
    overflow-y:scroll; 
    height:50vh;
}

.titlebox{
    font-family:"Roboto";
    width:100%;
    background-color:#8ab8df;
    padding-top:5px;
    font-size:22px;
    font-weight:500;
}

.datalisttable{
    font-size:12px;
    text-align:left;
    font-family: "Roboto";
    font-weight:300;
    width:100%;
    padding:2px;
}

.desctitle{
    border-top:ridge;
    border-bottom:ridge;
    text-align:left;
    margin: 20px 50px;
    padding:20px 0px;
    color:#000;
    font-family: "Roboto";
    font-weight:400;
    font-size:30px;
}

.hidebtn
{
    display:none;
}

}

@media(min-width:992px){
        .sectionxMos
{
    height:100%;
    padding-top: 100px;
    text-align: center;
    margin:0px 20px 0px 0px;
}

.imgSize
{
    height:350px;
    width:350px;
}

.removeGridPadding
{
    padding-left:0px 15px;
}

.textAboutUs
{
    margin: 10px 50px;
    font-size: 20px;
    padding:20px 0px;
    color:#000;
    font-family: "Roboto";
    font-weight:400;
    text-align:justify;
}

.detailsBox
{
    height:400px;
    padding-top:20px;
}

.textbox{
    text-align:right;
}

.texttable{
    font-size:20px;
    text-align:left;
    font-family: "Roboto";
    font-weight:400;
    width:100%;
}

.btnadd2cart{
    text-align:right;
    margin-top:30px;
}

.comment {
  margin-top:-10px;
  text-align: center;
  display:block;
  padding-left:0px;
  padding-right:0px;
}

.cartbox{
    width:100%;
    background-color:whitesmoke;
}

.dlstyle{
    overflow-y:scroll; 
    height:50vh;
}

.titlebox{
    font-family:"Roboto";
    width:100%;
    background-color:#8ab8df;
    padding-top:5px;
    font-size:22px;
    font-weight:500;
}

.datalisttable{
    font-size:12px;
    text-align:left;
    font-family: "Roboto";
    font-weight:300;
    width:100%;
    padding:2px;
}

.desctitle{
    border-top:ridge;
    border-bottom:ridge;
    text-align:left;
    margin: 20px 50px;
    padding:20px 0px;
    color:#000;
    font-family: "Roboto";
    font-weight:400;
    font-size:32px;
}

}

    .btn_close_s
{
	width:20px;
	height:20px;
	background-color:transparent;
    background-image:url(../images/tdBinary/interface/recyclebin.png);
    background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	resize:none;
}

    .btndown
{
	width:21px;
	height:21px;
	background-color:transparent;
    background-image:url(../images/tdBinary/interface/btndown.png);
    background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	resize:none;
    padding:5px;
}

.btnup
{
	width:21px;
	height:21px;
	background-color:transparent;
    background-image:url(../images/tdBinary/interface/btnup.png);
    background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	resize:none;
    padding:5px;
}