/*-----------------20_08_2016------------------*/

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.mcs-faq-container ul > li, 
.mcs-faq-container ol > li {
    margin-bottom: 1rem;
    margin-top: 0rem;
}
.ng-isolate-scope > li, 
.ng-isolate-scope li {
	display: inline-table;
}
* {
    box-sizing: border-box;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #428bca;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.faqs-row{
	width:100%;
}
.clear{
	clear:both;
}

/*----------------23-08-2016------------------*/
/*----------------30-08-2016------------------*/
.faqs-left-side {
    float: left;
    padding: 0px;
    width: 20%;
    border: 1px solid #ddd;
}
.faqs-left-side .cat-list .ng-scope {
    background: #fff;
    margin-bottom: 5px;
    padding: 0px;
    text-transform: capitalize;
}
.faqs-left-side .cat-list .ng-scope a {
    color:#333;
	
	transition:0.5s ease all;
	-o-transition:0.5s ease all;
	-ms-transition:0.5s ease all;
	-moz-transition:0.5s ease all;
	-webkit-transition:0.5s ease all;
}
.faqs-left-side .cat-list .ng-scope a:hover {
    color:#1979c3;
    text-decoration: none;
}
.faqs-left-side .cat-list .ng-scope a.active {
    color:#1979c3;
    padding-left: 6px;
    font-weight: 600;
}
.faqs-left-side .tags-list .ng-scope {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 12px;
    text-transform: capitalize;
	
	transition:0.5s ease all;
	-o-transition:0.5s ease all;
	-ms-transition:0.5s ease all;
	-moz-transition:0.5s ease all;
	-webkit-transition:0.5s ease all;
}
.faqs-left-side .tags-list .ng-scope:hover {
    background-color: #dddddd;
}
.faqs-left-side .tags-list .ng-scope a {
    color:#333;
	
	transition:0.5s ease all;
	-o-transition:0.5s ease all;
	-ms-transition:0.5s ease all;
	-moz-transition:0.5s ease all;
	-webkit-transition:0.5s ease all;
}
.faqs-left-side .tags-list .ng-scope a:hover {
    color:#000;
    text-decoration: none;
}
.faqs-left-side .tags-list .ng-scope a.active {
    color:#1979c3;
    padding-left: 6px;
    font-weight: 600;
}
.faqs-right-side {
    float: left;
    padding-left: 20px;
    width: 80%;
}
.faqs-right-side .ng-isolate-scope {
    float: right;
}
.ng-scope .faq a:hover {
    text-decoration: none;
    cursor: pointer;
}
.faqs-right-side .form-control.ng-pristine.ng-valid {
    background-image: url("../images/magnifier-tool.png");
    background-position: right 12px bottom 10px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    height: 45px;
    margin-bottom: 15px;
}
.faqs-right-side input[type="text"] {
    margin-bottom: 15px;
	height:45px;
}
.mcs-faq-container .mcs-faq-product .faq,
.faqs-right-side .ng-scope .faq {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-top: 5px;
	position:relative;
}
.mcs-faq-container .mcs-faq-product .faq .cat-back,
.faqs-right-side .ng-scope .faq .faq-title {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    color: #555;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 36px 8px 8px;
	cursor:pointer;
	
	transition:0.5s ease all;
	-o-transition:0.5s ease all;
	-ms-transition:0.5s ease all;
	-moz-transition:0.5s ease all;
	-webkit-transition:0.5s ease all;
}
.faqs-left-side .tags-list,
.faqs-left-side .cat-list {
    padding: 6px 15px;
}
.faqs-left-side .mcs-faq-title h2 {
    background: #f0f0f0;
    margin: 0;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
}
.faqs-left-side .tags-title h2 {
    background: #f0f0f0;
    margin: 0;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    text-transform: uppercase;
}
.mcs-faq-container .mcs-faq-product .faq .cat-back:hover, .faqs-right-side .ng-scope .faq .faq-title:hover {
    color: #198dd3;
    text-decoration: none;
    background: #ddd;
}
.mcs-faq-container .mcs-faq-product .faq .cat-back:before,
.faqs-right-side .ng-scope .faq .faq-title::before {
    background-image: url("../images/down-arrow.png");
    color: #878787;
    content: "";
    font-size: 20px;
    height: 12px;
    line-height: 38px;
    position: absolute;
    right: 14px;
    top: 14px;
    vertical-align: middle;
    width: 12px;
}

.mcs-faq-container .mcs-faq-product .faq .cat-back.active:before,
.faqs-right-side .ng-scope .faq .faq-title.active::before {
    background-image: url("../images/down-arrow.png");
    width:12px; height:12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mcs-faq-container .mcs-faq-product .faq .cat-back.collapsed:after,
.faqs-right-side .ng-scope .faq .faq-title.collapsed:after {
    position: absolute;
    content: "<";
    right: 10px;
    top: 0;
    color: #878787;
    font-size: 20px;
    line-height: 38px;
}
.mcs-faq-container .mcs-faq-product .faq .faq-description,
.faqs-right-side .ng-scope .faq .faq-description {
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 1.42857;
    padding: 15px;
}
.faqs-left-side .tags-list .ng-scope img {
	vertical-align:middle;
}
.mcs-faq-container .mcs-faq-product .faq .faq-description .ng-binding h2,
.faqs-right-side .ng-scope .faq .faq-description .ng-binding h2 {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
	font-size:20px;
}
.mcs-faq-container .mcs-faq-product .faq .faq-description .ng-binding p,
.faqs-right-side .ng-scope .faq .faq-description .ng-binding p {
    margin-bottom: 0;
}
.mcs-faq-container .mcs-faq-product .faq .faq-description .ng-binding p em,
.faqs-right-side .ng-scope .faq .faq-description .ng-binding p em {
    font-style: normal;
}
.mcs-faq-container .mcs-faq-product .faq .faq-description .ng-binding p span em strong,
.mcs-faq-container .mcs-faq-product .faq .faq-description .ng-binding p span em b,
.mcs-faq-container .mcs-faq-product .faq .faq-description .ng-binding p b,
.faqs-right-side .ng-scope .faq .faq-description .ng-binding p span em strong,
.faqs-right-side .ng-scope .faq .faq-description .ng-binding p span em b {
	font-weight: normal !important;
}
.mcs-faq-container .mcs-faq-product .faq .faq-description ol {
    margin-bottom:0px;
}
.mcs-faq-container .mcs-faq-product .faq .cat-back.active, .faqs-right-side .ng-scope .faq .faq-title.active {
    background: #818181 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
.mcs-faq-container .mcs-faq-product .faq .cat-back.active, .faqs-right-side .ng-scope .faq .faq-title.active {
    background: #dfdfdf none repeat scroll 0 0;
    color: #198dd3;
    text-decoration: none;
}
/*-------------@media Query------------------*/
@media only screen and (min-width:320px) and (max-width: 480px) {
	.faqs-left-side {
		width: 100%;
	}
	.faqs-right-side {
		margin-top: 20px;
		padding-left: 0;
		width: 100%;
	}
	.faq-index-index .columns .column.main {
		padding-bottom:0px;	
	}
	.faqs-right-side .pagination {
		margin-bottom: 0px;
	}
}
@media only screen and (min-width:481px) and (max-width: 640px) {
	.faqs-left-side {
		width: 30%;
	}
	.faqs-right-side {
		width: 70%;
	}
	.faq-index-index .columns .column.main {
		padding-bottom:10px;	
	}




}








/*----------------30-08-2016------------------*/
