﻿.a1
{
    background-color: #f44336;
   /* background-color: #ec5645;*/
    border: 2px solid white;
    margin: 2px 2px 2px 2px;
    /*background-color: red; color: white;*/
    font-family: font-family: 'Hind', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    /*padding: 1em 1em;*/
    text-decoration: none;
    text-transform:capitalize;
    padding:0px 5px 0px 5px;
    border-radius: 5px;
    height:40px;
    vertical-align:middle;
   
}
.a1:hover
{
    background-color: #535353;
    color: white;
}
.a1:active
{
    background-color: #535353;
    color: white;
}
/*start text box*/
.textbox
{
    height: 30px;
    outline: none; /*start for cross browser*/
    background: #BCBCBE;
    background: -webkit-linear-gradient(top right, #BCBCBE, #FFF);
    background: -moz-linear-gradient(top right, #BCBCBE, #FFF);
    background: -ms-linear-gradient(top right, #BCBCBE, #FFF);
    background: -o-linear-gradient(top right, #BCBCBE, #FFF);
    background: linear-gradient(top right, #BCBCBE, #FFF); /*End for cross browser*/
    background: -webkit-gradient(linear, left top, left bottom, from(#BCBCBE), to(#FFF));
    background: -moz-linear-gradient(top, #BCBCBE, #FFF);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #717171;
    -webkit-box-shadow: 1px 1px 0 #EFEFEF;
    -moz-box-shadow: 1px 1px 0 #efefef;
    box-shadow: 1px 1px 0 #efefef;
    font-family: Calibri;
    font-size: 16px;
    padding:0px 0px 0px 20px;
   
}
.textbox:focus
{
    border: 2px solid #6EA2DE;
    background-color: White;
}
.themesA2Z-top
{
    position: relative;
    font-size: 14px;
    font-weight: bolder;
    padding: 8px 0px; /* background: #333;*/
    background-color: #808080;
    color: #fff;
    font-family: 'Roboto' , sans-serif;
}
.themesA2Z-top .container-inside
{
    display: table;
    width: 100%;
}
.themesA2Z-top .content-left, .themesA2Z-top .content-right
{
    display: table-cell;
    vertical-align: middle;
}
.themesA2Z-top .content-left
{
    padding: 3px 0px 3px;
}
.content-right
{
    display: block;
    text-align: right;
    vertical-align: middle;
    color: #FF0000;
    -webkit-tap-highlight-color: rgb(255,0,0);
}
.hrClass
{
    border: none;
    height: 10px;
    background: linear-gradient(-135deg, #fff 5px, transparent 0) 0 5px, linear-gradient(135deg, #fff 5px, #8c8c8c 0) 0 5px;
    background-color: #fff;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;
}
/*Start Product Details tab*/
.ProBackground {
    background-color: #f1f1f1;
    padding: 0.01em 16px;
    margin: 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.pro-new
{
    font-family: verdana,arial,ms sans serif;
    font-size: 13px;
    color: #305D6D;
    /*padding: 5px 10px 5px 10px;*/
    font-weight: bold;
}
.pro-new b.bb
{
    font-size: 15px;
    color: #990000;
}
.pro-new b.bb a
{
    font-size: 15px;
    color: #990000;
}
.pro-new A
{
    color: #305D6D;
    text-decoration: none;
}
.pro-new A:Hover
{
    /*color: #333;*/
    color:White;
    text-decoration: none;
     background-color: #ef5350;
     width:100%;
}
/*End Product Details tab*/
.clickable{
    cursor: pointer;   
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}
