﻿@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,400italic,700italic,700);

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
}

body {
	color: #2c3e50;
	font-family: 'Lato', sans-serif !important;
	font-size: 15px;
	line-height: 1.231;
	bottom: 0;
	overflow-x: hidden;
	background-color: #30b398;
}
.DBBody {
	background: url(../images/body-bg.jpg) no-repeat -30% bottom, #fff;
}
@media (max-width: 1200px) {
	.DBBody {
		background: url(../images/body-bg.jpg) no-repeat 20% bottom, #fff;
	}
}
@media (max-width: 991px) {
	.DBBody {
		background: url(../images/body-bg.jpg) no-repeat 35% bottom, #fff;
	}
}
@media (max-width: 768px) {
	.DBBody {
		background: url(../images/body-bg.jpg) no-repeat 35% 20%, #fff;
	}
}
@media (max-width: 480px) {
	.DBBody {
		background: url(../images/body-bg.jpg) no-repeat 50% -30%, #fff;
		background-size: 500%;
	}
}

/* Selection colours */
::-moz-selection {
	background: #048989;
	color: #FFF;
}
::selection {
	background: #048989;
	color: #FFF;
}
::-moz-selection {
	background: #048989;
	color: #FFF;
}

a {
	color: #048989;
	-webkit-transition: all 700ms;
	        transition: all 700ms;
}
a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #cb4332;
}
a:focus {
	outline: none;
	text-decoration: none;
}

p {
    margin: 1;
}

blockquote {
	padding: 10px 15px;
	margin: 0 0 20px;
	border-left: 5px solid #c7c7c7;
}

ul > li {
	color: #696969;
	transition: color 100ms ease-in 50ms;
}
ul > li:hover {
	cursor: default;
	color: #30b398;
}

.list-lesspad {
  padding-left: 20px;
  margin-bottom: 0;
}
.list-lesspad > li {
  padding-left: 5px;
  line-height: 20px;
}
.full-width {
	width: 100%;
	margin: auto;
}
.clear {
	clear: both;
}
.DBAadaptiveimg {
	/*width: 180px;*/
	max-width: 100%;
	height: auto;
	margin: 0px;
	border: none;
}
.shadow {
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.50);
}
.borderimg {
	border: #d2d2d2 7px solid;
}
.namecancel {
	color: #999; text-decoration: line-through;
}
.removerightpad {
    padding-left: 0;
    padding-right: 5px;
}

@media (max-width: 991px) {
	.pullnone {
		float: none !important;
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.pull767none {
		float: none !important;
		margin-top: 5px;
	}
}

.DBpull-left {
	float: left;
}
.DBpull-right {
	float: right;
}
@media (max-width: 767px) {
	.DBpull-left {
		width: 100%;
		float: none;
	}
	.DBpull-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
}
.nopad {
	padding: 0;
}
.nopadleft {
	padding-left: 0; 
}
.nopadright {
	padding-right: 0; 
}
@media (max-width: 1200px) {
	.nopadleft {
		padding-left: 15px;
	}
	.nopadright {
		padding-right: 15px;
	}
}

.container {
	position: relative;
	z-index: 999 !important;
}
.DBAcontainer {
	background-color: #fff;
	padding: 10px;
	border-radius: 4px;
}
@media (max-width: 1200px) {
	.hidden-xxss {
		display: none;
	}
}
@media (max-width: 991px) {
	.hidden-xxs {
		display: none;
	}
}
@media (max-width: 480px) {
	.hidden-xss {
		display: none;
	}
}
@media (max-width: 768px) {
	.addTopBotMar {
		margin: 10px 0;
	}
}

.help-block {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: -5px;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1,h2 {
	font-family: 'Arvo', serif;
	font-weight: 600;
}
h3 {
	font-family: 'Arvo', serif;
}
h1 {
	font-size: 55px;
}
h2 {
	font-size: 45px !important;
	line-height: 55px;
	font-weight: 600;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}
h3.head {
	color: #012657;
	font-size: 25px;
	margin-top: 3px;
	margin-bottom: 8px;
}

/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/
button, input {
	-webkit-transition: all 700ms;
	        transition: all 700ms;
}

.btn {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	/*word-break: break-all;*/
	font-weight: 400;
}
.btn-close {
	font-size: 22px; font-weight: bold; line-height: 22px; padding: 0 2px;
}
.btn-disabled {
	color: #ffffff;
	background-color: #aea79f;
	border-color: #aea79f;
}
.btn-disabled:hover {
	color: #ffffff;
	background-color: #978e83;
}

.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-warning {
   color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #e17017;
  border-color: #bb590a;
}

.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #b61d1a;
  border-color: #821815;
}

.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2a782a;
  border-color: #266826;
}

.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #218abe;
  border-color: #166d97;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/


/*---------------------------------------
 **   TABLE                        -----
-----------------------------------------*/
.table {
    margin-bottom: 0;
    width: 100%;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.table-valign > thead > tr > th, .table-valign > tbody > tr > th, .table-valign > tfoot > tr > th, .table-valign > thead > tr > td, .table-valign > tbody > tr > td, .table-valign > tfoot > tr > td {
	vertical-align: middle;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #ecfffb;
}
.mytable td,.mytable th {
	border-top-color: #376596 !important;
}

/*---------------------------------------
 **   FORM                           -----
-----------------------------------------*/
textarea {
	resize: none;
}

/*---------------------------------------
 **   ACCORDION                       -----
-----------------------------------------*/
.myacco > a{
	display: block; width: 96%; position: absolute;
}
@media (max-width: 1200px) {
	.myacco > a{
		width: 95%;
	}
}
@media (max-width: 990px) {
	.myacco > a{
		width: 94%;
	}
}
@media (max-width: 767px) {
	.myacco > a{
		width: 92%;
	}
}
@media (max-width: 630px) {
	.myacco > a{
		width: 90%;
	}
}
@media (max-width: 480px) {
	.myacco > a{
		width: 88%;
	}
}

/*-------------------------------------------------- */
/* TOOLTIP and POPOVER
-------------------------------------------------- */
.tooltip {
	min-width: 180px;
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 13px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: rgba(0, 0, 0, 0.9);
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #ffffff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #ffffff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #ffffff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #ffffff;
	bottom: -10px;
}

/*-------------------------------------------------- */
/* MODAL
-------------------------------------------------- */
.modal-backdrop {
    background-color: #000;
	background-image: url(../images/overlay.png);
}
.model-warning {
	background-color: #f39c12;
	border-color: #f39c12;
    color: #fff;
}
.model-success {
	background-color: #18bc9c;
	border-color: #18bc9c;
    color: #fff;
}
.model-info {
	background-color: #3498db;
	border-color: #3498db;
    color: #fff;
}
.model-danger {
	background-color: #970003;
    border-color: #ebccd1;
    color: #fff;
}
.model-danger {
	padding: 5px 10px;
}

/*-------------------------------------------------- */
/* UItoTop jQuery Plugin 1.2 Scroll top
-------------------------------------------------- */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 27px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/ui.totop.png) no-repeat left top;
	background-size: cover;
	z-index: 9999;
}

#toTopHover {
	background: url(../images/ui.totop.png) no-repeat left -40px;
	background-size: cover;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline: none;
}
/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/