
input[type="text"], textarea, input[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	outline:none;
	border-radius:0px;
	font-family: 'Open Sans', sans-serif;
}

::-webkit-input-placeholder {}

.panel {
	float:left;
	width:100%;
	border-radius:0px;
	padding:0px;
	margin:0px;
	box-shadow:none;
	background:none;
	border:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

ul {
	margin:0px;
	padding:0px;
}

section {
	float:left;
	width:100%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tableRow {
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.tableCell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'HelveticaNeue';
	color:#000;
	margin:5px 0px;
}

p,label {
	font-family: 'HelveticaNeue';
}

body {
	font-family: 'HelveticaNeue';
	color:#000;
	height:100%;
	overflow:hidden;
}

html {
	height:100%;
}

.btn-success,.btn-info,.btn-primary {
	display:inline-block;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff2') format('woff2'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Header Style */

#content {
	height:100%;
}

h5.categories.active {
	background:#f5f5f5 url(../img/tick.png) 95% 50% no-repeat;
}

.header {
	background:#2689e4;
	float:left;
	width:100%;
	padding-top:20px;
}

.header h5 {
	color:#ffffff;
	font-size:24px;
}

.header a {
	font-size:20px;
	color:#fff;
}

.header a img {
	margin-top:7px;
}

.header .m-normal a img {
	margin-top:0px;
}

.header input[type="search"] {
	border:none;
	width:100%;
	height:30px;
	border-radius:5px;
	margin-top:3px;
	background:url(../img/search.png) right center no-repeat;
	outline:0;
}

.dropdown a.arrow {
    background: none !important;
    color: #000;
    font-size: 18px;
    margin-left: 100px;
    margin-top: -30px;
}

.dropdown a.arrow:hover {
	color:#0aa867;
}

.header .intro {
	background-color:#fff;
}

.dropdown-menu {
	padding:0px;
	margin:0px;
	min-width:360px;
	border-radius:15px;
	left: 0px;
    right: auto;
	border:none;
	box-shadow: 1px 1px 5px 2px #e4e4e4;
	margin-top:14px;
}

.dropdown-menu:before {
	content:'';
	position:absolute;
	top:-24px;
	margin-left: 0px;
    left: 30px;
	background:url(../img/arrow-top2.png) 0% 0% no-repeat;
	width:44px;
	height:29px;
}

.dropdown-menu h5 {
	color:#000000;
	font-size:20px;
	background:#f5f5f5;
	margin:0px;
	line-height:50px;
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	border-radius:15px 15px 0px 0px;
}

.dropdown-menu h4 {
	color:#555555;
	font-size:20px;
}

.dropdown-menu h6 {
	color:#aaaaaa;
	font-size:18px;
}

.dropdown-menu .item {
	display:inline-block;
	width:100%;
	padding:0px 0px 4px 0px;
}

.dropdown-menu .list-border {
	display:inline-block;
	width:100%;
	border-bottom:1px solid #eaeaea;
	padding:5px 0px 13px 0px;
}

.dropdown-menu .list-border img {
	max-width:100%;
}

.dropdown-menu.gray-dropdown {
	right:auto;
	margin-left:-360px;
	top:0px;
	width:340px;
	margin-top:0px;
}


.dropdown-menu.gray-dropdown .search-box {
	display:inline-block;
	width:100%;
	background:#f5f5f5;
	padding:15px;
}

.dropdown-menu.gray-dropdown .search-box input {
	background:#fff url(../img/search2.png) 10px 10px no-repeat;
	border:1px solid #dfdfdf;
	padding-left:45px;
	outline:0;
	color:#a9a9a9;
	font-size:18px;
	height:40px;
	border-radius:10px;
	width:100%;
}

.dropdown-menu.gray-dropdown .colorgrey {
	display:inline-block;
	width:100%;
	background:#ffffff;
	padding:15px 0px 15px 15px;
	border-radius:0px 0px 7px 7px;
}

.dropdown-menu.gray-dropdown:before {
	content: '';
	position: absolute;
	top: 24px;
	margin-left: 0px;
	left: auto;
	right: -18px;
    background: url(../img/arrow-right.png) 0% 0% no-repeat;
    width: 19px;
    height: 29px;
}

.dropdown-menu.gray-dropdown .colorgrey h4 {
	margin-top:0px;
	color:#4c4c4c;
}

.dropdown-menu.gray-dropdown .colorgrey label {
	color:#a9a9a9;
	font-size:16px;
	font-weight:normal;
	margin-bottom:0px;
}

.nav-tabs>li>a {
	font-size:20px;
	background:none;
	border:none !important;
	margin:0px;
	color:#fff;
	 padding:5px 24px 10px 24px;
}

.nav-tabs>li.active a,.nav-tabs>li:hover a {
	color:#2689e4;
	background:#ffffff;
}

.nav-tabs {
	border:none;
}

.tab-content .scroll-content ul li {
	list-style:none;
	display:inline-block;
	padding:20px 20px 10px 20px;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
}

.tab-content ul li .box {
	display:inline-block;
	width:100%;
}

.tab-content ul li .box h6 {
	color:#4c4c4c;
	font-size:16px;
	margin:8px 0px;
}

.tab-content ul li .box img {
	max-width:100%;
}

.tab-content .scroll-content {
	
}

.tab-content .scroll-content {
	float:left;
	width:100%;
	overflow-y:scroll;
	height:1500px;
	border-radius: 5px 0px 0px 5px;
}

.tab-content>.tab-pane.p-right {
	padding-right:5px;
}

.tab-content .scroll-content::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color:none !important;
	border:none !important;
}

.tab-content .scroll-content::-webkit-scrollbar{
	width: 5px;
	background-color:none;
}

.tab-content .scroll-content::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #a3a3a3;
}


.gray {
	float:left;
	width:100%;
	background:#f5f5f5;
	height:100vh;
	border-left:2px solid #d4d4d4;
	width:100%;
	margin-top:0px;
	position:relative;
}

.gray h2 {
	text-align:center;
	margin:0px;
	margin-bottom:35px;
	font-size:20px;
}

.gray h2 a {
	color:#656565;
}

.gray h2 a:hover {
	text-decoration:none;
}

.gray .panel-body {
	padding:0px;
	margin-top:15px;
	background:#fff;
	border-top:1px solid #e8e8e8 !important;
	border-bottom:1px solid #e8e8e8!important;
}

.gray .panel-body.top-0 {
	margin-top:0px;
}

.gray .panel-body ul li {
	list-style:none;
}

.border-none {
	border:none !important;
}

.gray .panel-body ul li a {
	width:100%;
	display:inline-block;
	background-color:#ccc;
	padding:10px 35px;
}

.gray .panel-heading a {
	width:100%;
	display:inline-block;
	padding:10px 5px;
	background:#ffffff url(../img/plus2.png) 95% center no-repeat;
	color:#0f78bd;
	border:1px solid #dbdbdb;
	padding-left:15px;
}

.gray .space .panel-heading a {
	padding:20px 5px;
	border-bottom:none !important;
}

.gray .space .panel-body {
	border:none !important;
	padding-left:20px;
}

.gray .space .panel-body .list-item {
	border-top:1px solid #dddddd;
	padding:20px 5px;
}

.gray .panel-heading a h4 {
	color:#2689e4;
}

.gray .panel-body ul li a:hover {
	text-decoration:none;
	background:#ffffff;
}

.gray .panel-heading a.collapsed  h4 {
	color:#000000;
}

.gray .panel-heading a.collapsed {
	background:#ffffff url(../img/minus.png) 95% center no-repeat;
	color:#656565;
	border-left:3px solid transparent;
	text-decoration:none;
}

.gray .panel-heading img {
	margin-right:0px;
	width:100%;
	margin-top:4px;
}

.gray .panel-heading h4 {
	color:#000000;
	font-size:20px;
}

.panel-default {
	margin-bottom:15px !important;
}

.gray .panel-heading h6 {
	color:#a9a9a9;
	font-size:16px;
}

.gray .panel-heading a:hover {
	background-color:#ffffff;
	text-decoration:none;
}

.gray .panel-heading .collapsed a {
	background:none;
}

.panel-default>.panel-heading {
	padding:0px 0px;
	background:none;
	border-radius:0px;
}

.gray .list-item {
	display:inline-block;
	width:100%;
	padding:10px 5px;
	padding-left:15px;
}

.gray img.list-position {
	position:relative;
}

.gray span {
	position:absolute;
	top: -3px;
	right: -4px;
	background:#ff3b30;
	border-radius:100%;
	height:23px;
	width:23px;
	font-size:16px;
	color:#fff;
	line-height:23px;
	text-align:center;
}

.gray .list-item .border {
	display:inline-block;
	border-bottom:2px solid #eeeeee;
	width:100%;
	padding-bottom:25px;
}

.gray .list-item img {
	width:100%;
}

.gray .list-item h4 {
	color:#000000;
	font-size:20px;
	    margin-top: 10px;
}

.gray .list-item h6 {
	color:#a9a9a9;
	font-size:16px;
}

.gray .list-item h5 {
	color:#000000;
	font-size:20px;
	margin-top:20px;
}

.gray .change {
	position:absolute;
	bottom:85px;
	left:0px;
	background:#2689e4;
	border-radius:5px;
	width:90%;
	margin:0px 5%;
}

.gray .change label {
	color:#fff;
	font-size:26px;
	font-weight:normal;
	vertical-align:middle;
	padding-top:10px;
}

.gray .change label.high {
	font-size:38px;
	padding-top:0px;
}

.blue {
	display:inline-block;
	width:100%;
	background:#fff;
}

.header span {
	float:right;
	height:40px;
	width:30px;
	line-height:40px;
	padding-top:10px;
	margin-left:10px;
}

.header  a {
	display:inline-block;
	font-size:12px;
	text-decoration:none;
	color:#000;
}

.header .profile {
	float:right;
}

.footer {
	position:absolute;
	bottom:0;
	left:280px;
	padding-bottom:20px;
}

.footer p {
	margin:0px;
}

.intro {
	background:#fff url(../img/close.png) 98% center no-repeat !important;
}

input#open {
	display:inline-block;
	width:100%;
	padding-left:15px;
	color:#4c4c4c;
	font-size:22px;
}

.details {
	display:inline-block;
	width:100%;
}


.details .normal {
	 padding: 20px 20px 10px 20px;
}

.details .normal h4 {
	color:#4c4c4c;
	font-size:22px;
	margin:10px 0px;
}

.details .normal h5 {
	color:#aaaaaa;
	font-size:19px;
	margin:10px 0px;
}

.details .normal h6 {
	margin-bottom:0px;
	margin-top:20px;
	color:#fff;
	font-size:16px;
	line-height:26px;
}

.green {
	border:2px solid #2689e4;
	border-radius:7px;
}

.green h6 {
	background:#2689e4;
}

.orange {
	border:2px solid #ff6511;
	border-radius:7px;
}

.blue {
	border:2px solid #3692ca;
	border-radius:7px;
}

.red {
	border:2px solid #e10101;
	border-radius:7px;
}

.orange h6 {
	background:#ff6511;
}

.details .normal .text-box {
	display:inline-block;
	width:100%;
	height:114px;
}

.carousel-indicators {
	bottom:-25px;
}

.carousel-indicators li {
	background:#d4d4d4;
	border:none !important;
	height:10px!important;
	width:10px!important;
	margin:0px 4px !important;
}

.carousel-indicators li.active {
	background:#2689e4;
}

/* Content Style */
#content {
}

.modal-header {
	background:#f5f5f5;
	border-color:#e5e5e5;
	border-radius:7px 7px 0px 0px;
}

.modal-header h4 {
	color:#4c4c4c;
	font-size:24px;
}

.modal-header .close {
	float:left;
	opacity:1;
}

.modal-body .input-group {
	width:100%;
}

.modal-body input[type="text"] {
	background:none;
	border:1px solid #dedede;
	box-shadow:none;
	height:38px;
	color:#4c4c4c;
	font-size:30px;
	text-align:center;
	border-radius:7px!important;
}

.modal-body  {
	padding:0px;
}

.modal-body .center {
	display:inline-block;
	width:100%;
	padding:25px 15px;
	border-bottom:1px solid #dddddd;
}

.modal-body .text-content {
	display:inline-block;
	width:100%;
	padding:20px 0px;
}

.modal-body .text-content h3 {
	color:#4c4c4c;
	font-size:40px;
}

.modal-body .text-content h5 {
	color:#a9a9a9;
	font-size:22px;
}

.modal-body .text-content h5 span {
	color:#2689e4;
}

.input-group-btn button {
	background:none;
	border:none;
	background:#2689e4;
	opacity:1 !important;
	border-radius:7px!important;
	color:#fff;
	font-size:26px;
	width:100%;
	box-shadow:none !important;
}

.input-group-btn button:hover {
	background:#2689e4 !important;
}

.modal-footer h6 {
	color:#2689e4;
	font-size:20px;
	margin:5px 0px 15px 0px;
}

.modal-footer h6.grey {
	color:#555555;
}

.modal-footer ul li {
	list-style:none;
	padding:5px 5px;
}

.normal-space {
	padding:0px 5px;
}

.modal-footer ul li a {
	border:1px solid #2689e4;
	display:inline-block;
	width:100%;
	font-size:20px;
	text-transform:uppercase;
	line-height:36px;
	text-align:center;
	border-radius:8px;
	text-decoration:none;
	color:#2689e4;
}

.modal-footer ul li a.active {
	color:#fff;
	background:#2689e4;
}

.modal-footer .size {
	display:inline-block;
	width:100%;
	padding:15px 0px;
}

.modal-footer .size.color li a {
	text-transform:inherit;
}

.modal-content {
	box-shadow:none;
	border:none;
	border-radius:7px;
}

/*****======= Responsive Style Css ======***********/

/* Landscape phones and portrait tablets */
@media (max-width: 767px){

.navbar-default .navbar-brand img {
}

input#open {
	margin:10px 0px;
}

.tab-content>.tab-pane.p-right {
	padding-right:0px;
}

.tab-content .scroll-content {
	overflow-y:inherit;
}

.tab-content {
	padding:0px 10px;
}

.gray {
	padding:0px 10px;
	border:none;
}

.gray .change {
	display:none;
}

.dropdown-menu.gray-dropdown {
	margin-left:0px;
	width:100%;
	position:relative;
	left:0px;
}

.dropdown-menu.gray-dropdown:before {
	display:none;
}

.gray .list-item h4 {
	margin-top:0px;
	font-size:16px;
}

.gray .list-item h6 {
	font-size:14px;
}

.gray .list-item h5 {
	font-size:16px;
	margin-top:0px;
}

.tab-content .scroll-content ul li {
	border:1px solid #d4d4d4;
	margin:5px 0px;
}

.navbar-default .navbar-toggle {
	margin-top:15px;
	margin-right:0px;
}


#header .navbar-default .navbar-nav > li > a {
	text-align:center;
}

.navbar-default .navbar-toggle .icon-bar {
	background:#000;
}

.flush-right {
	padding-right:15px;	
}

body {
	height:auto;
	overflow:visible;
}

.gray .change label.high {
	font-size:32px;
}

.gray .change label {
	margin-top:3px;
}

.tab-content .scroll-content {
	height:auto;
}

.gray .panel-heading h6 {
	font-size:14px;
}

.gray .panel-heading a h4 {
	font-size:16px;
}

.dropdown-menu {
	min-width:285px;
	left: auto;
    right: 0px;
}

.modal-header {
	padding:15px 0px;
}

.modal-header .close img,.modal-header a img {
	max-width:100%;
}

.modal-header h4 {
	font-size:22px;
	margin-top:-5px;
}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

body {
	overflow:inherit;
	background:#f5f5f5;
}

.dropdown-menu {
	left:0px;
	right:auto;
}

.dropdown-menu:before {
	margin-left:0px;
	left:8%;
}

.tab-content .scroll-content ul li {
	padding:10px;
}

.tab-content ul li .box h6{
	font-size:11px;
}

.nav-tabs>li>a {
	padding: 5px 20px 10px 20px;
}

.dropdown a.arrow {
	margin-left:94px;
}

.gray .panel-heading h4 {
	font-size:16px;
}

.gray .panel-heading h6 {
	font-size:11px;
}

.gray .list-item h4 {
	font-size:16px;
	margin-top:0px;
}

.gray .list-item h6 {
	font-size:14px;
}

.gray .list-item h5 {
	font-size:12px;
	margin-top:12px;
}

.gray .change label.high {
	font-size:24px;
	margin-top:8px;
}

.gray .change label {
	font-size:22px;
}

.gray .change {
	display:none;
}

}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1169px) {
}