/* adding custom fonts*/
/*
@font-face {
  font-family: OpenSans-Bold;
  src: url(fonts/OpenSans-Bold.ttf); }

@font-face {
  font-family: OpenSans-BoldItalic;
  src: url(fonts/OpenSans-BoldItalic.ttf); }

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(fonts/OpenSans-ExtraBold.ttf); }

@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url(fonts/OpenSans-ExtraBoldItalic.ttf); }

@font-face {
  font-family: OpenSans-Italic;
  src: url(fonts/OpenSans-Italic.ttf); }

@font-face {
  font-family: OpenSans-Light;
  src: url(fonts/OpenSans-Light.ttf); }

@font-face {
  font-family: OpenSans-LightItalic;
  src: url(fonts/OpenSans-LightItalic.ttf); }

@font-face {
  font-family: OpenSans-Regular;
  src: url(fonts/OpenSans-Regular.ttf); }

@font-face {
  font-family: OpenSans-Semibold;
  src: url(fonts/OpenSans-Semibold.ttf); }

@font-face {
  font-family: OpenSans-SemiboldItalic;
  src: url(fonts/OpenSans-SemiboldItalic.ttf); }
*/
/* adding custom fonts*/

/* Montserrat font face - Author - Abhijit Kumar Kar*/

/* swagger ui customization */
body.swagger-section #header {          
    background-color: #1b395a;
    background-position-x: 250px;
    height: 50px;
    max-width: 1006px;
    text-align: center;
    margin: auto;

}
body.swagger-section #header #logo{
   pointer-events: none;
   cursor: default;
}
#logo img {
  width:200px;
  height:200px;
  box-sizing:border-box;
  padding-left: 200px;
  /*width of the image*/
  background: url('/images/logo.png') left top no-repeat;
}

body.swagger-section #header #logo .logo__title{
        display: none;
}



@font-face
{
  font-family: Montserrat-Semibold;
  src: url(fonts/Montserrat/Montserrat-Semibold.ttf);
}
@font-face
{
  font-family: Montserrat-Regular;
  src: url(fonts/Montserrat/Montserrat-Regular.ttf);
}
@font-face
{
  font-family: Montserrat-Medium;
  src: url(fonts/Montserrat/Montserrat-Medium.ttf);
}
/* Montserrat font face */
body {
  background: #eef3fa; }

.main.container-fluid {
  padding: 0px;
  margin: 0 auto;
  font-family: Montserrat-Regular;
  background: #eef3fa;
  width: 100%;
  
  /* Author - Abhijit Kumar Kar */
  border: 1px solid #eee;
  max-width: 1006px;
}

.main-header {
  display: flex; }

.main-header li {
  list-style-type: none;
  font-size: 12px;
  float: left;
  border-right: 1px solid #60758c;
  padding: 0 10px;
  line-height: 15px; }

.main-header li:last-child {
  border-right: none; }

.main-header li span {
  margin-right: 10px; }

.sign-in-icon {
  background: url("../images/sign-in-icon.png");
  display: inline-block;
  width: 12px;
  height: 16px;
  float: left; }

.toggle-section
{
  text-align: center;
  line-height: 50px;
  color: #fff;
	
  /* Author - Abhijit Kumar Kar */
  background: #1b395a
  /* min-height: 65px; */
}

.header-section {
  background: #1b395a;
  
  /* Author - Abhijit Kumar Kar */
  min-height: 50px;
}

.navstar-logo {
  display: inline-block;
  height: 32px;
  width: 192px;
  margin-top: 15px;
  cursor: pointer; }

.header-section ul {
  float: right;
  margin-top: 20px;
}

.header-section li a {
  color: #fff; }

.header-section li a:hover {
  text-decoration: none; }

.header-section li a span {
  margin-left: 10px; }

.side-navbar {
  padding: 0px;
  
  text-align: center;
  
  /* Author - Abhijit Kumar Kar */
  background: url('../images/menu-bg-image.png');
  background-repeat: repeat-y;
  background-size: contain;
  
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 2px 0px 4px 0px rgba(0,0,0,0.08);
}

.expanded-sidebar
{
  /* Author - Abhijit Kumar Kar */
  
  background: url('../images/open-menu-bg.jpg');
  background-repeat: repeat-y;
  background-size: contain;
}

.side-navbar li {
  list-style-type: none;
  padding: 10px 0px;
  color: #fff;
  
  cursor: pointer;
  
  /* Author - Abhijit Kumar Kar */
  position: inherit;
  height: 60px;
}

.side-navbar ul {
  padding-left: 0px;
  background: #0082c5; }

.side-navbar li.marketplace-apps
{
  display: none;
  
  /* Author - Abhijit Kumar Kar */
  position: initial;
}

.marketplace-logo
{
  /* Author - Abhijit Kumar Kar */
  background-color: #fafbfc;
  padding: 10px;
  
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
}

.expanded-sidebar  .marketplace-logo
{
  /* Author - Abhijit Kumar Kar */
  padding: 20px 7%;
}
  
.marketplace-logo span {
  display: inline-block;
  
  font-family: Montserrat-Semibold;
  
  /* Author - Abhijit Kumar Kar */
  color: #000000;
  font-size: 10px;
}

.side-navbar .active {
  background: #0075b1; }

.side-navbar li i {
  font-size: 18px; }

.side-navbar li i.glyphicon-chevron-down {
  right: 10px;
  top: 22px;
  display: none;
  position: absolute;
  font-size: 10px; }

.side-navbar li.active i.glyphicon-chevron-down {
  display: inline-block; }

.expanded-sidebar {
  width: 25%;
  text-align: left; }

.expanded-sidebar li.marketplace-apps {
  display: block;
  padding: 0px;
  border: 0; }

.expanded-sidebar li.marketplace-apps li 
{
  /* Author - Abhijit Kumar Kar */
  padding: 15px 10px 10px 20%;
  
  background-color: #cdd6E0;
  height: 50px;
  border-bottom: 1px solid #c4cbd1
}

.expanded-sidebar li i
{
	float: right;
}

.expanded-sidebar li img
{
  /* Author - Abhijit Kumar Kar */
  padding-right: 15px;
  width: 30px;
}

.expanded-sidebar .marketplace-apps li span
{
  /* Author - Abhijit Kumar Kar */
  font-family: Montserrat-Regular;
  color: #333333;
  font-size: 12px;
}

.expanded-sidebar .marketplace-logo span
{
  /* Author - Abhijit Kumar Kar */
  font-size: 14px;
}

.expanded-sidebar .sidebar-search {
  margin-left: 10px;
  width: 85%;
  border: none;
  height: 25px;
  background: transparent; }

.expanded-sidebar .sidebar-search-icon {
  top: 21px;
  float: right;
  position: absolute;
  right: -10px; }

.expanded-sidebar li.active i.glyphicon-chevron-down {
  right: -13px;
  top: 20px; }

.side-navbar li.marketplace-logo i.glyphicon-chevron-down {
  display: none; }

.expanded-sidebar li.marketplace-logo i.glyphicon-chevron-down
{
  display: block;
  top: 30px;

  /* Author - Abhijit Kumar Kar */
  right: 0;
}

.expanded-sidebar .active {
  background: transparent; }

.expanded-sidebar .active span {
  color: #fff;
  font-family: Montserrat-Semibold; }

.toggle-menu {
  font-size: 25px;
  cursor: pointer; }

.right-container .row {
  margin-left: 0px;
  width: 100%;
  margin-bottom: 30px; }

.banner-section
{
  background: url("../images/banner.jpg") no-repeat;
  display: inline-block;
  width: 100%;
  background-size: cover;
  
  padding-top: 40%;
}

.apps-section {
  /* Author - Abhijit Kumar Kar */
  margin: 0 10px;
}

.right-container {
  padding: 0px;
  box-sizing: border-box;
  background: #fff;
  
  /* Author - Abhijit Kumar Kar */
  position: initial;
}

.content-container {
  display: flex;
  padding: 0px;
  position: relative; }

.apps-section h2 {
  font-size: 18px;
  color: #6d727a;
  border-bottom: 3px solid #eee;
  padding-bottom: 15px;
  
  /* Author - Abhijit Kumar Kar */
  margin: 0 10px;
  font-family: Montserrat-Regular;
  text-transform: uppercase;
}

.app-block {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  color: #333;
  padding-right: 20px;
}

.card
{
  border: 1px solid #f0f0f0;
}

.app-block-space {
  border: 1px solid #f0f0f0;
  background: #fafafa;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 0px #404040;
  
  /* Author - Abhijit Kumar Kar */
  /* padding: 15px; */
}

.app-img {
  display: inline-block;
  width: 100%;
  height: 112px;
  background-size: cover; }

.app-block h3 {
  margin: 0px;
  margin-top: 10px;
  font-size: 16px; }

.app-block p {
  margin-bottom: 15px; }

.app-designer {
  color: #333;
  font-size: 12px;
  font-family: Montserrat-Semibold; }

.app-desc {
  font-size: 12px;
  height: 35px;
  overflow: hidden;
  
  /* Author - Abhijit Kumar Kar */
  margin: 0px;
}

.app-designer span {
  font-weight: normal;
  font-family: Montserrat-Regular; 

  /* Author - Abhijit Kumar Kar */
  /* color: #b5b5b5; */
}

.app-btn {
  background: transparent;
  border-radius: 25px;
  font-size: 12px;
  border: 1px solid #c8c8c8; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e6fef9; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e6fef9; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #e6fef9; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #e6fef9; }

.footer-nav.row {
  background: #1b395a;
  margin-bottom: 0px;
  
  /* Author - Abhijit Kumar Kar */
  padding: 40px 20px;
}

.footer-nav h4 {
  color: #e6f3fa;
  font-size: 16px;
  margin-top: 0px; }

.footer-nav ul {
  display: inline-block;
  margin: 0px;
  padding-left: 0px;
  
}

.footer-nav li {
  list-style-type: none;
  font-size: 12px;
  color: #969696;
  
  /* Author - Abhijit Kumar Kar */
  padding-top: 10px;
}

.email-subscribe {
  margin-top: 15px;
  background: transparent;
  border: 1px solid #60758c;
  font-size: 12px; }

.follow-us a {
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block; }

.app-review {
  float: right;
  color: #0089d0;
  
  /* Author - Abhijit Kumar Kar */
  margin-top: 13px;
  padding-right: 15px;
  font-size: 10px;
}

.app-review i {
  margin-left: 1px; }

.app-review i.not-active {
  color: #898989; }

@-ms-viewport {
  width: auto !important; }

.mobile-apps h2 i {
  display: inline-block;
  width: 13px;
  height: 22px;
  background: url("../images/mobile-app-section-icon.png"); }

.web-apps h2 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/web-section-icon.png"); }

.reports-section h2 i {
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url("../images/health-report-section-icon.png"); }

.row h2 span {
  padding: 0 10px 0px 10px;
  border-bottom: 3px solid #0089d0;
  float: left;
  margin-right: 15px;
  height: 36px; }

@media only screen and (max-width: 992px) {
  .app-block h3 {
    font-size: 13px; } }

/*  Styles for profile creation  */
.profile-creation.container-fluid {
  background: #fff; }

.profile-creation .content-container {
  margin: 20px;
  display: block; }

.profile-creation .toggle-section {
  background: #1b395a; }

.profile-creation .side-navbar {
  display: none; }

.profile-creation .footer-nav.row {
  margin: 0px;
  width: 100%; }

.profile-creation h1 {
  font-size: 22px;
  border-bottom: 1px solid #50b9ed;
  width: 100%;
  padding-bottom: 5px;
  font-family: Montserrat-Semibold;
  margin: 0px; }

.registration-section {
  padding: 20px;
  background: #fafafa;
  margin-top: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 5px; }

.registration-section h2 {
  font-size: 22px;
  margin: 0px;
  font-family: Montserrat-Semibold;
  color: #565656;
  margin-bottom: 5px; }

.registration-section h2 span {
  color: #1b395b; }

.registration-section p {
  margin-bottom: 20px; }

#reg_form .form-control {
  width: 35%;
  margin-bottom: 20px;
  border: 0px;
  background: #f0f0f0; }

.adjacent-elems input {
  float: left;
  margin-right: 20px; }

#reg_form button {
  border-radius: 20px;
  background: transparent; }

.reg_btn {
  border: 1px solid #50b9ed; }

#reg_form .form-control#zip_code {
  background: transparent;
  border: 1px solid #afafaf; }

.zip_code_block label {
  position: absolute;
  font-size: 12px;
  top: -9px;
  background: #fafafa;
  margin-left: 15px;
  padding: 0 5px; }

.zip_code_block {
  position: relative; }

.divider-block {
  border-bottom: 1px dotted #afafaf;
  margin-bottom: 20px; }

.profile-creation .header-section li a span, .post-login-driver .header-section li a span {
  float: left; }

.profile-creation .header-section li .active-user span, .post-login-driver .header-section li .active-user span {
  display: block;
  float: none;
  margin: 0px; }

.active-user {
  margin-top: -10px; }

/** styles for driver post login page **/
.post-login-driver h1 {
  margin: 20px;
  font-size: 25px;
  border-bottom: 1px solid #0089d0;
  padding-bottom: 5px;
  font-family: Montserrat-Semibold; }

.app-notifications {
  font-size: 15px; }

.app-notifications span {
  background: #0089d0;
  width: 13px;
  height: 13px;
  position: absolute;
  border-radius: 100%;
  top: -10px;
  right: -17px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 10px; }

/* Author - Abhijit Kumar Kar */

.thumbnail
{
	display: block;
    padding: 0px;
    margin-bottom: 0px;
	width: 100%;
	
	line-height: 0;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
}
.well-sm
{
	height: 40px;
	padding: 0px;
}

a:hover
{
	text-decoration: none;
}
.action-btn
{
	font-size: 0.75em;
	line-height: 40px;
	padding-left: 15px;
	font-weight: bold;
	
	text-transform: uppercase;
}

.list-group-item
{
	padding: 0px;
}
.panel-default
{
	padding: 0px;
	
	/* Author - Abhijit Kumar Kar */
	margin-top: 20px;
}
.app-name
{
	margin: 0px;
	color: #333;
	font-family: Montserrat-Semibold;
}

#search-btn
{
	padding-left: 0px;
	width: 40px;
}

.our-site, .quick-links, .become-partner, .follow-us
{
	padding: 0px;
}

.our-site > h4, .quick-links > h4, .become-partner > h4, .follow-us > h4
{
	text-transform: uppercase;
}

.become-partner
{
	padding-right: 40px;
}

.mobile-apps > div, .web-apps > div, .reports-section > div
{
	padding: 0 10px;
}

.mobile-app-01
{
	background: url('../images/mobile-app-01-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.mobile-app-02
{
	background: url('../images/mobile-app-02-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.mobile-app-03
{
	background: url('../images/mobile-app-03-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.web-01
{
	background: url('../images/web-01.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.web-02
{
	background: url('../images/web-02.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.web-03
{
	background: url('../images/web-03.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.reports
{
	background: url('../images/health-reports.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.icon-chevron-down
{
	background: url('../images/drop-down-menu.png') no-repeat;
	width: 10px;
	height: 10px;
	background-size: contain;
	float: right;
	margin: 7px 0;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px)
{

.banner-section
{
  background: url("../images/banner-xs.jpg") no-repeat;
  display: inline-block;
  width: 100%;
  background-size: cover;
  
  padding-top: 40%;
}

.mobile-app-01
{
	background: url('../images/mobile-app-01-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.mobile-app-02
{
	background: url('../images/mobile-app-02-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.mobile-app-03
{
	background: url('../images/mobile-app-03-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.web-01
{
	background: url('../images/web-01-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.web-02
{
	background: url('../images/web-02-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.web-03
{
	background: url('../images/web-03-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.reports
{
	background: url('../images/health-reports-xs.jpg') no-repeat;
	
	display: inline-block;
	width: 100%;
	background-size: cover;
	
	padding-top: 55%;
}

.toggle-section
{
	width: 50px;
}

.header-section
{
	padding: 0;
}

.navstar-logo
{
	margin-top: 10px;
}

.header-section ul
{
	margin: 0;
	padding: 0;
}

.main-header li
{
	border-left: 1px solid #60758c;
	border-right: 0;
	width: 40px;
	
	padding: 17px 3px;
}
#search-btn
{
	padding-left: 10px;
}

.panel-default
{
	margin: 10px 0;
}
.panel-body
{
	padding: 15px 15px 20px 15px;
}

.our-site, .quick-links, .become-partner, .follow-us
{
	margin-bottom: 40px;
}

.apps-section .row 
{
	margin-bottom: 20px;
}
.side-navbar
{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	
	left: -100%;
}

.expanded-sidebar
{
	background: 0;
	background-color: rgba(0, 0, 0, 0.5);
	
	left: 0;
}

aside
{
	position: relative;
	width: 245px;
	left: -245px;
}

.expanded-sidebar aside
{
	width: 245px;
	height: 100%;
	left: 0;
	
	background: url(../images/open-menu-bg.jpg);
    background-repeat: repeat-y;
    background-size: contain;
}

}