.dropdown-bg-color
{
    background-color: #f2f2f2;
}
.dropdown-padding
{
    padding-left: 15px;
	padding-right: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

/* css for drop menu*/
.wrapper{
	max-width: 678px;
	margin:auto;
}

pre {
    border-left: 0.3rem solid #32BCAD;
}
body{
	background:#f2f2f2;
}

.push_left{
	margin-left: 6px;
}
.push_right{
	margin-right: 6px;
}
code,xmp{
	white-space: normal !important;
}
textarea{
    margin-bottom: 0px;
    min-height: 200px;
    line-height: 1;
}

.close{
    width: 20px;
    height: 21px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    cursor:pointer;
}
.close:before, .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 21px;
    width: 3px;
    background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


.card{
	margin:20px;
    border-radius: 5px;
    background:#fff;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1)
}
.card_title,.title,.pushbar{
    background: #32BCAD;
    color: #fff;
}

.card_title,.title{
	padding: 15px 20px;
    font-weight: bold;
}
.card_title{
border-radius: 4px 4px 0px 0px;
}
.card_content{
	padding: 15px;
}
a.button.getBtn{
margin-top: 16px;background-color:#fff;color:#32BCAD;border-color: #fff;
}

ul li a
{
      color: #1f446e !important;   
	 /* color: #000000 !important;   */
}
.indexFontColor
{
	/* color: #ed1164 !important;   */
}

.subIndexFontColor
{
	/* color: #000000 !important;  */
}

.pushbar{

}

.small{
font-size: 14px;
font-weight: 400;
}
.menu li{
    list-style: none;
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    margin: 0px;
    color: rgba(255, 255, 255, 0.65);
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #32BCAD;
    border: 0.1rem solid #32BCAD;
}
/*end menu code*/

.afterMenu
{
	background-color:#c8c8c8;
	font-size: 18px;
    font-weight: bold;
    padding: 2px 11px 2px 11px;
}




.downCaret:before {
	content: "\f078";
	font-family: FontAwesome;
	color: #32BCAD;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right:0px;
}

.menuBorderBottom
{
	border-bottom: 2px solid #ffffff;
	font-size:15px;
	
}

.subMenuBorderBottom
{
	border-bottom: 2px solid #d9d9d9 !important;
	font-size:15px;
}

.subMenuMargin
{
	
	margin-left: -16px !important;
    margin-right: -16px !important;
	padding:0px !important;
	    margin-top: -3px !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .afterMenu
	{
		background-color:#c8c8c8;
		font-size: 18px;
		font-weight: bold;
		padding: 2px 2px 2px 2px;
		width:50%;
	}
	.padding2
	{
		padding:24px 0px 0px 0px;
	}
}